add_result.tmpl
branchxbelweb
changeset 3 9e7e8b678819
child 9 896b7c6de627
equal deleted inserted replaced
2:4cb6d9f3d3eb 3:9e7e8b678819
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html>
       
     3   <head>
       
     4     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
       
     5     <title>Bookmarker 3</title>
       
     6   </head>
       
     7   <body>
       
     8     <h1>Bookmarker 3</h1>
       
     9     <p>Welcome to bookmarker 3!</p>
       
    10     <p>Bookmark successfully added:</p>
       
    11     <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p>
       
    12     <p><TMPL_VAR desc></p>
       
    13     <p>Keywords:</p>
       
    14     <TMPL_INCLUDE NAME="keywords.tmpl">
       
    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 -->