from .tool.func import * async def list_no_link(num = 1): with get_db_connect() as conn: curs = conn.cursor() sql_num = (num * 50 - 50) if num * 50 > 0 else 0 div = '' + get_next_page_bottom(conn, '/list/document/no_link/{}', num, n_list) return easy_minify(conn, flask.render_template(skin_check(conn), imp = [get_lang(conn, 'no_link_document_list'), await wiki_set(), await wiki_custom(conn), wiki_css([0, 0])], data = div, menu = [['other', get_lang(conn, 'return')]] ))