[Scummvm-cvs-logs] SF.net SVN: scummvm: [25004] forum/trunk/SVMDesign/admin/ textual_confirmation.tpl

ender at users.sourceforge.net ender at users.sourceforge.net
Fri Jan 5 12:55:12 CET 2007


Revision: 25004
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25004&view=rev
Author:   ender
Date:     2007-01-05 03:55:11 -0800 (Fri, 05 Jan 2007)

Log Message:
-----------
Add "Textual Confirmation" anti-spam patch to forum

Added Paths:
-----------
    forum/trunk/SVMDesign/admin/textual_confirmation.tpl

Added: forum/trunk/SVMDesign/admin/textual_confirmation.tpl
===================================================================
--- forum/trunk/SVMDesign/admin/textual_confirmation.tpl	                        (rev 0)
+++ forum/trunk/SVMDesign/admin/textual_confirmation.tpl	2007-01-05 11:55:11 UTC (rev 25004)
@@ -0,0 +1,8 @@
+<h1>{L_TC_TITLE}</h2>
+{MESSAGES}
+<form action="{S_TC_ACTION}" method="POST">
+<textarea cols="60" rows="30" name="data">{DATA}</textarea><br />
+<input type="hidden" name="action" value="update" />
+<input type="reset" value="{L_RESET}" class="liteoption" />
+<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
+</form>


Property changes on: forum/trunk/SVMDesign/admin/textual_confirmation.tpl
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list