kw_delete.tmpl
changeset 59 2c5e38748004
parent 58 004a32370ba5
child 60 dad9733c99f0
--- a/kw_delete.tmpl	Sun Dec 28 12:24:02 2008 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-  <TMPL_INCLUDE NAME="headers.tmpl">
-  <body>
-    <h1><TMPL_VAR remote_user>'s Confirmation</h1>
-    <form name="confirmation" method="post" action="">
-      <input type="hidden" name="action" value="keywords"/>
-      <p>Do you really want to remove those keywords?</p>
-      <p>
-	<TMPL_LOOP Selected>
-	  <input type="hidden" name="id" value="<TMPL_VAR id>"/>
-	  <TMPL_VAR keyword>;
-	</TMPL_LOOP>
-      </p>
-      <button name="step" type="submit" value="do_delete">Delete</button>
-      <button name="step" type="submit" value="cancel">Cancel</button>
-    </form>
-  </body>
-</html>
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-namecase-general:t
-sgml-general-insert-case:lower
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:nil
-sgml-parent-document:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vi: syntax=html
--->