templates/inc/bkmarks.tmpl
author fabien@tzone.org
Wed, 31 Dec 2008 16:26:22 -0500
changeset 75 4f6b7b48322f
parent 59 2c5e38748004
permissions -rw-r--r--
A lot of fix again, for folder view, bookmark editing and removal and some error handling.

<dl>
  <TMPL_LOOP Bookmarks>
  <dt>
    <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    <a href="?action=bookmark&step=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
-->