Index: default/add.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/add.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- default/add.html    14 Feb 2001 18:27:55 -0000      1.5
+++ default/add.html    18 May 2001 23:47:02 -0000      1.6
@@ -2,26 +2,46 @@
 <html>

 <head>
-<title><%site_title%>: Add a Resource</title>
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">
+<title><%site_title%>: Add a Link</title>
+<%css%>
 </head>

-<body>
+<%body_tag%> 
+<center>
+<%include header.txt%>
+<%body_table%>
+  <tr><td colspan=2 align=center valign=top height=25>
+  <%include menu.txt%><Br><%include search_bar.htm%>
+  </td></tr>

-<h1><%site_title%>: Add a Resource</h1>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>ADD A LINK<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>

-<%include header.txt%>
+               <tr><td colspan=2>&nbsp;</td></tr>

+               <tr><td colspan=2><%body_font%>Please completely fill out the form below, and we'll add your link as soon as possible.
     <form action="<%db_cgi_url%>/add.cgi" method="POST">
-        <p>Please fill out the form completely, and we'll add your resource as soon as possible.</p>
-        <div class="margin">
-            <table border ="0" cellspacing="0" cellpadding="0">
+            <table border="0" cellspacing="0" cellpadding="0">
                                <%include form.txt%>
-                <tr><td></td><td><input type="SUBMIT" name="add" value="Add Resource"></td></tr>
+                <tr><td>&nbsp;</td><td><%body_font%>
+                               <input type="SUBMIT" name="add" value="Add Link"></font></td></tr>
             </table>
-        </div>
     </form>
+               </font></td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>

+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>
+</center>
 </body>
 </html>
\ No newline at end of file
Index: default/add_error.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/add_error.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- default/add_error.html      14 Feb 2001 18:27:55 -0000      1.4
+++ default/add_error.html      18 May 2001 23:47:02 -0000      1.5
@@ -3,31 +3,55 @@
 ^M
 <head>^M
 <title><%site_title%>: Error Adding Resource.</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Error Adding Resource</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
 ^M
+<%body_table%>
+  <tr><td align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6>
+           <img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+           <td>
+         
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+          <%header_row%><td width="30%">
+                 <%header_font%>ERROR!<%/header_font%></td>
+          <td bgcolor=white width="70%">&nbsp;</td></tr>
+             <tr><td colspan=2 align=center valign=middle>
+                       <img src="<%url_images%>ClearShim.gif" width="100%" height="20"><br>
+              <%body_font%>
+                         There were the following errors trying to add your resource:</font><br>
+                               <%error_font%><b><%error%></b></font>
+        
+                         <%body_font%>Please make any changes and try again!</font></td></tr>
+                         <tr><td align=center colspan=2>
     <form action="<%db_cgi_url%>/add.cgi" method="POST">                        ^M
 ^M
-        <p>There were the following errors trying to add your resource:</p>^M
-        <p><strong class="error">^M
-            <%error%>^M
-        </strong></p>^M
-        ^M
-        <p>Please make any changes and try again!</p>^M
-        <div class="margin">        ^M
-        <table border="0" cellspacing="0" cellpadding="0">^M
+                   <table border="0" cellspacing="0" cellpadding="3">
                        <%include form.txt%>                          ^M
-            <tr><td></td><td><input type="SUBMIT" name="add" value="Add Resource"></td></tr>^M
+                     <tr><td>&nbsp;</td><td><input type="SUBMIT" name="add" value="Add Link"><br>
+                                    <img src="<%url_images%>ClearShim.gif" width="100%" height="20"></td></tr>
         </table>^M
-        </div>^M
+
     </form>^M
+            </td></tr></table>
+
+       </td></tr></table>
 ^M
+  <tr><td>
+  <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/add_success.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/add_success.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- default/add_success.html    14 Feb 2001 18:27:55 -0000      1.5
+++ default/add_success.html    18 May 2001 23:47:02 -0000      1.6
@@ -2,29 +2,53 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Resource Added</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Link Added</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Resource Added</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
-    <p>We have received the following link:</p>^M
-^M
-<pre><strong>          Title:  <%Title%>^M
-            URL:  <%URL%>^M
-       Category:  <%Category%>^M
-    Description:  <%Description%>^M
-   Contact Name:  <%Contact_Name%>^M
-  Contact Email:  <%Contact_Email%>^M
-</strong></pre>^M
-^M
-    <p>Thank you! We will send you an email once your link has been validated.</p>^M
-        ^M
+<%body_table%>
+<tr><td align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6 rowspan=2>
+           <img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+           <td>
+         
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+          <%header_row%><td width="30%">
+                 <%header_font%>LINK ADDED!<%/header_font%></td>
+          <td bgcolor=white width="70%">&nbsp;</td></tr>
+                       <tr><td colspan=2 align=center>
+                       <table border=0 cellpadding=3 cellspacing=0>
+                         <tr><td colspan=2 valign=middle>
+                         <img src="<%url_images%>ClearShim.gif" width="100%" height="20"><br>
+              <%body_font%>We have received the following link:</font></td></tr>
+                         <tr><td><%body_font%>Title:</td><td><b><%Title%></b></font></td></tr>
+                         <tr><td><%body_font%>URL:</td><td><b><%URL%></b></font></td></tr> 
+                         <tr><td><%body_font%>Category:</td><td><b><%Category%></b></font></td></tr>
+                         <tr><td><%body_font%>Description:</td><td><b><%Description%></b></font></td></tr>
+                         <tr><td><%body_font%>Contact Name:</td><td><b><%Contact_Name%></b></font></td></tr>
+                         <tr><td><%body_font%>Contact Email:</td><td><b><%Contact_Email%></b></font></td></tr>
+                         <tr><td colspan=2><%body_font%>Thank you! We will send you an email once your link has been validated.</font></td></tr>
+                         <tr><td colspan=2>&nbsp;</td><tr>
+                       </table>
+         </td></tr></table>
+
+        </td></tr></table>
+
+  <tr><td>
+  <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table>      
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
 ^M
Index: default/browser_category_editors_form.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/browser_category_editors_form.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
Index: default/browser_category_editors_row.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/browser_category_editors_row.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
Index: default/browser_navbar.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/browser_navbar.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
Index: default/category.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/category.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- default/category.html       30 Jan 2001 23:00:40 -0000      1.5
+++ default/category.html       18 May 2001 23:47:02 -0000      1.6
@@ -11,48 +11,85 @@
     <meta name="keywords" content="<%meta_keywords%>">
 <%endif%>

-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="<%site_title%> style sheet">
+<%css%>
 </head>
-<body>
-
-<p><strong class="title"> <%title_linked%> </strong></p>
-
-<h1><%site_title%>: <%category_clean%></h1>
-
+<%body_tag%>
+<center>
 <%include header.txt%>
+<%body_table%>
+<tr><td colspan=2 align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+</td></tr>
+<tr><td colspan=2>&nbsp;</td></tr>
+
+<tr><td width=6 bgcolor=black rowspan=2><img src="<%url_images%>BlackShim.gif" width=6 height=20></td>
+    <td>
+          <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+         <%title_linked_row%><td colspan=2 valign=bottom><%body_font%>
+         <%title_linked%></font>
+         </td></tr>

     <!-- Subcategories-->
     <%if category%>
-        <h2>Categories:</h2>
-        <%category%>
+       <%header_row%><td width=200>
+               <%header_font%>CATEGORIES:<%/header_font%></td>
+               <td bgcolor="white"><img src="<%url_images%>ClearShim.gif" border=0 width="540" height=1></td></tr>
+               <tr><td colspan=2><%body_font%>
+        <%category%></font>
+               </td></tr>
     <%endif%>

     <!-- Links in this category. -->
     <%if links%>
-        <h2>Links: </h2>
-        <%links%>
+               <%header_row%><td width=200>
+        <%header_font%>LINKS:<%/header_font%></td>
+               <td bgcolor="white"><img src="<%url_images%>ClearShim.gif" border=0 width="540" height=1></td></tr>
+                       
+           <%if next_span%>
+<!-- Next/Previous links if spanning pages. -->
+               <tr><td align="right" colspan=2><%body_font%>
+               &nbsp; <small>Pages: <%next_span%></small></font></td></tr>
     <%endif%>

-    <!-- Next/Previous links if spanning pages. -->
-    <p align=center>
+               <tr><td colspan=2>
+               <%body_font%>
+        <%links%></font>
+               </td></tr>
+
     <%if next_span%>
-        <small>Pages: <%next_span%></small>
+<!-- Next/Previous links if spanning pages. -->
+               <tr><td align="right" colspan=2><%body_font%>
+               &nbsp; <small>Pages: <%next_span%></small></font></td></tr>
+           <%endif%>
     <%endif%>
-    </p>

     <!-- Related Categories -->
     <%if related%>
-        <h2>Related Categories:</h2>
-        <ul><%related%></ul>
+           <%header_row%><td width="30%">
+        <%header_font%>RELATED CATEGORIES:<%/header_font%></td>
+                <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="100%" height=1></td></tr>
+                <tr><td colspan=2><%body_font%>
+                <ul><%related%></ul></font></td></tr>
     <%endif%>

        <!-- Editors -->
        <%Links::Utils::load_editors%>
        <%if editors%>
