def hero_page(n): n = int(n) count = zsite_show_count(CID_USER) page, limit, offset = page_limit_offset('//hero.%s/-%%s' % SITE_DOMAIN, count, n, 64) zsite_list = zsite_show_list(CID_USER, limit, offset) return zsite_list, page
def _total(self): return zsite_show_count(CID_COM)
def hero_page(n): n = int(n) count = zsite_show_count(CID_USER) page, limit, offset = page_limit_offset("//hero.%s/-%%s" % SITE_DOMAIN, count, n, 64) zsite_list = zsite_show_list(CID_USER, limit, offset) return zsite_list, page