Subversion Repositories DevTools

Rev

Rev 1293 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

[%# Screen for the submit comment confirmation screen. #%]

[% PROCESS header.html.tmpl version = version displaymenu = 1 
                            closehead = 1 help="" %]

<H2>Comment submitted</H2>
<P>
<PRE>[% comment | html_entity %]
</PRE><P><P>

View topic (<A HREF="[% view_topic_url %]">text</A> |
<A HREF="[% view_comments_url %]">comments</A>)

[%# Display a simple form for closing the comment popup window #%]
<FORM METHOD="POST"  ENCTYPE="application/x-www-form-urlencoded">
<INPUT TYPE="submit" NAME=".submit" VALUE="Close"
       ONCLICK="window.close()">
</FORM>

[% PROCESS trailer.html.tmpl %]

</BODY>
</HTML>