inc/bkmarks.tmpl
branchxbelweb
changeset 46 d3c1de4d929e
child 57 31271426f879
equal deleted inserted replaced
45:c81d480c3224 46:d3c1de4d929e
       
     1 <dl>
       
     2   <TMPL_LOOP Bookmarks>
       
     3   <dt>
       
     4     <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
       
     5     <a href="edit.py?id=<TMPL_VAR id>">edit</a>
       
     6   </dt>
       
     7   <dd><p><TMPL_VAR desc></p></dd>
       
     8   </TMPL_LOOP>
       
     9 </dl>
       
    10 <!-- Keep this comment at the end of the file
       
    11 Local variables:
       
    12 mode: sgml
       
    13 sgml-omittag:t
       
    14 sgml-shorttag:t
       
    15 sgml-namecase-general:t
       
    16 sgml-general-insert-case:lower
       
    17 sgml-minimize-attributes:nil
       
    18 sgml-always-quote-attributes:t
       
    19 sgml-indent-step:2
       
    20 sgml-indent-data:nil
       
    21 sgml-parent-document:nil
       
    22 sgml-exposed-tags:nil
       
    23 sgml-local-catalogs:nil
       
    24 sgml-local-ecat-files:nil
       
    25 End:
       
    26 vi: syntax=html
       
    27 -->