index.tmpl
branchxbelweb
changeset 21 345ee7421989
parent 17 14bec94bbe89
child 22 41c87e1332eb
--- a/index.tmpl	Fri Sep 26 11:31:09 2003 -0400
+++ b/index.tmpl	Fri Sep 26 18:18:33 2003 -0400
@@ -1,11 +1,8 @@
 <!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>Fabien's XBelWeb</title>
-  </head>
+  <TMPL_INCLUDE NAME="headers.tmpl">
   <body>
-    <h1>Fabien's XBelWeb</h1>
+    <h1><TMPL_VAR pagetitle></h1>
     <p>Total bookmarks: <TMPL_VAR total></p>
     <form action="index.py" method="get" name="keywords">
       <fieldset class="keywords">
@@ -32,7 +29,9 @@
     <hr/>
     <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>
+    Mark Link</a>.  Put it on your bookmarks (using <tt>&lt;Right-Mouse
+    Click&gt;<tt>Bookmark this link</tt>) and just select it when you
+    want to bookmark your links.</p>
   </body>
 </html>
 <!-- Keep this comment at the end of the file