Subversion Repositories DevTools

Rev

Rev 1295 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1293 dpurdie 1
[%# Screen for the submit comment confirmation screen. #%]
2
 
3
[% PROCESS header.html.tmpl version = version displaymenu = 1 
4
                            closehead = 1 help="" %]
5
 
6
<H2>Comment submitted</H2>
7
<P>
8
<PRE>[% comment | html_entity %]
9
</PRE><P><P>
10
 
11
View topic (<A HREF="[% view_topic_url %]">text</A> |
12
<A HREF="[% view_comments_url %]">comments</A>)
13
 
14
[%# Display a simple form for closing the comment popup window #%]
15
<FORM METHOD="POST"  ENCTYPE="application/x-www-form-urlencoded">
16
<INPUT TYPE="submit" NAME=".submit" VALUE="Close"
17
       ONCLICK="window.close()">
18
</FORM>
19
 
20
[% PROCESS trailer.html.tmpl %]
21
 
22
</BODY>
23
</HTML>