inc/bkmarks.tmpl
changeset 57 31271426f879
parent 46 d3c1de4d929e
equal deleted inserted replaced
56:6b31934e5b2e 57:31271426f879
     1 <dl>
     1 <dl>
     2   <TMPL_LOOP Bookmarks>
     2   <TMPL_LOOP Bookmarks>
     3   <dt>
     3   <dt>
     4     <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
     4     <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
     5     <a href="edit.py?id=<TMPL_VAR id>">edit</a>
     5     <a href="?action=edit&id=<TMPL_VAR id>">edit</a>
     6   </dt>
     6   </dt>
     7   <dd><p><TMPL_VAR desc></p></dd>
     7   <dd><p><TMPL_VAR desc></p></dd>
     8   </TMPL_LOOP>
     8   </TMPL_LOOP>
     9 </dl>
     9 </dl>
    10 <!-- Keep this comment at the end of the file
    10 <!-- Keep this comment at the end of the file