index.tmpl
author fabien
Wed, 24 Sep 2003 14:28:47 -0400
branchxbelweb
changeset 7 7cc3ab1c160b
parent 4 20c995f13f63
child 9 896b7c6de627
permissions -rw-r--r--
[svn r1541] Add new keywords entry.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
    <title>Bookmarker 3</title>
  </head>
  <body>
    <h1>Bookmarker 3</h1>
    <p>Welcome to bookmarker 3!</p>
    <p>Here the <a
    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
    Mark Link</a>.</p>
    
    <dl>
    <TMPL_LOOP Bookmarks>
      <dt><a href="<TMPL_VAR url>"><TMPL_VAR name></a></dt>
      <dd><p><TMPL_VAR desc></p></dd>
    </TMPL_LOOP>
    </ul>
    <form action="index.py" method="post" name="keywords">
      <fieldset class="keywords">
        <legend>Keywords:</legend>
	<ul>
	<TMPL_LOOP Keywords>
	  <li><input type="checkbox" name="kw"
	  <TMPL_IF checked>checked</TMPL_IF>
	  value="<TMPL_VAR id>"/><TMPL_VAR keyword></li>
	</TMPL_LOOP>
	</ul>
      </fieldset>
      <button type="submit">Refresh</button>
    </form>
    <form type
  </body>
</html>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-namecase-general:t
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:nil
sgml-parent-document:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->