-               <h2>Editors:</h2>
-               <ul><%editors%></ul>
+        <%header_row%><td width="30%">
+               <%header_font%>EDITORS:<%/header_font%></td>
+                <td width="70%" bgcolor="white">&nbsp;</td></tr>
+                <tr><td colspan=2><%body_Font%>
+                       <ul><%editors%></ul></font></td></tr>
        <%endif%>
-
+</td></tr>
+</table></td></tr>
+<tr><td colspan=2>&nbsp;</tr>
+
+<tr><td align=top colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr></table>
 <%include footer.txt%>
+</center>
 </body>
 </html>
Index: default/cool.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/cool.html,v
retrieving revision 1.2
retrieving revision 1.4
diff -u -b -r1.2 -r1.4
--- default/cool.html   28 Nov 2000 02:57:59 -0000      1.2
+++ default/cool.html   18 May 2001 23:47:02 -0000      1.4
@@ -4,22 +4,36 @@
 ^M
 <head>^M
 <title><%site_title%>: What's Cool</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="<%site_title%> style sheet">^M
+<%css%>
 </head>^M
-^M
-<body>^M
-^M
-<p><strong class="title"> <A HREF="<%build_root_url%>/">Top</A> : Cool</strong></p>^M
-^M
-<h1><%site_title%>: What's Cool - The Top <%percent%>!</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
-    <h2><%total%> Cool Links:</h2>^M
-^M
-    <%link_results%>^M
-    ^M
+<%body_table%>
+<tr><td colspan=2 align=center><%include menu.txt%><br><%include search_bar.htm%></td></tr>
+<tr><td colspan=2>&nbsp;</td></tr>
+<tr><td width=6 bgcolor=black><img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+    <td valign=top>
+          <table border=0 width="100%" cellpadding=3 cellspacing=0>
+         <%title_linked_row%><td colspan=2 valign=middle><%body_font%>
+         <%title_linked%></font>
+         </td></tr>
+
+               <%header_row%><td width=200>
+        <%header_font%><%total%> COOL LINKS (the top <%percent%>):<%/header_font%></td>
+               <td width="540" bgcolor=white><img src="<%url_images%>ClearShim.gif" width=540 height=3>
+                </td></tr>
+               <tr><td colspan=2><%body_font%>
+        <%link_results%></font>
+               </td></tr>
+         </table>
+       </td>
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>  
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
 ^M
Index: default/detailed.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/detailed.html,v
retrieving revision 1.4
retrieving revision 1.6
diff -u -b -r1.4 -r1.6
--- default/detailed.html       29 Nov 2000 07:49:00 -0000      1.4
+++ default/detailed.html       24 May 2001 00:30:32 -0000      1.6
@@ -2,24 +2,39 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Detailed View</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="<%site_title%> style sheet">^M
+<title><%site_title%>: Detailed Info</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<p><strong class="title"> <%title_linked%> </strong></p>^M
-^M
-<h1><%site_title%>: Detailed View!</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
-    <h2><%Title%></h2>^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%><%title%><%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td colspan=2><%body_font%>
     <p><%Description%></p>^M
        <p><small>Submitted by: <%LinkOwner%><br>Hits: <%Hits%></small></p>^M
-    <p><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>">Visit this link</a>.^M
-    ^M
+    <p><a class="<%category_links%>" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>">Visit this link</a>.
+               </font></td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
+
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</cener>
 </body>^M
 </html>^M
-^M
Index: default/email-add.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/email-add.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
Index: default/email-mod.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/email-mod.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
Index: default/email-validate.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/email-validate.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
Index: default/email.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/email.html,v
retrieving revision 1.4
retrieving revision 1.6
diff -u -b -r1.4 -r1.6
--- default/email.html  19 Dec 2000 19:15:48 -0000      1.4
+++ default/email.html  18 May 2001 23:47:02 -0000      1.6
@@ -2,36 +2,55 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Email Updates</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: News Letter</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Email Updates</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black><img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%> NEWSLETTER:<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
  ^M
+                  <tr><td colspan=2><%body_font%>
     <form action="<%db_cgi_url%>/subscribe.cgi" method="POST">^M
-<%if action eq 'subscribe'%>^M
-    <p><strong class="error">You have been successfully subscribed to our newsletter</strong></p>^M
-<%endif%>^M
-<%if action eq 'unsubscribe'%>^M
-    <p><strong class="error">You have been successfully removed from our newsletter</strong></p>^M
-<%endif%>^M
-        <div class="margin">^M
-                       <p>Keep informed of new additions to <%site_title%>, by subscribing to our low-volume^M
-               newsletter that will deliver new listings straight to your inbox!</p>^M
+             <%if error%>
+                <p><%error_font%><b><%error%></b></font></p>
+             <%else%>
+                <%if action eq 'subscribe'%>
+                    <p>You have been successfully subscribed to the list.</p>
+                <%endif%>
+                <%if action eq 'unsubscribe'%>
+                    <p>You have been successfully removed from the list.</p>
+                <%endif%>
+             <%endif%>
+
+          Keep informed of new additions to <%site_title%>, by subscribing to our low-volume
+             newsletter that will deliver new listings straight to your inbox!
             <p><select name="action"><option value="subscribe">Subscribe<option value="unsubscribe">Unsubscribe</select> to the list.^M
-<%ifnot Username%>                     ^M
+             <%ifnot Username%>                        
                        <br>^M
                 Name: <input name="name" size=15> Email: <input name="email" size=15> ^M
-<%endif%>                              ^M
+                        <%endif%>                              
                                <input type="submit" value="Subscribe">^M
             </p>^M
-        </div>^M
     </form>^M
+               </font></td></tr></table>
 ^M
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/email_error.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/email_error.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/email_error.html    28 Nov 2000 02:57:59 -0000      1.3
+++ default/email_error.html    18 May 2001 23:47:02 -0000      1.4
@@ -1,16 +1,42 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">^M
 <html>^M
+
 <head>^M
-<title>User Error</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Search Results</title>
+<%css%>
 </head>^M
-<body>^M
-<h1>Oops, there was a problem!</h1>^M
-<p>Error: <strong class="error"><%error%></strong></p>^M
    ^M
-<p>Please <a href="javascript:history.go(-1)">go back</a> to fix the^M
+<%body_tag%> 
+<center>
+<%include header.txt%>
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%><%title%><%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td>
+<%body_font%><b>Oops, there was a problem!</b>
+<p>Error: <%error_font%><b><%error%></b></font></p>
+   
+<p>Please <a class="<%category_links%>" href="javascript:history.go(-1)">go back</a> to fix the
 problem.</p>^M
+               </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
 ^M
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></font></td></tr>
+</table>
+<%include footer.txt%>
+</center>
 </body>^M
 </html>     ^M
-    
\ No newline at end of file
Index: default/error.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/error.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/error.html  28 Nov 2000 02:57:59 -0000      1.3
+++ default/error.html  18 May 2001 23:47:02 -0000      1.4
@@ -3,18 +3,39 @@
 ^M
 <head>^M
 <title><%site_title%>: Error</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Error</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
-    <p>Oops, we had the following problem: <strong class="error"><%error%></strong></p>^M
-        ^M
+<%body_table%><tr><td align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6><img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+          <td valign=top>
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+               <%header_row%><td width="30%"><%header_font%>ERROR!<%/header_font%></td>
+               <td width="70%" bgcolor=white>&nbsp;</td></tr>
+           <td colspan=2 align=center>
+                 <table border=0><tr><td><%body_font%>
+                 <img src="<%url_images%>ClearShim.gif" width="200" height="20"><Br>
+                 Oops, we had the following problem:<br><%error_font%><b><%error%></b></font></font></td></tr></table>
+                 
+               </td>
+           </tr></table>
+       </td></tr></table>
+  </td></tr>
+
+  <tr><td><img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table>        
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
 ^M
Index: default/footer.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/footer.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/footer.txt  6 Dec 2000 21:00:23 -0000       1.3
+++ default/footer.txt  18 May 2001 23:47:02 -0000      1.4
@@ -1,19 +0,0 @@
-<form action="<%db_cgi_url%>/search.cgi" method="GET">^M
-    <h2>Search</h2>^M
-        <div class="margin">^M
-            <table border="0" cellspacing="0" cellpadding="0">^M
-            <tr><td><strong class="search">Looking for something in particular?</strong></td></tr>^M
-            <tr><td><input type="text" size=15 name="query"> <input type=submit value="Search!"> ^M
-<%if category_id%>^M
-           <input type="radio" name="catid" value="" checked> the entire directory^M
-           <input type="radio" name="catid" value="<%category_id%>"> only this category^M
-<%endif%>^M
-           </td></tr>^M
-            <tr><td><small class="more"><a href="<%db_cgi_url%>/search.cgi">More search options</a></small></td></tr>^M
-            </table>^M
-    </div>^M
-</form>^M
-<p><small class="update">Did you know Links SQL can display pages in different layouts dynamically: <a href="<%db_cgi_url%>/page.cgi?d=1&t=snap">Snap</a> : <a href="<%db_cgi_url%>/page.cgi?d=1&t=av">AltaVista</a> : <a href="<%db_cgi_url%>/page.cgi?d=1&t=yahoo">Yahoo</a> : <a href="<%db_cgi_url%>/page.cgi?d=1">Default</a></small></p>^M
-^M
-<p><small class="update">Pages Updated On: <%date%> - <%time%><br>^M
-Links Engine Powered By: <a href="http://www.gossamer-threads.com/">Gossamer Threads Inc.</a></small></p>   ^M
Index: default/form.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/form.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- default/form.txt    14 Feb 2001 18:27:55 -0000      1.1
+++ default/form.txt    18 May 2001 23:47:02 -0000      1.2
@@ -1,30 +1,29 @@
-^M
-<tr><td align="right" valign="top">Title:</td>^M
+<tr><td align="right" valign="top"><%body_font%>Title:</font></td>
 <td> ^M
   <input name="Title" value="<%if Title%><%Title%><%endif%>" size="50">^M
 </td></tr>^M
 ^M
