folders.tmpl
branchxbelweb
changeset 46 d3c1de4d929e
parent 45 c81d480c3224
child 47 2781ac85b807
equal deleted inserted replaced
45:c81d480c3224 46:d3c1de4d929e
    27 	    ><TMPL_VAR keyword> (<TMPL_VAR count>)</option>
    27 	    ><TMPL_VAR keyword> (<TMPL_VAR count>)</option>
    28 	</TMPL_LOOP></select>
    28 	</TMPL_LOOP></select>
    29 	<button name="action" value="add">Add</button>
    29 	<button name="action" value="add">Add</button>
    30     </form>
    30     </form>
    31     <hr>
    31     <hr>
    32     <div class="bookmarks">
    32     <TMPL_INCLUDE NAME="bkmarks.tmpl">
    33     <dl>
       
    34     <TMPL_LOOP Bookmarks>
       
    35       <dt>
       
    36         <a href="<TMPL_VAR url>"><TMPL_VAR name></a>
       
    37 	<a href="edit.py?id=<TMPL_VAR id>">edit</a>
       
    38       </dt>
       
    39       <dd><p><TMPL_VAR desc></p></dd>
       
    40     </TMPL_LOOP>
       
    41     </dl>
       
    42     </div>
       
    43     <hr>
    33     <hr>
    44   </body>
    34   </body>
    45 </html>
    35 </html>
    46 <!-- Keep this comment at the end of the file
    36 <!-- Keep this comment at the end of the file
    47 Local variables:
    37 Local variables: