--- a/add_result.tmpl Sat Dec 27 20:23:39 2008 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
- <TMPL_INCLUDE NAME="headers.tmpl">
- <body>
- <h1><TMPL_VAR remote_user>'s Add Result</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>Back to the <a href="index.py">main page</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:
-vi: syntax=html
--->