-<tr><td align="right" valign="top">URL:</td>^M
+<tr><td align="right" valign="top"><%body_font%>URL:</font></td>
 <td> ^M
-  <input name="URL" value="<%if URL%><%URL%><%endif%>" size="50">^M
+  <input name="URL" value="<%if URL%><%URL%><%else%>http://<%endif%>" size="50">
 </td></tr>^M
 ^M
-<tr><td align="right" valign="top">Category:</td>^M
+<tr><td align="right" valign="top"><%body_font%>Category:</font></td>
 <td>^M
   <%Category%>^M
 </td></tr>^M
 ^M
-<tr><td align="right" valign="top">Description:</td>^M
+<tr><td align="right" valign="top"><%body_font%>Description:</font></td>
 <td> ^M
-  <textarea wrap="virtual" name="Description" rows="3" cols="42"><%if Description%><%Description%><%endif%></textarea>^M
+  <textarea wrap="virtual" name="Description" rows="3" cols="42"><%if Description%><%body_font%><%Description%></font><%endif%></textarea>
 </td></tr>^M
 ^M
-<tr><td align="right" valign="top">Contact Name:</td>^M
+<tr><td align="right" valign="top"><%body_font%>Contact Name:</font></td>
 <td>^M
        <input name="Contact_Name" value="<%if Contact_Name%><%Contact_Name%><%endif%>" size="40">^M
 </td></tr>^M
 ^M
-<tr><td align="right" valign="top">Contact Email:</td>^M
+<tr><td align="right" valign="top"><%body_font%>Contact Email:</font></td>
 <td> ^M
   <input name="Contact_Email" value="<%if Contact_Email%><%Contact_Email%><%endif%>" size="40">^M
 </td></tr>^M
Index: default/globals.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/globals.txt,v
retrieving revision 1.7
retrieving revision 1.9
diff -u -b -r1.7 -r1.9
--- default/globals.txt 30 Jan 2001 23:00:40 -0000      1.7
+++ default/globals.txt 24 May 2001 00:30:47 -0000      1.9
@@ -1,13 +1,24 @@
 # This file is auto generated and contains a perl hash of
 # your template globals for 'default' template set.
-# Generated on: Tue Jan 30 14:04:53 2001
+# Generated on: Fri May 18 14:17:58 2001

 my $dump = {
-    'css' => 'sub {
-# Displays the URL to the css file. 
-# Only useful for backwards compatibility.
-   return $Links::CFG->{build_root_url} . "/links.css";
-}',
+    'header_row' => '<tr bgcolor="#003366">',
+    'error_font' => '<font face="Arial MT,Arial,Helvetica" size=2 color=red>',
+    'url_images' => 'http://www.gossamer-threads.com/images/links-sql/',
+    'body_tag' => '<body bgcolor="white" leftmargin="0" topmargin="10" marginheight="10" marginwidth="0" rightmargin="0"><basefont face="Arial" color="black" size="2">',
+    'css' => '<style type="text/css">
+.subcat_links {font-weight:normal; font-face:Arial MT,Arial,Helvetica; font-size:11; text-decoration:none;}  
+.g-head_links {font-color:white; font-face:Tahoma,Arial,Helvetica; font-size:12; text-decoration:none;}
+.menu_links {font-weight:bold; font-face:Arial MT,Arial,Helvetica; font-size:10; text-decoration:none;} 
+.category_links {font-weight:bold; font-face:Arial MT,Arial,Helvetica; font-size:12; text-decoration:none;} 
+a:link {color:black; }
+a:visited {color:black; }
+a:hover {color:#33cc33; }
+</style>',
+    'body_font' => '<font face="Arial,Helvetica" size=2 color="black">',
+    'body_table' => '<table border="0" width="<%body_width%>" cellpadding="0" cellspacing="0">',
+    'body_width' => '745',
     'date' => 'sub {
 # Displays the current date.
   Links::init_date();
@@ -16,11 +27,14 @@
   GT::Date::date_set_format($CFG->{\'date_db_format\'});
   return $date;
 }',
-    'site_title' => 'Gossamer Threads Inc.',
+    'site_title' => 'Links SQL',
+    '/header_font' => '</b></font>',
+    'header_font' => '<font face=Arial,Helvetica size=2 color="#ffffff"><b>',
+    'company_name' => 'Gossamer Threads Inc.',
     'time' => 'sub {
 # Displays the current time.
   my ($sec,$min,$hr) = localtime( time + ($Links::CFG->{date_offset} *3600));
   return sprintf ("%02d:%02d:%02d", $hr, $min, $sec);
 }',
-
+    'title_linked_row' => '<tr bgcolor="#ffcc00">'
 };
Index: default/header.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/header.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/header.txt  1 Dec 2000 17:00:29 -0000       1.3
+++ default/header.txt  18 May 2001 23:47:02 -0000      1.4
@@ -1,24 +1,8 @@
-<p><small class="menu">|^M
-    <a class="menulink" href="<%build_root_url%>">Home</a> |^M
-<%if category_id%>^M
-    <a class="menulink" href="<%db_cgi_url%>/add.cgi?ID=<%category_id%>">Add a Resource</a> |^M
-    <a class="menulink" href="<%db_cgi_url%>/modify.cgi?ID=<%category_id%>">Modify a Resource</a> |^M
-<%endif%>^M
-<%ifnot category_id%>^M
-    <a class="menulink" href="<%db_cgi_url%>/add.cgi">Add a Resource</a> |^M
-    <a class="menulink" href="<%db_cgi_url%>/modify.cgi">Modify a Resource</a> |^M
-<%endif%>^M
-    <a class="menulink" href="<%build_root_url%>/New">What's New</a> |^M
-    <a class="menulink" href="<%build_root_url%>/Cool">What's Cool</a> |^M
-    <a class="menulink" href="<%build_root_url%>/Ratings">Top Rated</a> |^M
-    <a class="menulink" href="<%db_cgi_url%>/subscribe.cgi">Email Updates</a> | ^M
-    <a class="menulink" href="<%db_cgi_url%>/jump.cgi?ID=random">Random Link</a> |^M
-    <a class="menulink" href="<%db_cgi_url%>/search.cgi">Search</a> |^M
-<%if Username%>^M
-    <a class="menulink" href="<%db_cgi_url%>/browser.cgi">Editors</a> |^M
-    <a class="menulink" href="<%db_cgi_url%>/user.cgi?logout=1">Logout</a> |^M
-<%endif%>^M
-<%ifnot Username%>^M
-    <a class="menulink" href="<%db_cgi_url%>/user.cgi">Login</a> |^M
-<%endif%>^M
-</small></p>
\ No newline at end of file
+<table border=0 cellpadding=0 cellspacing=0 width="<%body_width%>" height="47px">
+  <tr><td valign=bottom width=308 height=46px><img src="<%url_images%>LinksLogo.gif"></td>
+      <td valign=bottom align=right><img src="<%url_images%>ByGossamer.jpg"></td>
+
+  <tr><td colspan=2 bgcolor="white" height="1" width="100%" valign=top>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width=<%body_width%> align=top>&nbsp;
+</td></tr>
+</table>  
\ No newline at end of file
Index: default/home.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/home.html,v
retrieving revision 1.2
retrieving revision 1.4
diff -u -b -r1.2 -r1.4
--- default/home.html   28 Nov 2000 02:57:59 -0000      1.2
+++ default/home.html   18 May 2001 23:47:02 -0000      1.4
@@ -2,27 +2,47 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%></title>^M
+<title><%site_title%>by<%company_name%></title>
 <meta name="description" content="put your description here">^M
 <meta name="keywords" content="put your keywords here">^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="<%site_title%> style sheet">^M
+<%css%>
 </head>^M
