dynamic.tmpl
changeset 57 31271426f879
parent 51 7015d65beb3d
child 58 004a32370ba5
equal deleted inserted replaced
56:6b31934e5b2e 57:31271426f879
     2 <html>
     2 <html>
     3   <TMPL_INCLUDE NAME="headers.tmpl">
     3   <TMPL_INCLUDE NAME="headers.tmpl">
     4   <body>
     4   <body>
     5     <h1><TMPL_VAR remote_user>'s XBelWeb</h1>
     5     <h1><TMPL_VAR remote_user>'s XBelWeb</h1>
     6     <p>Total bookmarks: <TMPL_VAR total></p>
     6     <p>Total bookmarks: <TMPL_VAR total></p>
     7     <form action="index.py" method="get" name="keywords">
     7     <form action="?action=index&view=dynamic" method="get" name="keywords">
     8       <input type="hidden" name="view" value="dynamic"/>
       
     9       <fieldset class="keywords">
     8       <fieldset class="keywords">
    10         <legend>Keywords:</legend>
     9         <legend>Keywords:</legend>
    11 	<p>
    10 	<p>
    12 	<label>Include:
    11 	<label>Include:
    13 	<select multiple name="sel" onchange="submit()"
    12 	<select multiple name="sel" onchange="submit()"
    33 	<button>Lookup</button>
    32 	<button>Lookup</button>
    34       </fieldset>
    33       </fieldset>
    35     </form>
    34     </form>
    36     <TMPL_INCLUDE NAME="bkmarks.tmpl">
    35     <TMPL_INCLUDE NAME="bkmarks.tmpl">
    37     <hr/>
    36     <hr/>
    38     <a href="?view=folder">Switch to folder view</a>
    37     <a href="?action=index&view=folder">Switch to folder view</a>
    39     <TMPL_INCLUDE NAME="footers.tmpl">
    38     <TMPL_INCLUDE NAME="footers.tmpl">
    40   </body>
    39   </body>
    41 </html>
    40 </html>
    42 <!-- Keep this comment at the end of the file
    41 <!-- Keep this comment at the end of the file
    43 Local variables:
    42 Local variables: