| 12345678910111213 |
- from .tool.func import *
- async def edit_move_all():
- with get_db_connect() as conn:
- return easy_minify(flask.render_template(await skin_check(),
- imp = [await get_lang('multiple_move'), await wiki_set(), await wiki_custom(conn), wiki_css([0, 0])],
- data = '' + \
- '<div id="opennamu_edit_move_all"></div>' + \
- '<script defer src="/views/main_css/js/route/edit_move_all.js' + cache_v() + '"></script>' + \
- '<script>window.addEventListener("DOMContentLoaded", function() { opennamu_edit_move_all(); });</script>' + \
- '',
- menu = [['other', await get_lang('return')]]
- ))
|