-^M
-<body>^M
-^M
-<h1 class="home"><%site_title%></h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
-    <p>Welcome to the Links online demo. Feel free to add your own link, modify another's or just play around!</p>^M
-^M
-        <h2>Categories:</h2>^M
-        ^M
+<%body_table%>
+  <tr><td colspan=3 align=center>
+    <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr>
+   <td width="230" valign=top align=left>
+     <table width="200" border=0 cellpadding=0 cellspacing=0>
+       <tr><td>
+       <img src="<%url_images%>ChainLink.jpg" border=0>
+       </td></tr><tr><td><%body_font%>
+       <p>Welcome to the Links online demo. Feel free to add your own link, modify another's or just play around!  <P>Our clients have thought of some unique and interesting ways to use Links SQL 2.0.  Some examples are: software downloads site, classifieds section, search directory, personals site, image liscensing site, etc. The possibilities are endless!  <a class="category_links" href="mailto:jack@gossamer-threads.com">Contact us</a> to find out how Links SQL can work for you.<br></font>
+     </td></tr></table>
+    </td>
+    <td width=6 bgcolor=black rowspan=2>&nbsp;</td>
+    <td valign=top align=left width="534">
+      <table border=0 width="100%" cellpadding=3 cellspacing=0>
+            <%header_row%><td>&nbsp;</td>
+            <td>
+            <%header_font%>CATEGORIES:</b><%/header_font%></td></tr>  
+            <tr><td>&nbsp;</td><td>
         <%category%>^M
-        ^M
-        <p class="grandtotal">There are <strong><%grand_total%></strong> links for you to choose from!</p>^M
-    ^M
+            </td></tr><tr><td> &nbsp;</td><td>   
+            <%body_font%>There are <b><%grand_total%></b> links for you to choose from!</font>
+         </td></tr></table>
+    </td></tr>
+    <tr><td colspan=3>&nbsp;</td></tr>
+    <tr><td colspan=3 valign=top>
+    <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+    <%include menu.txt%>
+  </td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
 ^M
Index: default/language.txt
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/language.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- default/language.txt        17 Feb 2001 08:02:26 -0000      1.29
+++ default/language.txt        18 May 2001 23:47:02 -0000      1.30
@@ -25,7 +25,7 @@
     'MODIFY_NOLINKS' => 'Sorry, but you do have any links to modify.',
     'BROWSER_LINKMOVEEXISTS' => 'You can not move the link to that category, as it is already in that category.',
     'BROWSER_LINKMOVEROOT' => 'Unable to move/copy a link to the root category, please pick a subcategory.',
-    'RATE_VOTED' => 'Sorry, but you seem to have already voted once before.',
+    'RATE_VOTED' => 'You seem to have already voted once before.',
     'LINKS_COOL' => 'Cool',
     'MODIFY_REJECTSUB' => 'Your change has been rejected.',
     'BROWSER_RELADD' => 'Unable to create relation: %s. Check to make sure it isn\'t already related, and that it is a valid category.',
Index: default/link.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/link.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/link.html   7 Dec 2000 20:39:24 -0000       1.3
+++ default/link.html   18 May 2001 23:47:02 -0000      1.4
@@ -1,26 +1,38 @@
-^M
-<ul><li><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>^M
-^M
-<%if Description%>^M
-  <span class="descript">- <%Description%></span>^M
-<%endif%>^M
+<ul>
+<li><%body_font%><a class="category_links" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>
 ^M
 <%if isNew%>^M
-  &nbsp;<small><sup class="new">new</sup></small>^M
+  &nbsp;
+  <font color=red>
+        <small><sup>new</sup></small>
+  </font>
 <%endif%>^M
 ^M
 <%if isChanged%>^M
-  &nbsp;<small><sup class="new">update</sup></small>^M
+  &nbsp;
+  <font color=red>
+        <small><sup>updated</sup></small>
+  </font>
 <%endif%>^M
 ^M
 <%if isPopular%>^M
-  &nbsp;<small><sup class="pop">pop</sup></small>^M
+  &nbsp;
+  <small><font color="#6699cc">
+        <sup class="pop">pop</sup></small>
+  </font>
+<%endif%>
+<br></font>
+
+<%if Description%>
+  <%body_font%><%Description%></font><br>
 <%endif%>^M
 ^M
-<small class="date">(Added: <%Add_Date%> Hits: <%Hits%>  Rating: <%Rating%> Votes: <%Votes%>) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a></small>^M
+<%body_font%><small>(Added: <%Add_Date%> Hits: <%Hits%>  Rating: <%Rating%> Votes: <%Votes%>) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a></small></font>
 ^M
 <%if isLinkOwner%>^M
-  &nbsp;<small class="date"><a href="<%db_cgi_url%>/modify.cgi?LinkID=<%ID%>">Update</a></small>^M
+  &nbsp;<%body_font%>
+        <small><a href="<%db_cgi_url%>/modify.cgi?LinkID=<%ID%>">
+        Edit this link</a></small>
 <%endif%>^M
 ^M
 </ul>^M
Index: default/login.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/login.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- default/login.html  1 Dec 2000 23:45:16 -0000       1.6
+++ default/login.html  18 May 2001 23:47:02 -0000      1.7
@@ -3,39 +3,58 @@
 ^M
 <head>^M
 <title><%site_title%>: User Login</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: User Login</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-   ^M
-    <form action="<%db_cgi_url%>/user.cgi" method="POST">^M
-    <input type=hidden name=login value=1>^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>USER LOGIN<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td colspan=2>
+
+<form action="<%db_cgi_url%>/user.cgi" method="POST">
+<input type=hidden name=login value=1>
+<%body_font%>
 <%if url%>^M
     <p>You must first login before you can access that.</p>^M
     <input type="hidden" name="url" value="<%url%>">^M
 <%endif%>^M
-        <p>Login to the system: </p>^M
+        <p>Login to <%site_title%>: </p>
 ^M
 <%if error%>^M
-    <p><strong class="error"><%error%></strong></p>^M
+    <p><%error_font%><b><%error%></b></font></p>
 <%endif%>^M
 ^M
-        <div class="margin">  ^M
-            <p>Username: <input name="Username" value="<%Username%>"> <br>^M
-               Password: <input type=password name=Password> <input type=submit value="Login">^M
-            </p>^M
-        </div>^M
-^M
-    <p>If you don't have an account, please <a href="<%db_cgi_url%>/user.cgi?signup_form=1">register</a>.</p>^M
-    <p>If you've forgotten your password, we can <a href="<%db_cgi_url%>/user.cgi?email_pass=1">email it to you</a>.</p>^M
-    </form>^M
-^M
+<p>Username: <input name="Username" value="<%Username%>">
+<br>Password: <input type=password name=Password> 
+<input type=submit value="Login"></p>
+
+<p>If you don't have an account, please <a href="<%db_cgi_url%>/user.cgi?signup_form=1">register</a>.</p>
+<p>If you've forgotten your password, we can <a href="<%db_cgi_url%>/user.cgi?email_pass=1">email it to you</a>.</p>
+</form>
+
+       </font>
+               </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
+
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
-^M
-    
\ No newline at end of file
Index: default/login_email.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/login_email.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/login_email.html    1 Dec 2000 23:45:16 -0000       1.3
+++ default/login_email.html    18 May 2001 23:47:02 -0000      1.4
@@ -2,38 +2,57 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: User Login</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Forgoten Password</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: User Login</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>FORGOT YOUR PASSWORD?<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td colspan=2>
    ^M
-    <form action="<%db_cgi_url%>/user.cgi" method="POST">^M
+<form action="<%db_cgi_url%>/user.cgi" method="POST">
     <input type=hidden name="send_pass" value=1>^M
 <%if url%>^M
        <input type=hidden name="url" value="<%url%>">^M
 <%endif%>^M
 ^M
-       <p>Simply enter your email address that you used and we will send you your password: </p>^M
+<%body_font%>
+<p>Simply enter your email address that you used and we will send you your password: </p>
 ^M
 <%if error%>^M
-    <p><strong class="error"><%error%></strong></p>^M
+    <p><%error_font%><b><%error%></b></font></p>
 <%endif%>^M
 ^M
-        <div class="margin">  ^M
-            <p>Email Address: <input name="Email" value=""> <input type=submit value="Login">^M
-            </p>^M
-        </div>^M
+    <p>Email Address: <input name="Email" value=""> <input type=submit value="Login"></p>
+
 ^M
     <p>If you don't have an account, please <a href="<%db_cgi_url%>/user.cgi?signup_form=1">register</a>.</p>^M
 </form>^M
 ^M
+       </font>
+               </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
+
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
-^M
-    
\ No newline at end of file
Index: default/login_success.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/login_success.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/login_success.html  28 Nov 2000 02:57:59 -0000      1.3
+++ default/login_success.html  18 May 2001 23:47:02 -0000      1.4
@@ -2,27 +2,44 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: User Login Successful</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Logged In</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: User Login Successful</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
-<div class="margin">        ^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>LOGGED IN<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td colspan=2>
+<%body_font%>
     <p>You have been successfully logged into the system.</p>^M
 ^M
 <%if Status eq 'Editor'%>^M
     <p>Click here to <a href="<%db_cgi_url%>/maintain.cgi">enter your editor</a>.</p>^M
 <%endif%>^M
 ^M
-</div>^M
-^M
+       </font>
+               </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
+
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
-^M
-    
\ No newline at end of file
Index: default/modify.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/modify.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- default/modify.html 14 Feb 2001 18:27:55 -0000      1.5
+++ default/modify.html 18 May 2001 23:47:02 -0000      1.6
@@ -2,32 +2,54 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Modify a Resource</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Modify a Link</title>
+<%css%>
 </head>^M
