author | fabien |
Sat, 27 Sep 2003 01:44:43 -0400 | |
branch | xbelweb |
changeset 25 | 777bcb36f7be |
parent 22 | 41c87e1332eb |
child 26 | 17b0cd274530 |
permissions | -rw-r--r-- |
0 | 1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 |
<html> |
|
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
17
diff
changeset
|
3 |
<TMPL_INCLUDE NAME="headers.tmpl"> |
0 | 4 |
<body> |
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
17
diff
changeset
|
5 |
<h1><TMPL_VAR pagetitle></h1> |
13 | 6 |
<p>Total bookmarks: <TMPL_VAR total></p> |
15 | 7 |
<form action="index.py" method="get" name="keywords"> |
14 | 8 |
<fieldset class="keywords"> |
9 |
<legend>Keywords:</legend> |
|
10 |
<p> |
|
11 |
<TMPL_LOOP Keywords> |
|
17
14bec94bbe89
[svn r1551] Add delete bookmarks functionality as well as many reusability issues.
fabien
parents:
15
diff
changeset
|
12 |
<input type="checkbox" name="kw" onclick="submit()" |
14 | 13 |
<TMPL_IF checked>checked</TMPL_IF> |
14 |
value="<TMPL_VAR id>" |
|
15 | 15 |
/><a href="edit_kw.py?id=<TMPL_VAR id>"><TMPL_VAR keyword></a>(<TMPL_VAR count>); |
14 | 16 |
</TMPL_LOOP> |
15 | 17 |
</p> |
22 | 18 |
<button>Lookup</button> |
14 | 19 |
</fieldset> |
20 |
</form> |
|
3 | 21 |
<dl> |
22 |
<TMPL_LOOP Bookmarks> |
|
9 | 23 |
<dt> |
24 |
<a href="<TMPL_VAR url>"><TMPL_VAR name></a> |
|
17
14bec94bbe89
[svn r1551] Add delete bookmarks functionality as well as many reusability issues.
fabien
parents:
15
diff
changeset
|
25 |
<a href="edit.py?id=<TMPL_VAR id>">edit</a> |
9 | 26 |
</dt> |
3 | 27 |
<dd><p><TMPL_VAR desc></p></dd> |
28 |
</TMPL_LOOP> |
|
29 |
</ul> |
|
14 | 30 |
<hr/> |
22 | 31 |
<p><a href="add.py">Add new bookmark.</a></p> |
14 | 32 |
<p>Here the <a |
33 |
href="javascript:bk1='<TMPL_VAR curl>?curl='+escape(location.href)+'&ctitle='+escape(document.title);bkwin=window.open(bk1,'bkqm','width=620,height=500,scrollbars=1,resizable=1');bkwin.focus();">Quick |
|
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
17
diff
changeset
|
34 |
Mark Link</a>. Put it on your bookmarks (using <tt><Right-Mouse |
22 | 35 |
Click> Bookmark this link</tt>) and just select it when you |
21
345ee7421989
[svn r1555] Add multiuser support and more templating.
fabien
parents:
17
diff
changeset
|
36 |
want to bookmark your links.</p> |
0 | 37 |
</body> |
38 |
</html> |
|
39 |
<!-- Keep this comment at the end of the file |
|
40 |
Local variables: |
|
41 |
mode: sgml |
|
42 |
sgml-omittag:t |
|
43 |
sgml-shorttag:t |
|
44 |
sgml-namecase-general:t |
|
45 |
sgml-general-insert-case:lower |
|
46 |
sgml-minimize-attributes:nil |
|
47 |
sgml-always-quote-attributes:t |
|
48 |
sgml-indent-step:2 |
|
49 |
sgml-indent-data:nil |
|
50 |
sgml-parent-document:nil |
|
51 |
sgml-exposed-tags:nil |
|
52 |
sgml-local-catalogs:nil |
|
53 |
sgml-local-ecat-files:nil |
|
54 |
End: |
|
15 | 55 |
vi: syntax=html |
0 | 56 |
--> |