n_edit_move_all.py 604 B

123456789101112
  1. from .tool.func import *
  2. async def edit_move_all():
  3. return easy_minify(flask.render_template(await skin_check(),
  4. imp = [await get_lang('multiple_move'), await wiki_set(), await wiki_custom(), wiki_css([0, 0])],
  5. data = '' + \
  6. '<div id="opennamu_edit_move_all"></div>' + \
  7. '<script defer src="/views/main_css/js/route/edit_move_all.js' + cache_v() + '"></script>' + \
  8. '<script>window.addEventListener("DOMContentLoaded", function() { opennamu_edit_move_all(); });</script>' + \
  9. '',
  10. menu = [['other', await get_lang('return')]]
  11. ))