-<body>^M
-^M
-<h1><%site_title%>: Modify a Resource</h1>^M
 ^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%>
+  <hr noshade width="<%body_width%>" height=1 color="#ffcc00">
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>MODIFY A LINK<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+
+               <tr><td colspan=2>&nbsp;</td></tr>
 ^M
+               <tr><td colspan=2><%body_font%>
     <form action="<%db_cgi_url%>/modify.cgi" method="POST">^M
        <input type="hidden" name="modify" value="1">^M
-<%if LinkID%>^M
+    <%if LinkID%>
                <input type="hidden" name="LinkID" value="<%LinkID%>">^M
-<%else%>^M
+    <%else%>
         <p>Please enter the URL of the link you wish to update. Make sure it is identical to the one already in the database:</p>^M
-        <div class="margin"><input name="Current_URL" value="<%if Current_URL%><%Current_URL%><%endif%>" size="30"></div>^M
+        <input name="Current_URL" value="<%if Current_URL%><%Current_URL%><%endif%>" size="30">
         <p>Now enter the new information (all of it, not just the changes) below:</p>^M
-<%endif%>^M
-        <div class="margin">^M
+    <%endif%>
             <table border="0" cellspacing="0" cellpadding="0">^M
                                <%include form.txt%>                                            ^M
-                <tr><td></td><td><input type="SUBMIT" name="modify" value="Modify Resource"></td></tr>^M
+                <tr><td></td><td><%body_font%>
+                               <input type="SUBMIT" name="modify" value="Modify Link"></font></td></tr>
             </table>^M
-        </div>^M
         </form>^M
+               </font></td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
     ^M
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/modify_error.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/modify_error.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- default/modify_error.html   14 Feb 2001 18:27:55 -0000      1.5
+++ default/modify_error.html   18 May 2001 23:47:02 -0000      1.6
@@ -2,38 +2,55 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Error Modifying Resource.</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Error modifying link</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Error Modifying Resource</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
-    <form action="<%db_cgi_url%>/modify.cgi" method="POST">^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>ERROR<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td><%body_font%>
+<form action="<%db_cgi_url%>/modify.cgi" method="POST">
        <input type="hidden" name="modify" value="1">^M
         <p>There were the following errors trying to modify your resource:<br>^M
-            <p><strong class="error">^M
-                <%error%>^M
-            </strong></p>^M
+            <p><%error_font%><b><%error%>
+            </b></font></p>
         <p>Please make any changes and try again!</p>^M
 <%if LinkID%>^M
                <input type="hidden" name="LinkID" value="<%LinkID%>">^M
 <%else%>^M
-        <p>Please enter the URL of the link you wish to update. Make sure it is identical to the one already in the database:</p>^M
-        <div class="margin"><input name="Current_URL" value="<%if Current_URL%><%Current_URL%><%endif%>" size="30"></div>^M
+        <p>Enter the URL of the link you wish to update. Make sure it is identical to the one already in the database:</p>
+        <input name="Current_URL" value="<%if Current_URL%><%Current_URL%><%endif%>" size="30">
         <p>Now enter the new information (all of it, not just the changes) below:</p>^M
 <%endif%>^M
-        <div class="margin">^M
             <table border="0" cellspacing="0" cellpadding="0">^M
                                <%include form.txt%>                    ^M
-                <tr><td></td><td><input name="modify" type="SUBMIT" value="Modify Resource"></td></tr>^M
+                <tr><td></td><td><%body_font%>
+                               <input type="SUBMIT" name="modify" value="Modify Link"></font></td></tr>
             </table>^M
-        </div>^M
     </form>^M
-    ^M
+               </font></td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
+
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/modify_select.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/modify_select.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- default/modify_select.html  14 Feb 2001 01:52:34 -0000      1.2
+++ default/modify_select.html  18 May 2001 23:47:02 -0000      1.3
@@ -2,26 +2,34 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Modify a Resource</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Modify a Link</title>
+<%css%>
 </head>^M
-<body>^M
-^M
-<h1><%site_title%>: Modify a Resource</h1>^M
 ^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
-    <form action="<%db_cgi_url%>/modify.cgi" method="POST">^M
-^M
-       <%if next%>^M
-               <p>Pages: <%next%>^M
-       <%endif%>^M
-^M
-               <p>Please pick which link you would like to update: <br>^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>MODIFY A LINK<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td colspan=2>
+<form action="<%db_cgi_url%>/modify.cgi" method="POST">
+<%body_font%>Please pick which link you would like to update: <br>
 ^M
                <table border=0>^M
                <%loop link_results%>^M
-                       <tr><td><input type=radio name=LinkID value="<%ID%>"></td><td>^M
+                       <tr><td valign=top><input type=radio name=LinkID value="<%ID%>" align=top></td>
+                       <td>
                        <%include link.html%>^M
                        </td></tr>^M
                <%endloop%>^M
@@ -32,8 +40,16 @@
        <%endif%>^M
 ^M
                <p><input type="SUBMIT" value="Modify Resource"></p>^M
-       </form>^M
+       </form></font>
+               </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
     ^M
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/modify_success.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/modify_success.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- default/modify_success.html 14 Feb 2001 18:27:55 -0000      1.4
+++ default/modify_success.html 18 May 2001 23:47:02 -0000      1.5
@@ -2,28 +2,53 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Resource Modified</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Link Modified</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Resource Modified</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
-    <p>We have received the following link:</p>^M
-<pre>          Title:  <%Title%>^M
-            URL:  <%URL%>^M
-       Category:  <%Category%>^M
-    Description:  <%Description%>^M
-   Contact Name:  <%Contact_Name%>^M
-  Contact Email:  <%Contact_Email%>^M
-</pre>              ^M
-    ^M
-    <p>Thank you! We will send you an email once your record has been validated.</p>^M
-    ^M
+<%body_table%>
+<tr><td align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6 rowspan=2>
+           <img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+           <td>
+         
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+          <%header_row%><td width="30%">
+                 <%header_font%>LINK MODIFIED!<%/header_font%></td>
+          <td bgcolor=white width="70%">&nbsp;</td></tr>
+                       <tr><td colspan=2 align=center>
+                       <table border=0 cellpadding=3 cellspacing=0>
+                         <tr><td colspan=2 valign=middle>
+                         <img src="<%url_images%>ClearShim.gif" width="100%" height="20"><br>
+              We have received your request to modify the link as follows:</td></tr>
+                         <tr><td><%body_font%>Title:</td><td><b><%Title%></b></font></td></tr>
+                         <tr><td><%body_font%>URL:</td><td><b><%URL%></b></font></td></tr> 
+                         <tr><td><%body_font%>Category:</td><td><b><%Category%></b></font></td></tr>
+                         <tr><td><%body_font%>Description:</td><td><b><%Description%></b></font></td></tr>
+                         <tr><td><%body_font%>Contact Name:</td><td><b><%Contact_Name%></b></font></td></tr>
+                         <tr><td><%body_font%>Contact Email:</td><td><b><%Contact_Email%></b></font></td></tr>
+                         <tr><td colspan=2>Thank you! We will send you an email once your link has been validated.</td></tr>
+                         <tr><td colspan=2>&nbsp;</td><tr>
+                       </table>
+         </td></tr></table>
+
+        </td></tr></table>
+
+  <tr><td>
+  <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table>      
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
 ^M
Index: default/new.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/new.html,v
retrieving revision 1.3
retrieving revision 1.5
diff -u -b -r1.3 -r1.5
--- default/new.html    3 Jan 2001 20:26:54 -0000       1.3
+++ default/new.html    18 May 2001 23:47:02 -0000      1.5
@@ -3,27 +3,46 @@
 ^M
 <head>^M
 <title><%site_title%>: What's New</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="<%site_title%> style sheet">^M
+<%css%>
 </head>^M
-^M
-<body>^M
-^M
-    <p><%title_linked%></p>^M
-^M
-<h1><%site_title%>: What's New</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
-        <h2><%total%> New Links:</h2>^M
-<%if new_index%>^M
-<!-- Displays a list of dates and counts for each link -->^M
-       <p><ul><%link_results%></ul></p>^M
-<%endif%>^M
-<%ifnot new_index%>^M
-<!-- Displays the actual new links. -->^M
+<%body_table%>
+<tr><td colspan=2 align=center><%include menu.txt%><br><%include search_bar.htm%></td></tr>
+<tr><td colspan=2>&nbsp;</td></tr>
+<tr><td width="6" bgcolor="black"><img src="<%url_images%>BlackShim.gif" width=6 height=20 border=0></td>
+    <td>
+          <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+         <%title_linked_row%><td colspan=2 valign=middle><%body_font%>
+         <%title_linked%></font>
+         </td></tr>
+
+               <%header_row%><td width="30%">
+        <%header_font%><%total%> NEW LINKS:<%/header_font%></td>
+               <td bgcolor="white" width="70%" colspan=2><img src="<%url_images%>ClearShim.gif" border=0 height=1 width="100%"></td></tr>
+                 <%if new_index%>
+                 <!-- Displays a list of dates and counts for each link -->
+                 <tr><td colspan=2><%body_font%>
+          <ul><%link_results%></ul>
+                 </font>
+                 </td></tr>
+          <%endif%>
+
+          <%ifnot new_index%>
+          <!-- Displays the actual new links. -->
+                 <tr><td colspan=2><%body_font%>
                <%link_results%>^M
-<%endif%>              ^M
+                 </font>
+                 </td></tr>
+          <%endif%>    
+          </table>
+        </td>
+   </tr>
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr></table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
-^M
Index: default/rate.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/rate.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/rate.html   28 Nov 2000 02:57:59 -0000      1.3
+++ default/rate.html   18 May 2001 23:47:02 -0000      1.4
@@ -2,21 +2,31 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Rate a Resource</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Rate a Link</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Rate a Resource</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
+<%body_table%>
+<tr><td colspan=2 align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+</td></tr>
+<tr><td width=6 bgcolor=black><img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+    <td valign=top>
+<table border=0 width="100%" cellpadding=3 cellspacing=0>
+               <%header_row%><td width=200>
+        <%header_font%> RATE A LINK:<%/header_font%></td>
+               <td width="540" bgcolor=white><img src="<%url_images%>ClearShim.gif" width=540 height=3>
+                </td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       <tr><td colspan=2><%body_font%>
     <form action="<%db_cgi_url%>/rate.cgi" method="POST">   ^M
         <input type=hidden name="ID" value="<%ID%>">^M
-        <p>Please rate the link <strong><a href="<%URL%>"><%Title%></a></strong> between one and ten, with ten being tops.</p>^M
-        <div class="margin">    ^M
-            <p><select name=rate>^M
+        Please rate the link <b><a href="<%URL%>"><%Title%></a></b> between one and ten, with ten being tops.
+       
+        <select name=rate>
                 <option>---^M
                 <option>1^M
                 <option>2^M
@@ -29,11 +39,16 @@
                 <option>9^M
                 <option>10^M
                </select>^M
-               <input type=submit value="Rate this Link">^M
-            </p>^M
-        </div>^M
-    </form>^M
+               <input type=submit value="Rate it!">
+         
 ^M
+    </form></font>
+       </td></tr></table>
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/rate_error.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/rate_error.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/rate_error.html     28 Nov 2000 02:57:59 -0000      1.3
+++ default/rate_error.html     18 May 2001 23:47:02 -0000      1.4
@@ -2,22 +2,36 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Error Rating Resource.</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Rate a Link</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Error Rating Resource.</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
+<%body_table%>
+<tr><td colspan=2 align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+</td></tr>
+<tr><td width=6 bgcolor=black><img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+    <td valign=top>
+<table border=0 width="100%" cellpadding=3 cellspacing=0>
+               <%header_row%><td width=200>
+        <%header_font%> RATE A LINK:<%/header_font%></td>
+               <td width="540" bgcolor=white><img src="<%url_images%>ClearShim.gif" width=540 height=3>
+                </td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       <tr><td colspan=2><%body_font%>
     <p>Sorry, but we were unable to rate the resource for the following reason:^M
-    <p><strong class="error">^M
-        <%error%>^M
-    </strong></p>^M
-    <p>Please contact the site administrator if you have any questions.</p>^M
-^M
+    <p><%error_font%><b><%error%></b></font></p>
+    <p>Please contact the site administrator if you have any questions.</p></font></td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       </td></tr></table>
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/rate_success.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/rate_success.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/rate_success.html   28 Nov 2000 02:57:59 -0000      1.3
+++ default/rate_success.html   18 May 2001 23:47:02 -0000      1.4
@@ -2,19 +2,33 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Resource Rated</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Rate a Link</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Resource Rated</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
-    <p>Thank you for your vote.</p>^M
-        ^M
+<%body_table%>
+<tr><td colspan=2 align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+</td></tr>
+<tr><td width=6 bgcolor=black><img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+    <td valign=top>
+<table border=0 width="100%" cellpadding=3 cellspacing=0>
+               <%header_row%><td width=200>
+        <%header_font%> RATE A LINK:<%/header_font%></td>
+               <td width="540" bgcolor=white><img src="<%url_images%>ClearShim.gif" width=540 height=3>
+                </td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       <tr><td colspan=2><%body_font%>
+Thank you for your vote.
+       </font></td></tr></table>
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
-^M
Index: default/rate_top.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/rate_top.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- default/rate_top.html       28 Nov 2000 02:57:59 -0000      1.2
+++ default/rate_top.html       18 May 2001 23:47:02 -0000      1.3
@@ -3,32 +3,49 @@
 ^M
 <head>^M
 <title><%site_title%>: Top 10 Rated</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Top 10 Rated</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
-^M
-    <p><strong>Top 10 Resources (by Rating) -- with at least 10 votes</strong></p>^M
-^M
-    <div class=margin>^M
-        <table border=0>^M
-            <tr><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></tr>^M
-            <%top_rated%>^M
-        </table>^M
-    </div>^M
-^M
-    <p><strong>Top 10 Resources (by Votes) -- with at least 10 votes</strong></p>^M
-    <div class=margin>^M
-        <table border=0>^M
-            <tr><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></tr>^M
-            <%top_votes%>^M
-        </table>^M
-    </div>^M
-^M
+<%body_table%>
+<tr><td colspan=2 align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+</td></tr>
+<tr><td width=6 bgcolor=black><img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+    <td valign=top>
+<table border=0 width="100%" cellpadding=3 cellspacing=0>
+               <%header_row%><td width="35%">
+        <%header_font%> TOP 10 by rating (10 votes or more):<%/header_font%></td>
+               <td width="65%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width=540 height=3>
+                </td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       <tr><td colspan=2>
+            <table border=1 cellpadding=3 cellspacing=0>
+            <tr><%body_font%><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></font></tr>
+            <%body_font%><%top_rated%></font>
+            </table></td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       </td></tr></table>
+       <table border=0 width="100%" cellpadding=3 cellspacing=0>
+               <%header_row%><td width="35%">
+        <%header_font%> TOP 10 by votes (10 votes or more):<%/header_font%></td>
+               <td width="65%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width=540 height=3>
+                </td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       <tr><td colspan=2>
+            <table border=1 cellpadding=3 cellspacing=0>
+            <tr><%body_font%><th><strong>Rating</strong></th><th><strong># Votes</strong></th><th align=left><strong>Resource</strong></th></font></tr>
+            <%body_font%><%top_votes%></font>
+            </table></td></tr>
+       <tr><td colspan=2>&nbsp;</td></tr>
+       </td></tr></table>
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/search.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/search.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/search.html 28 Nov 2000 02:57:59 -0000      1.3
+++ default/search.html 18 May 2001 23:47:02 -0000      1.4
@@ -2,27 +2,65 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Search Options</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: News Letter</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Search Options</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
+<%body_table%>
+  <tr><td colspan=2 align=center valign=top>
+  <%include menu.txt%>
+<tr height=2><td colspan=2 valign=bottom align=center height=2 width="<%body_width%>">
+  <img src="<%url_images%>YellowShim.gif" width="<%body_width%>" height=2 border=0 align=bottom>&nbsp;
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%> SEARCH OPTIONS:<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
 ^M
-    <form action="<%db_cgi_url%>/search.cgi" method="GET">^M
-        <div class="margin">^M
+               <tr><td colspan=2>&nbsp;</td></tr>
+
+                  <tr><td colspan=2>
             <table border="0" cellpadding="0" cellspacing="0">^M
-                <tr><td>Search: <input type="TEXT" name="query" size="30"> <input type="Submit" value="Search"></td></tr>^M
-                <tr><td>Number of Results: <SELECT name="mh"><OPTION>10<OPTION SELECTED>25<OPTION>50<OPTION>100</SELECT></td></tr>^M
-                <tr><td>AND connector: <input type="RADIO" name="bool" value="and" CHECKED> OR connector: <input type="RADIO" name="bool" value="or"></td></tr>^M
-                <tr><td>Substring: <input type="RADIO" name="substring" value="1"> Exact Word: <input type="RADIO" name="substring" value=0 CHECKED></td></tr>^M
-            </table>^M
-        </div>^M
-    </form>^M
+                           <form action="<%db_cgi_url%>/search.cgi" method="GET">
+                <tr><td colspan=2><%body_font%>
+                               Search: <input type="TEXT" name="query" size="30">
+                               <input type="Submit" value="Search">
+                               <hr noshade color="#003366" width="100%">
+                               </font></td></tr>
+
+                <tr><td><%body_font%>
+                               <input type="RADIO" name="bool" value="and" CHECKED>&nbsp;Results must contain all words </font>
+                               </td><td><%body_font%>
+                               <input type="RADIO" name="bool" value="or">&nbsp;Results can contain any of the words </font>
+                               </td></tr><tr><td colspan=2>
+                               <hr noshade color="#336699" width="100%"></td></tr>
+
+                <tr><td><%body_font%>
+                               <input type="RADIO" name="substring" value="1">&nbsp;Find similar words 
+                               </font></td><td><%body_font%>
+                               <input type="RADIO" name="substring" value=0 CHECKED>&nbsp;Find exact words 
+                               </font></td></tr><tr><td colspan=2>
+                               <hr noshade color="#336699" width="100%"></td></tr>
     ^M
