from .tool.func import * def list_old_page(num = 1): with get_db_connect() as conn: curs = conn.cursor() sql_num = (num * 50 - 50) if num * 50 > 0 else 0 div = '' + next_fix('/list/document/old/', num, n_list) return easy_minify(flask.render_template(skin_check(), imp = [load_lang('old_page'), wiki_set(), wiki_custom(), wiki_css([0, 0])], data = div, menu = [['other', load_lang('return')]] ))