0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
|
|
5 |
<title>Bookmarker 3</title>
|
|
6 |
</head>
|
|
7 |
<body>
|
|
8 |
<h1>Bookmarker 3</h1>
|
|
9 |
<p>Welcome to bookmarker 3!</p>
|
4
|
10 |
<p>Here the <a
|
|
11 |
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
|
|
12 |
Mark Link</a>.</p>
|
|
13 |
|
3
|
14 |
<dl>
|
|
15 |
<TMPL_LOOP Bookmarks>
|
|
16 |
<dt><a href="<TMPL_VAR url>"><TMPL_VAR name></a></dt>
|
|
17 |
<dd><p><TMPL_VAR desc></p></dd>
|
|
18 |
</TMPL_LOOP>
|
|
19 |
</ul>
|
|
20 |
<form action="index.py" method="post" name="keywords">
|
|
21 |
<fieldset class="keywords">
|
|
22 |
<legend>Keywords:</legend>
|
|
23 |
<ul>
|
|
24 |
<TMPL_LOOP Keywords>
|
|
25 |
<li><input type="checkbox" name="kw"
|
|
26 |
<TMPL_IF checked>checked</TMPL_IF>
|
|
27 |
value="<TMPL_VAR id>"/><TMPL_VAR keyword></li>
|
|
28 |
</TMPL_LOOP>
|
|
29 |
</ul>
|
|
30 |
</fieldset>
|
|
31 |
<button type="submit">Refresh</button>
|
|
32 |
</form>
|
|
33 |
<form type
|
0
|
34 |
</body>
|
|
35 |
</html>
|
|
36 |
<!-- Keep this comment at the end of the file
|
|
37 |
Local variables:
|
|
38 |
mode: sgml
|
|
39 |
sgml-omittag:t
|
|
40 |
sgml-shorttag:t
|
|
41 |
sgml-namecase-general:t
|
|
42 |
sgml-general-insert-case:lower
|
|
43 |
sgml-minimize-attributes:nil
|
|
44 |
sgml-always-quote-attributes:t
|
|
45 |
sgml-indent-step:2
|
|
46 |
sgml-indent-data:nil
|
|
47 |
sgml-parent-document:nil
|
|
48 |
sgml-exposed-tags:nil
|
|
49 |
sgml-local-catalogs:nil
|
|
50 |
sgml-local-ecat-files:nil
|
|
51 |
End:
|
|
52 |
-->
|