author | Fabien Niñoles <fabien@tzone.org> |
Wed, 07 Jan 2009 17:26:18 -0500 | |
changeset 77 | 52b13b0616b8 |
parent 75 | 4f6b7b48322f |
permissions | -rw-r--r-- |
46 | 1 |
<dl> |
2 |
<TMPL_LOOP Bookmarks> |
|
3 |
<dt> |
|
4 |
<a href="<TMPL_VAR url>"><TMPL_VAR name></a> |
|
75
4f6b7b48322f
A lot of fix again, for folder view, bookmark editing and removal
fabien@tzone.org
parents:
59
diff
changeset
|
5 |
<a href="?action=bookmark&step=edit&id=<TMPL_VAR id>">edit</a> |
46 | 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 |
--> |