{% 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 %}
{% include common/title/base_title.html %}
{% end %}
{% if show_fs_path %} {% include "mod_fs_path.html" %} {% end %} {% if error != "" %}
{{?error}}
{% end %} {% if warn != "" and warn != None %}
            {{warn}}
        
{% end %} {% if help_text %}
查看帮助
{% end %} {% if file_too_large %}
文件过大,只显示部分内容 {% for link in part_links %} {% render link %} {% end %}
{% end %}
{% if not readonly %} {% end %} {% if not readonly and show_rename %} {% end %} {% if show_preview %} {{T("Preview")}} {% end %} {% if path.find("/plugins/") >= 0 or path.find("\\plugins\\") >= 0 %} {% end %} 注意不会自动保存 {% if is_iframe %}
{% end %}
结果
            
{# TODO 需要处理下搜索的高亮 #} {% end %}