templates/add_confirm.tmpl
changeset 59 2c5e38748004
parent 57 31271426f879
child 74 6784c4350b41
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="?action=add">
       
     7       <fieldset>
       
     8         <legend>Bookmark</legend>
       
     9 	<input type="hidden" name="action" value="add"/>
       
    10 	<input type="hidden" name="id" value="<TMPL_VAR id>"/>
       
    11 	<input type="hidden" name="name" value="<TMPL_VAR name>"/>
       
    12 	<input type="hidden" name="url" value="<TMPL_VAR url>"/>
       
    13 	<input type="hidden" name="desc" value="<TMPL_VAR desc>"/>
       
    14 	<input type="hidden" name="newkw"
       
    15 	  value="<TMPL_LOOP Keywords><TMPL_VAR keyword>,</TMPL_LOOP>"/>
       
    16 	<strong><a href="<TMPL_VAR url>"><TMPL_VAR name></a></strong>
       
    17 	<p><TMPL_VAR desc></p>
       
    18 	<p>Keywords:
       
    19 	  <TMPL_LOOP Keywords>
       
    20 	    <TMPL_VAR keyword>;
       
    21 	  </TMPL_LOOP>
       
    22 	</p>
       
    23 	<button name="step" type="submit" value="confirm"><TMPL_VAR confirmation></button>
       
    24 	<button name="step" type="submit" value="cancel">Cancel</button>
       
    25     </form>
       
    26   </body>
       
    27 </html>
       
    28 <!-- Keep this comment at the end of the file
       
    29 Local variables:
       
    30 mode: sgml
       
    31 sgml-omittag:t
       
    32 sgml-shorttag:t
       
    33 sgml-namecase-general:t
       
    34 sgml-general-insert-case:lower
       
    35 sgml-minimize-attributes:nil
       
    36 sgml-always-quote-attributes:t
       
    37 sgml-indent-step:2
       
    38 sgml-indent-data:nil
       
    39 sgml-parent-document:nil
       
    40 sgml-exposed-tags:nil
       
    41 sgml-local-catalogs:nil
       
    42 sgml-local-ecat-files:nil
       
    43 End:
       
    44 vi: syntax=html
       
    45 -->