add_result.tmpl
author fabien
Fri, 26 Sep 2003 11:04:15 -0400
branchxbelweb
changeset 17 14bec94bbe89
parent 10 5515d74ba3f1
child 21 345ee7421989
permissions -rw-r--r--
[svn r1551] Add delete bookmarks functionality as well as many reusability issues.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
    <title>Fabien's XBelWeb</title>
  </head>
  <body>
    <h1>Fabien's XBelWeb</h1>
    <p>Bookmark successfully added:</p>
    <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p>
    <p><TMPL_VAR desc></p>
    <p>Keywords:
    <TMPL_LOOP Keywords>
      <TMPL_VAR keyword>;
    </TMPL_LOOP></p>
    <hr>
    <p>Retour à la <a href="index.py">page principale</a></p>
  </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:
-->