equal
deleted
inserted
replaced
8 <h1>Fabien's XBelWeb</h1> |
8 <h1>Fabien's XBelWeb</h1> |
9 <p>Here the <a |
9 <p>Here the <a |
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 |
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 |
11 Mark Link</a>.</p> |
11 Mark Link</a>.</p> |
12 |
12 |
|
13 <p>Total bookmarks: <TMPL_VAR total></p> |
13 <dl> |
14 <dl> |
14 <TMPL_LOOP Bookmarks> |
15 <TMPL_LOOP Bookmarks> |
15 <dt> |
16 <dt> |
16 <a href="<TMPL_VAR url>"><TMPL_VAR name></a> |
17 <a href="<TMPL_VAR url>"><TMPL_VAR name></a> |
17 <a href="edit.py?id=<TMPL_VAR id>">edit<a> |
18 <a href="edit.py?id=<TMPL_VAR id>">edit<a> |
25 <legend>Keywords:</legend> |
26 <legend>Keywords:</legend> |
26 <ul> |
27 <ul> |
27 <TMPL_LOOP Keywords> |
28 <TMPL_LOOP Keywords> |
28 <li><input type="checkbox" name="kw" |
29 <li><input type="checkbox" name="kw" |
29 <TMPL_IF checked>checked</TMPL_IF> |
30 <TMPL_IF checked>checked</TMPL_IF> |
30 value="<TMPL_VAR id>"/><TMPL_VAR keyword></li> |
31 value="<TMPL_VAR id>"/><TMPL_VAR keyword> |
|
32 (<TMPL_VAR count>)</li> |
31 </TMPL_LOOP> |
33 </TMPL_LOOP> |
32 </ul> |
34 </ul> |
33 <button type="reset">Reset</button> |
35 <button type="reset">Reset</button> |
34 </fieldset> |
36 </fieldset> |
35 <button type="submit">Refresh</button> |
37 <button type="submit">Refresh</button> |