index.tmpl
branchxbelweb
changeset 14 cdb4ed8660c5
parent 13 7357230539d2
child 15 574631f841c3
equal deleted inserted replaced
13:7357230539d2 14:cdb4ed8660c5
     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>Fabien's XBelWeb</title>
     5     <title>Fabien's XBelWeb</title>
     6   </head>
     6   </head>
     7   <body>
     7   <body>
     8     <h1>Fabien's XBelWeb</h1>
     8     <h1>Fabien's XBelWeb</h1>
     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
       
    11     Mark Link</a>.</p>
       
    12     
       
    13     <p>Total bookmarks: <TMPL_VAR total></p>
     9     <p>Total bookmarks: <TMPL_VAR total></p>
       
    10     <form action="index.py" method="post" name="keywords">
       
    11       <fieldset class="keywords">
       
    12         <legend>Keywords:</legend>
       
    13 	<p>
       
    14 	<TMPL_LOOP Keywords>
       
    15 	  <input type="checkbox" name="kw"
       
    16 	  <TMPL_IF checked>checked</TMPL_IF>
       
    17 	  value="<TMPL_VAR id>"
       
    18 	  /><TMPL_VAR keyword>(<TMPL_VAR count>);
       
    19 	</TMPL_LOOP>
       
    20 	</ul>
       
    21       </fieldset>
       
    22       <button type="submit">Refresh</button>
       
    23     </form>
    14     <dl>
    24     <dl>
    15     <TMPL_LOOP Bookmarks>
    25     <TMPL_LOOP Bookmarks>
    16       <dt>
    26       <dt>
    17         <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    27         <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    18 	<a href="edit.py?id=<TMPL_VAR id>">edit<a>
    28 	<a href="edit.py?id=<TMPL_VAR id>">edit<a>
    19 	<a href="delete.py?id=<TMPL_VAR id>">delete<a>
    29 	<a href="delete.py?id=<TMPL_VAR id>">delete<a>
    20       </dt>
    30       </dt>
    21       <dd><p><TMPL_VAR desc></p></dd>
    31       <dd><p><TMPL_VAR desc></p></dd>
    22     </TMPL_LOOP>
    32     </TMPL_LOOP>
    23     </ul>
    33     </ul>
    24     <form action="index.py" method="post" name="keywords">
    34     <hr/>
    25       <fieldset class="keywords">
    35     <p>Here the <a
    26         <legend>Keywords:</legend>
    36     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
    27 	<ul>
    37     Mark Link</a>.</p>
    28 	<TMPL_LOOP Keywords>
       
    29 	  <li><input type="checkbox" name="kw"
       
    30 	  <TMPL_IF checked>checked</TMPL_IF>
       
    31 	  value="<TMPL_VAR id>"/><TMPL_VAR keyword>
       
    32 	  (<TMPL_VAR count>)</li>
       
    33 	</TMPL_LOOP>
       
    34 	</ul>
       
    35 	<button type="reset">Reset</button>
       
    36       </fieldset>
       
    37       <button type="submit">Refresh</button>
       
    38     </form>
       
    39     <form type
       
    40   </body>
    38   </body>
    41 </html>
    39 </html>
    42 <!-- Keep this comment at the end of the file
    40 <!-- Keep this comment at the end of the file
    43 Local variables:
    41 Local variables:
    44 mode: sgml
    42 mode: sgml