add_result.tmpl
changeset 58 004a32370ba5
parent 57 31271426f879
child 59 2c5e38748004
equal deleted inserted replaced
57:31271426f879 58:004a32370ba5
     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 Add Result</h1>
       
     6     <p>Bookmark successfully added:</p>
       
     7     <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p>
       
     8     <p><TMPL_VAR desc></p>
       
     9     <p>Keywords:
       
    10     <TMPL_LOOP Keywords>
       
    11       <TMPL_VAR keyword>;
       
    12     </TMPL_LOOP></p>
       
    13     <hr>
       
    14     <p>Back to the <a href="index.py">main page</a></p>
       
    15   </body>
       
    16 </html>
       
    17 <!-- Keep this comment at the end of the file
       
    18 Local variables:
       
    19 mode: sgml
       
    20 sgml-omittag:t
       
    21 sgml-shorttag:t
       
    22 sgml-namecase-general:t
       
    23 sgml-general-insert-case:lower
       
    24 sgml-minimize-attributes:nil
       
    25 sgml-always-quote-attributes:t
       
    26 sgml-indent-step:2
       
    27 sgml-indent-data:nil
       
    28 sgml-parent-document:nil
       
    29 sgml-exposed-tags:nil
       
    30 sgml-local-catalogs:nil
       
    31 sgml-local-ecat-files:nil
       
    32 End:
       
    33 vi: syntax=html
       
    34 -->