from .tool.func import *
def recent_history_tool_2(conn, name):
curs = conn.cursor()
num = str(int(number_check(flask.request.args.get('num', '1'))))
data = '' + \
'
' + load_lang('tool') + '
' + \
''
return easy_minify(flask.render_template(skin_check(),
imp = [name, wiki_set(), custom(), other2(['(r' + num + ')', 0])],
data = data,
menu = [['history/' + url_pas(name), load_lang('return')]]
))