equal
deleted
inserted
replaced
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 <html> |
2 <html> |
3 <head> |
3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> |
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> |
5 <title>Bookmarker 3</title> |
5 <title>Fabien's XBelWeb</title> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <h1>Bookmarker 3</h1> |
8 <h1>Fabien's XBelWeb</h1> |
9 <p>Welcome to bookmarker 3!</p> |
|
10 <p>Here the <a |
9 <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 |
10 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> |
11 Mark Link</a>.</p> |
13 |
12 |
14 <dl> |
13 <dl> |
15 <TMPL_LOOP Bookmarks> |
14 <TMPL_LOOP Bookmarks> |
16 <dt><a href="<TMPL_VAR url>"><TMPL_VAR name></a></dt> |
15 <dt> |
|
16 <a href="<TMPL_VAR url>"><TMPL_VAR name></a> |
|
17 <a href="edit.py?id=<TMPL_VAR id>">edit<a> |
|
18 <a href="delete.py?id=<TMPL_VAR id>">delete<a> |
|
19 </dt> |
17 <dd><p><TMPL_VAR desc></p></dd> |
20 <dd><p><TMPL_VAR desc></p></dd> |
18 </TMPL_LOOP> |
21 </TMPL_LOOP> |
19 </ul> |
22 </ul> |
20 <form action="index.py" method="post" name="keywords"> |
23 <form action="index.py" method="post" name="keywords"> |
21 <fieldset class="keywords"> |
24 <fieldset class="keywords"> |
25 <li><input type="checkbox" name="kw" |
28 <li><input type="checkbox" name="kw" |
26 <TMPL_IF checked>checked</TMPL_IF> |
29 <TMPL_IF checked>checked</TMPL_IF> |
27 value="<TMPL_VAR id>"/><TMPL_VAR keyword></li> |
30 value="<TMPL_VAR id>"/><TMPL_VAR keyword></li> |
28 </TMPL_LOOP> |
31 </TMPL_LOOP> |
29 </ul> |
32 </ul> |
|
33 <button type="reset">Reset</button> |
30 </fieldset> |
34 </fieldset> |
31 <button type="submit">Refresh</button> |
35 <button type="submit">Refresh</button> |
32 </form> |
36 </form> |
33 <form type |
37 <form type |
34 </body> |
38 </body> |