header.html.tmpl

来自「codestriker is a develop useful tool to 」· TMPL 代码 · 共 27 行

TMPL
27
字号
[% IF closehead %]</head><body onLoad="gotoAnchor(cs_load_anchor, cs_reload);">[% END %][%# Header HTML code to appear on each screen, after <body> tag. #%]<div id="header">  <div class="heading">    <a href="[% list_url | html_entity %]">[% main_title | html_entity %] - [% subtitle %]</a>  </div>  [% IF displaymenu != 0 %]  <div class="menu">    <a href="[% list_url | html_entity %]">List all open topics</a>    [% IF list_open_topics_in_project_url != "" %]    | <a href="[% list_open_topics_in_project_url | html_entity %]">List open topics in project</a>    [% END %]    | <a href="[% create_topic_url | html_entity %]">Create new topic</a>    [% IF searchlist_enabled != 0 %] | <a href="[% search_url | html_entity %]">Search</a> [% END %]    [% IF login_url != "" %] | <a href="[% login_url %]">Log In</a>[% END %]    | <a href="[% doc_url | html_entity %]/codestriker.html">Manual</a>  </div>  [% END %]</div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?