[%# Screen for the create topic form. #%] [% PROCESS header.html.tmpl version = version displaymenu = 1 closehead = 1 help = "x394.html" %] [%# Display any "feedback" to the user if necessary. #%] [% IF feedback != '' %] [% feedback %] [% END %]
[%# Show any topics that this topic will obsolete #%] [% IF obsoleted_topics.size > 0 %] Topics to obsolete: [% FOREACH topic = obsoleted_topics %] [% topic.title | html_entity %][% IF ! loop.last() %],[% END %] [% END %]
[% END %]
[% PROCESS trailer.html.tmpl %]