templates/inc/bkmarks.tmpl
changeset 75 4f6b7b48322f
parent 59 2c5e38748004
equal deleted inserted replaced
74:6784c4350b41 75:4f6b7b48322f
     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="?action=edit&id=<TMPL_VAR id>">edit</a>
     5     <a href="?action=bookmark&step=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