equal
deleted
inserted
replaced
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 |