{% extends wide_base %} {% block head %} {% include common/script/load_codemirror.html %} {% if path.endswith(".py") %} {% end %} {% if path.endswith(".js") %} {% end %} {% if path.endswith(".php") %} {% end %} {% if path.endswith(".css") %} {% end %} {% end %} {% block body_left %} {% import os %} {% init readonly = False %} {% init warn = "" %} {% init error = "" %} {% init pathlist = [] %} {% init show_preview = False %} {% init show_title = True %} {% init embed = False %} {% init file_too_large = False %} {% init post_action = "/code/update" %} {% init show_fs_path = True %} {% init title = "文本编辑" %} {% init parent_link = None %} {% init show_rename = True %} {% init help_text = "" %} {% init is_iframe = False %} {% if show_title %}
{{warn}}
{% end %}
{% if help_text %}
查看帮助{% end %} {% if file_too_large %}