+                <tr><td><%body_font%>Number of Results: <SELECT name="mh"><OPTION>10<OPTION SELECTED>25<OPTION>50<OPTION>100</SELECT></font></td></tr>
+                       </form>
+            </table>
+               </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
+
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
Index: default/search_error.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/Attic/search_error.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/search_error.html   28 Nov 2000 02:57:59 -0000      1.3
+++ default/search_error.html   18 May 2001 23:47:02 -0000      1.4
@@ -2,33 +2,47 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Search Failed</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Error</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-<h1><%site_title%>: Search Failed</h1>^M
-^M
+<%body_tag%> 
+<center>
 <%include header.txt%>^M
+<%body_table%>
+  <tr><td colspan=2 align=center>
+  <%include menu.txt%><br>
+  <hr noshade width="100%" color="#ffcc00" height=1>
+  </td></tr>
+  <tr><td width=6 bgcolor=black>
+  <img src="<%url_images%>BlackShim.gif" width=6 height=100></td>
+      <td valign=top>
+         <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+                  <%header_row%><td width="30%">
+           <%header_font%>ERROR<%/header_font%></td>
+                  <td width="70%" bgcolor=white><img src="<%url_images%>ClearShim.gif" width="300" height=3>
+                  </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               <tr><td colspan=2>
 ^M
-    <p>Error: <strong class="error"><%error%></strong></p>^M
 ^M
+    <p>Error: <%error_font%><b><%error%></b></font></p>
+<%body_font%>
 <%if ignored%>^M
     <p>Ignored the following terms <ul><%ignored%></ul></p>^M
 <%endif%>^M
-^M
         <form action="<%db_cgi_url%>/search.cgi" method="GET">                    ^M
-            <div class="margin">^M
                 <table border="0" cellspacing="0" cellpadding="0">^M
-                <tr><td><strong class="search">Search again?</strong></td></tr>^M
-                <tr><td><input type="text" size=15 name="query"> <input type=submit value="Search!"></td></tr>^M
-                <tr><td><small class="more"><a href="<%db_cgi_url%>/search.cgi">More search options</a></small></td></tr>^M
+                <tr><td><%body_font%><b>Search again?</b></font>
+&nbsp;<input type="text" size=15 name="query"> 
+      <input type=submit value="Search!">
+      <%body_font%><small><a href="<%db_cgi_url%>/search.cgi">
+      More search options</a></small></font></td></tr>
                 </table>^M
-            </div>^M
         </form>^M
 ^M
 <p><small>^M
-<b>Try your search on other Search Engines</b><br>^M
+<b>Try your search on other Search Engines:</b>
 <a target="_blank" href="http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&q=<%term%>">Alta Vista</a> - ^M
 <a target="_blank" href="http://www.hotbot.com/?MT=<%term%>&DU=days&SW=web">HotBot</a> -^M
 <a target="_blank" href="http://www.infoseek.com/Titles?qt=<%term%>">Infoseek</a> - ^M
@@ -37,7 +51,16 @@
 <a target="_blank" href="http://search.yahoo.com/bin/search?p=<%term%>">Yahoo</a>^M
 </small></p>^M
     ^M
+       </font>
+               </td></tr>
+               <tr><td colspan=2>&nbsp;</td></tr>
+               </table></td></tr>
+
+<tr><td colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%></td></tr>
+</table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
-^M
Index: default/search_results.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/search_results.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- default/search_results.html 28 Nov 2000 02:57:59 -0000      1.4
+++ default/search_results.html 18 May 2001 23:47:02 -0000      1.5
@@ -2,50 +2,86 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Search Results</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
-</head>^M
-^M
-<body>^M
-<h1><%site_title%>: Search Results</h1>^M
-^M
-<%include header.txt%>^M
-^M
-<p>Your search returned <strong><%cat_hits%></strong> categories and <strong><%link_hits%></strong> Links.</p>^M
+<title><%site_title%>: <%category_name%></title>
 ^M
-<%if next%>^M
-    <p>Pages: <%next%></p>^M
+<%if meta_name%>
+    <meta name="description" content="<%meta_name%>">
 <%endif%>^M
-^M
-<%if ignored%>^M
-    <p>Ignored the following terms <ul><%ignored%></ul></p>^M
-<%endif%>^M
-^M
-<%if category_results%>^M
-    <h2>Categories:</h2>^M
-    <ul><%category_results%></ul>^M
+<%if meta_keywords%>
+    <meta name="keywords" content="<%meta_keywords%>">
 <%endif%>^M
 ^M
-<%if link_results%>^M
-    <h2>Links</h2>^M
-    <%link_results%>^M
-<%endif%>^M
-^M
-<%if next%>^M
-    <p>Pages: <%next%></p>^M
-<%endif%>^M
-    ^M
-<p><small>^M
-<b>Try your search on other Search Engines</b><br>^M
-<a target="_blank" href="http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&q=<%term%>">Alta Vista</a> - ^M
-<a target="_blank" href="http://www.hotbot.com/?MT=<%term%>&DU=days&SW=web">HotBot</a> -^M
-<a target="_blank" href="http://www.infoseek.com/Titles?qt=<%term%>">Infoseek</a> - ^M
-<a target="_blank" href="http://www.dejanews.com/dnquery.xp?QRY=<%term%>">Deja News</a> -^M
-<a target="_blank" href="http://www.lycos.com/cgi-bin/pursuit?query=<%term%>&maxhits=20">Lycos</a> - ^M
-<a target="_blank" href="http://search.yahoo.com/bin/search?p=<%term%>">Yahoo</a>^M
-</small></p>^M
+<%css%>
+</head>
+<%body_tag%>
+<center>
+<%include header.txt%>
+<%body_table%>
+<tr><td colspan=2 align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+</td></tr>
+
+<tr><td width=6 bgcolor=black><img src="<%url_images%>BlackShim.gif" width=6 height=20></td>
+    <td>
+          <table border=0 width="<%body_width%>" cellpadding=3 cellspacing=0>
+          <tr><td height=30 width="100%" colspan=2><%body_font%>
+<p>Your search returned <b><%cat_hits%></b> categories and <b><%link_hits%></b> Links.
+<%if ignored%>
+    <p>By your request, the following terms were ignored: <ul><%ignored%></ul></p>
+<%endif%></td></tr>
     ^M
+    <%if next%>
+<!-- Next/Previous links if spanning pages. -->
+        <tr><td colspan=2 align=right><%body_font%>
+        <small>Pages: <%next%></small></font>
+               <img src="<%url_images%>ClearShim.gif" width="100%" height="10" border=0></td></tr>
+    <%endif%>
+
+    <!-- Subcategories-->
+    <%if category_results%>
+       <%header_row%><td width=200>
+               <%header_font%>CATEGORIES:<%/header_font%></td>
+               <td bgcolor="white"><img src="<%url_images%>ClearShim.gif" border=0 width="540" height=1></td></tr>
+               <tr><td colspan=2><%body_font%>
+        <ul><%category_results%></ul></font>
+               <img src="<%url_images%>ClearShim.gif" width="100%" height="10" border=0>
+               </td></tr>
+    <%endif%>
+
+    <!-- Links in this category. -->
+    <%if link_results%>
+               <%header_row%><td width=200>
+        <%header_font%>LINKS:<%/header_font%></td>
+               <td bgcolor="white"><img src="<%url_images%>ClearShim.gif" border=0 width="540" height=1></td></tr>
+               <tr><td colspan=2>
+               
+                   <!-- Next/Previous links if spanning pages. -->
+            <%if next_span%>
+                 <tr><td colspan=2><%body_font%>
+                 <small>Pages: <%next_span%></small></font>
+                        <img src="<%url_images%>ClearShim.gif" width="100%" height="10" border=0></td></tr>
+            <%endif%>
+
+               <%body_font%>
+        <%link_results%></font>
+               <img src="<%url_images%>ClearShim.gif" width="100%" height="10" border=0>
+               </td></tr>
+    <%endif%>
+
+    <%if next%>
+<!-- Next/Previous links if spanning pages. -->
+        <tr><td colspan=2 align=right><%body_font%>
+        <small>Pages: <%next%></small></font>
+               <img src="<%url_images%>ClearShim.gif" width="100%" height="10" border=0></td></tr>
+    <%endif%>
+
+</table></td></tr>
+
+<tr><td align=top colspan=2>
+<img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr></table>
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
-^M
Index: default/signup_form.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/signup_form.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/signup_form.html    28 Nov 2000 02:57:59 -0000      1.3
+++ default/signup_form.html    18 May 2001 23:47:02 -0000      1.4
@@ -2,37 +2,57 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: User Signup</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: User Sign Up</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: User Signup</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
+<%body_table%>
+<tr><td align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6 rowspan=2>
+           <img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+           <td valign=top>
+         
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+          <%header_row%><td width="30%">
+                 <%header_font%>USER SIGN UP<%/header_font%></td>
+                  <td width=70% bgcolor="white">&nbsp;</td></tr>
+                       <tr><td colspan=2 align=center valign=middle><%body_font%>
     <form action="<%db_cgi_url%>/user.cgi" method="POST">^M
