Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1293 dpurdie 1
[%# Screen for the submit topic confirmation screen. #%]
2
 
3
[% PROCESS header.html.tmpl version = version displaymenu = 1 
4
                            closehead = 1 help="" %]
5
 
6
[%# Display any "feedback" to the user if necessary. #%]
7
[% IF feedback != '' %]
8
    <span class="feedback">[% feedback %]</span>
9
    <p>
10
[% END %]
11
 
12
<H2>Topic created</H2>
13
Topic title: [% topic_title | html_entity %]<BR>
14
Author: [% email | html_entity %]<BR>
15
Topic URL: <A HREF="[% topic_url %]">[% topic_url %]</A>
16
<P>
17
Email has been sent to: [% email | html_entity %], [% reviewers | html_entity %][% IF cc != '' %], [% cc | html_entity %][% END %]
18
 
19
[% PROCESS trailer.html.tmpl %]
20
 
21
</BODY>
22
</HTML>