templates/kw_delete.tmpl
changeset 59 2c5e38748004
parent 58 004a32370ba5
equal deleted inserted replaced
58:004a32370ba5 59:2c5e38748004
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html>
       
     3   <TMPL_INCLUDE NAME="headers.tmpl">
       
     4   <body>
       
     5     <h1><TMPL_VAR remote_user>'s Confirmation</h1>
       
     6     <form name="confirmation" method="post" action="">
       
     7       <input type="hidden" name="action" value="keywords"/>
       
     8       <p>Do you really want to remove those keywords?</p>
       
     9       <p>
       
    10 	<TMPL_LOOP Selected>
       
    11 	  <input type="hidden" name="id" value="<TMPL_VAR id>"/>
       
    12 	  <TMPL_VAR keyword>;
       
    13 	</TMPL_LOOP>
       
    14       </p>
       
    15       <button name="step" type="submit" value="do_delete">Delete</button>
       
    16       <button name="step" type="submit" value="cancel">Cancel</button>
       
    17     </form>
       
    18   </body>
       
    19 </html>
       
    20 <!-- Keep this comment at the end of the file
       
    21 Local variables:
       
    22 mode: sgml
       
    23 sgml-omittag:t
       
    24 sgml-shorttag:t
       
    25 sgml-namecase-general:t
       
    26 sgml-general-insert-case:lower
       
    27 sgml-minimize-attributes:nil
       
    28 sgml-always-quote-attributes:t
       
    29 sgml-indent-step:2
       
    30 sgml-indent-data:nil
       
    31 sgml-parent-document:nil
       
    32 sgml-exposed-tags:nil
       
    33 sgml-local-catalogs:nil
       
    34 sgml-local-ecat-files:nil
       
    35 End:
       
    36 vi: syntax=html
       
    37 -->