templates/kw_rename.tmpl
author fabien@tzone.org
Tue, 30 Dec 2008 23:32:33 -0500
changeset 67 652ff41518f3
parent 59 2c5e38748004
permissions -rw-r--r--
Update index.py and config to use the right information.

<!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>Rename<br/>
        <TMPL_LOOP Selected>
	  <label><em><TMPL_VAR keyword></em> to
	  <input type="hidden" name="id" value="<TMPL_VAR id>"/>
	  <input type="text" name="name<TMPL_VAR id>"
	     value="<TMPL_VAR keyword>"/></label><br/>
	</TMPL_LOOP>
        <button name="step" type="submit" value="do_rename">Rename</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
-->