index.tmpl
branchxbelweb
changeset 15 574631f841c3
parent 14 cdb4ed8660c5
child 17 14bec94bbe89
equal deleted inserted replaced
14:cdb4ed8660c5 15:574631f841c3
     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>Total bookmarks: <TMPL_VAR total></p>
     9     <p>Total bookmarks: <TMPL_VAR total></p>
    10     <form action="index.py" method="post" name="keywords">
    10     <form action="index.py" method="get" name="keywords">
    11       <fieldset class="keywords">
    11       <fieldset class="keywords">
    12         <legend>Keywords:</legend>
    12         <legend>Keywords:</legend>
    13 	<p>
    13 	<p>
    14 	<TMPL_LOOP Keywords>
    14 	<TMPL_LOOP Keywords>
    15 	  <input type="checkbox" name="kw"
    15 	  <input type="checkbox" name="kw"
    16 	  <TMPL_IF checked>checked</TMPL_IF>
    16 	  <TMPL_IF checked>checked</TMPL_IF>
    17 	  value="<TMPL_VAR id>"
    17 	  value="<TMPL_VAR id>"
    18 	  /><TMPL_VAR keyword>(<TMPL_VAR count>);
    18 	  /><a href="edit_kw.py?id=<TMPL_VAR id>"><TMPL_VAR keyword></a>(<TMPL_VAR count>);
    19 	</TMPL_LOOP>
    19 	</TMPL_LOOP>
    20 	</ul>
    20 	</p>
       
    21       <button type="submit">Refresh</button>
    21       </fieldset>
    22       </fieldset>
    22       <button type="submit">Refresh</button>
       
    23     </form>
    23     </form>
    24     <dl>
    24     <dl>
    25     <TMPL_LOOP Bookmarks>
    25     <TMPL_LOOP Bookmarks>
    26       <dt>
    26       <dt>
    27         <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    27         <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    51 sgml-parent-document:nil
    51 sgml-parent-document:nil
    52 sgml-exposed-tags:nil
    52 sgml-exposed-tags:nil
    53 sgml-local-catalogs:nil
    53 sgml-local-catalogs:nil
    54 sgml-local-ecat-files:nil
    54 sgml-local-ecat-files:nil
    55 End:
    55 End:
       
    56 vi: syntax=html
    56 -->
    57 -->