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