inc/bkmarks.tmpl
author fabien
Fri, 24 Oct 2003 17:24:19 -0400
branchxbelweb
changeset 48 9cde0ea6f411
parent 46 d3c1de4d929e
child 57 31271426f879
permissions -rw-r--r--
[svn r1605] Remove 'Switch to folder view'.

<dl>
  <TMPL_LOOP Bookmarks>
  <dt>
    <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    <a href="edit.py?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
-->