+                         <%if error%>
+              <p><%error_font%><b><%error%></b></font></p>
+              <%endif%>
         <p>To register, please fill out this form completely. A valid email address is required.</p>^M
 ^M
-<%if error%>^M
-    <p><strong class="error"><%error%></strong></p>^M
-<%endif%>^M
-^M
-        <div class="margin">^M
             <table border ="0" cellspacing="0" cellpadding="0">^M
-                <tr><td align="right" valign="top">Username:</td>^M
+                <tr><td align="right" valign="top"><%body_font%>Username:</font></td>
                     <td><input name="Username" value="<%Username%>" size="50"></td></tr>^M
-                <tr><td align="right" valign="top">Password:</td>^M
+                <tr><td align="right" valign="top"><%body_font%>Password:</font></td>
                     <td><input name="Password" size="50" value="<%Password%>"></td></tr>^M
-                <tr><td align="right" valign="top">Email:</td>^M
+                <tr><td align="right" valign="top"><%body_font%>Email:</font></td>
                     <td><input name="Email" size="50" value="<%Email%>"></td></tr>^M
-                <tr><td></td><td><input type="SUBMIT" name="signup_user" value="Signup"></td></tr>^M
+                <tr><td></td><td><%body_font%>
+                               <input type="SUBMIT" name="signup_user" value="Signup"></font></td></tr>
             </table>^M
-        </div>^M
     </form>^M
+         </td></tr></table>
+
+        </td></tr></table>
     ^M
+  <tr><td>
+  <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table>      
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
 ^M
Index: default/signup_success.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/signup_success.html,v
retrieving revision 1.3
retrieving revision 1.5
diff -u -b -r1.3 -r1.5
--- default/signup_success.html 28 Nov 2000 02:57:59 -0000      1.3
+++ default/signup_success.html 24 May 2001 01:01:52 -0000      1.5
@@ -2,24 +2,49 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Signup Success</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Successful Sign Up</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: Signup Success</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
+<%body_table%>
+<tr><td align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center valign=top>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6 rowspan=2>
+           <img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+           <td>
+         
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+          <%header_row%><td width="30%">
+                 <%header_font%>SUCCESSFUL SIGN UP<%/header_font%></td>
+          <td bgcolor=white width="70%">&nbsp;</td></tr>
+                       <tr><td colspan=2 align=center valign=top><%body_font%>
 ^M
 <%if Validation%>^M
-<p>Thanks, an email has been sent to you with a validation code. Once you receive it, you'll ^M
-need to enter a <a href="<%db_cgi_url%>/user.cgi?validate=1">validation code</a>.^M
+<%body_font%>Thanks, an email has been sent to you with a validation code. Once you receive it, you'll 
+need to enter a <a class="category_links" href="<%db_cgi_url%>/user.cgi?validate=1">validation code</a>.
 <%endif%>^M
 <%ifnot Validation%>^M
 <p>You have now successfully registered.</p>^M
 <%endif%>^M
     ^M
+<br><br><br>&nbsp;
+
+        </font></td></tr></table>
+
+  <tr><td>
+  <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table>      
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
+
Index: default/subcategory.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/subcategory.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/subcategory.html    14 Feb 2001 17:49:39 -0000      1.3
+++ default/subcategory.html    18 May 2001 23:47:02 -0000      1.4
@@ -1,7 +1,14 @@
-<dl>^M
-    <dt><strong><a class="link" href="<%URL%>"><%Short_Name%><%if Related%>@<%endif%></a></strong> <small><class="numlinks">(<%Number_of_Links%>)</small>^M
-<%if Has_New_Links eq 'Yes'%><small><sup class="new">new</sup></small><%endif%>^M
-<%if Has_Changed_Links eq 'Yes'%><small><sup class="new">update</sup></small><%endif%>^M
-    </dt>^M
-<%if Description%><dd><span class="descript"><%Description%></span></dd><%endif%>^M
-</dl>
\ No newline at end of file
+<table border=0 cellpadding=3 cellspacing=0><tr>
+<%if Image%>
+<td width=30 align=center valign=top>
+<img src="<%url_images%><%Image%>" border=0></td>
+<%else%>
+<td width=25>&nbsp;</td>
+<%endif%>
+<td>
+<%body_font%><b><a class="category_links" href="<%URL%>"><%Short_Name%><%if Related%>@<%endif%></a></b> <small><i>(<%Number_of_Links%>)</i></small>
+<%if Has_New_Links eq 'Yes'%><font color="red"><small><sup>new</sup></small></font><%endif%>
+<%if Has_Changed_Links eq 'Yes'%><font color="red"><small><sup>updated</sup></small></font><%endif%>
+<%if Description%><br><%body_font%><%Description%></font><%endif%>
+</td></tr>
+</table>
\ No newline at end of file
Index: default/validate_form.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/validate_form.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- default/validate_form.html  28 Nov 2000 02:57:59 -0000      1.3
+++ default/validate_form.html  18 May 2001 23:47:02 -0000      1.4
@@ -2,35 +2,54 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: Validate</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Validation</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
+<%body_tag%>
+<center>
+<%include header.txt%>
+<%body_table%>
+<tr><td align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6>
+           <img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+           <td valign=top>
+         
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+          <%header_row%><td width="30%">
+                 <%header_font%>VALIDATION<%/header_font%></td>
+          <td bgcolor=white width="70%">&nbsp;</td></tr>
+                       <tr><td colspan=2 align=center valign=middle>
 ^M
-<h1><%site_title%>: Validate</h1>^M
-^M
-    <%include header.txt%>^M
-^M
-    <form action="<%db_cgi_url%>/user.cgi" method="POST">^M
+<form action="<%db_cgi_url%>/user.cgi" method="POST">
     <input type=hidden name=validate_user value=1>^M
-^M
-<%if error%>^M
-    <p><strong class="error"><%error%></strong></p>^M
-<%endif%>^M
-^M
-        <p>To validate your account, please enter the code you were provided: </p>^M
-^M
-        <div class="margin">^M
-            <table border ="0" cellspacing="0" cellpadding="0">^M
-                <tr><td align="right" valign="top">Code:</td>^M
+            <table border ="0" cellspacing="0" cellpadding="4">
+                       <tr><td colspan=2>
+                               <%if error%>
+                    <p><%error_font%><b><%error%></b></font></p>
+                    <%endif%>
+                       <%body_font%>
+                       To validate your account, please enter the code you were provided:</font></td></tr>
+                <tr><td align="right" valign="top"><%body_font%>Code:</font></td>
                     <td><input name="code" size="50"></td></tr>^M
-                <tr><td></td><td><input type="SUBMIT" name="validate_user" value="Validate"></td></tr>^M
+                <tr><td></td><td><%body_font%>
+                               <input type="SUBMIT" name="validate_user" value="Validate"></font></td></tr>
             </table>^M
-        </div>^M
     </form>^M
+       </td></tr></table>
     ^M
-    <%include footer.txt%>  ^M
-^M
+  <tr><td colspan=2>
+  <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table> </td></tr></table>     
+<%include footer.txt%>
+</center>
 </body>^M
 </html>^M
+
Index: default/validate_success.html
===================================================================
RCS file: /cvs/gossamer/lsqldev/cgi/admin/templates/default/validate_success.html,v
retrieving revision 1.3
retrieving revision 1.5
diff -u -b -r1.3 -r1.5
--- default/validate_success.html       28 Nov 2000 02:57:59 -0000      1.3
+++ default/validate_success.html       24 May 2001 01:02:37 -0000      1.5
@@ -2,19 +2,42 @@
 <html>^M
 ^M
 <head>^M
-<title><%site_title%>: User Signup</title>^M
-<link rel=stylesheet href="<%build_images_url%>/default/links.css" type="text/css" title="style sheet">^M
+<title><%site_title%>: Account Activated</title>
+<%css%>
 </head>^M
 ^M
-<body>^M
-^M
-<h1><%site_title%>: User Signup</h1>^M
-^M
+<%body_tag%>
+<center>
 <%include header.txt%>^M
-^M
-    <p>Thank you, your account is now activated!</p>^M
-    ^M
+<%body_table%>
+<tr><td align=center>
+<%include menu.txt%><br><%include search_bar.htm%>
+  </td></tr>
+  <tr><td align=center>
+
+    <table border=0 width="100%" cellpadding=0 cellspacing=0>
+       <tr><td bgcolor=black width=6 rowspan=2>
+           <img src="<%url_images%>ClearShim.gif" width=6 height="200"></td>
+           <td>
+         
+           <table border=0 width="100%" cellpadding=3 cellspacing=0>
+          <%header_row%><td width="30%">
+                 <%header_font%>ACCOUNT ACTIVATED<%/header_font%></td>
+          <td bgcolor=white width="70%">&nbsp;</td></tr>
+                       <tr><td colspan=2 align=center>
+
+     <%body_font%>Thank you, your account is now activated!</font>
+<br><br><br>&nbsp;
+
+        </td></tr></table>
+
+  <tr><td>
+  <img src="<%url_images%>BlackShim.gif" border=0 height=1 width="<%body_width%>" align=top>
+<%include menu.txt%>
+</td></tr>
+</table>      
 <%include footer.txt%>^M
+</center>
 </body>^M
 </html>^M
 ^M