index.tmpl
branchxbelweb
changeset 17 14bec94bbe89
parent 15 574631f841c3
child 21 345ee7421989
equal deleted inserted replaced
16:07adce9ccccb 17:14bec94bbe89
    10     <form action="index.py" method="get" 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" onclick="submit()"
    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 	  /><a href="edit_kw.py?id=<TMPL_VAR id>"><TMPL_VAR keyword></a>(<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 	</p>
    20 	</p>
    21       <button type="submit">Refresh</button>
       
    22       </fieldset>
    21       </fieldset>
    23     </form>
    22     </form>
    24     <dl>
    23     <dl>
    25     <TMPL_LOOP Bookmarks>
    24     <TMPL_LOOP Bookmarks>
    26       <dt>
    25       <dt>
    27         <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    26         <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
    28 	<a href="edit.py?id=<TMPL_VAR id>">edit<a>
    27 	<a href="edit.py?id=<TMPL_VAR id>">edit</a>
    29 	<a href="delete.py?id=<TMPL_VAR id>">delete<a>
       
    30       </dt>
    28       </dt>
    31       <dd><p><TMPL_VAR desc></p></dd>
    29       <dd><p><TMPL_VAR desc></p></dd>
    32     </TMPL_LOOP>
    30     </TMPL_LOOP>
    33     </ul>
    31     </ul>
    34     <hr/>
    32     <hr/>