--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/inc/bkmarks.tmpl Sun Dec 28 12:29:23 2008 -0500
@@ -0,0 +1,27 @@
+<dl>
+ <TMPL_LOOP Bookmarks>
+ <dt>
+ <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
+ <a href="?action=edit&id=<TMPL_VAR id>">edit</a>
+ </dt>
+ <dd><p><TMPL_VAR desc></p></dd>
+ </TMPL_LOOP>
+</dl>
+<!-- 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
+-->