[%# 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 %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] [% feedback %]

[% END %]
Topic Text   Topic Comments ([% number_comments %])   Topic Properties   Topic Information [% author | html_entity %]
Topic title: [% title | html_entity %] [% document_creation_time | html_entity %]
[%# 29-Aug-07 SJK: If optional URL is provided, display it #%] [% IF desc_url != '' %] Cross-reference: [% desc_url | html_entity %]
[% END %] [%# If this topic obsoletes any other topics, show them now #%] [% IF obsoleted_topics.size > 0 %] Topics obsoletes: [% FOREACH entry = obsoleted_topics %] [% entry.title | html_entity %][% IF ! loop.last() %],[% END %] [% END %]
[% END %] [%# If this topic is obsoleted by other topics, show them now #%] [% IF obsoleted_by.size > 0 %] Obsoleted by: [% FOREACH entry = obsoleted_by %] [% entry.title | html_entity %][% IF ! loop.last() %],[% END %] [% END %]
[% END %]