📄 viewtopicheader.html.tmpl
字号:
[%# Screen for displaying the heading information of a topic. The actual view topic data is still generated directly from the perl script, as it is complex HTML that doesn't need to be customised. #%][% PROCESS header.html.tmpl displaymenu = 1 version = version closehead = closehead subtitle = "Topic Details" %][%# Display any "feedback" to the user if necessary. #%][% IF feedback != '' %] <span class="feedback">[% feedback %]</span> <p>[% END %]<div class="tabs"> <div class="tabfloat">[% author | html_entity %]</div> <div class=[% IF topicview == 0 %]"tab notselected"[% ELSE %]"tab selected"[% END %]> <a href="[% view_topic_url %]">Topic Text</a> </div> <div class=[% IF topiccomments == 0 %]"tab notselected"[% ELSE %]"tab selected"[% END %]> <a href="[% view_comments_url %]">Topic Comments ([% number_comments %])</a> </div> <div class=[% IF topicproperties == 0 %]"tab notselected"[% ELSE %]"tab selected"[% END %]> <a href="[% view_topic_properties_url %]">Topic Properties</a> </div> <div class=[% IF topicinfo == 0 %]"tab notselected"[% ELSE %]"tab selected"[% END %]> <a href="[% view_topicinfo_url %]">Topic Information</a> </div></div><div class="aftertabs"> <div class="aftertabfloat">[% document_creation_time | html_entity %]</div> <div>Topic title: <b>[% title | html_entity %]</b></div></div>[%# If this topic obsoletes any other topics, show them now #%][% IF obsoleted_topics.size > 0 %]<span style="obsolete-header">Topics obsoletes:</span> [% FOREACH entry = obsoleted_topics %] <a href="[% entry.view_url %]">[% entry.title | html_entity %]</a>[% IF ! loop.last() %],[% END %] [% END %] <br>[% END %][%# If this topic is obsoleted by other topics, show them now #%][% IF obsoleted_by.size > 0 %]<span style="obsolete-header">Obsoleted by:</span> [% FOREACH entry = obsoleted_by %] <a href="[% entry.view_url %]">[% entry.title | html_entity %]</a>[% IF ! loop.last() %],[% END %] [% END %] <br>[% END %]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -