[Gnucash-changes] r12937 - htdocs/trunk/en - validity improvements, removing redundant tables

Neil Williams codehelp at cvs.gnucash.org
Sun Jan 22 05:55:55 EST 2006


Author: codehelp
Date: 2006-01-22 05:55:54 -0500 (Sun, 22 Jan 2006)
New Revision: 12937
Trac: http://svn.gnucash.org/trac/changeset/12937

Modified:
   htdocs/trunk/en/architecture.phtml
   htdocs/trunk/en/docs.phtml
   htdocs/trunk/en/donations.phtml
   htdocs/trunk/en/links.phtml
   htdocs/trunk/en/links/links-erp.phtml
   htdocs/trunk/en/links/links-general.phtml
   htdocs/trunk/en/links/links-money.phtml
   htdocs/trunk/en/lists.phtml
   htdocs/trunk/en/oldnews.phtml
   htdocs/trunk/en/quiz-results.phtml
   htdocs/trunk/en/required.phtml
   htdocs/trunk/en/screenshots.phtml
   htdocs/trunk/en/sizing.phtml
Log:
validity improvements, removing redundant tables

Modified: htdocs/trunk/en/architecture.phtml
===================================================================
--- htdocs/trunk/en/architecture.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/architecture.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -37,21 +37,19 @@
 </p>
 
 <div class="tblborder">
-   <table border=0 cellpadding=5 cellspacing=1 bgcolor="#cccccc" width="100%">
+   <table cellpadding=5 cellspacing=1 width="100%">
+   <colgroup><col width="25%"><col width="50%"></colgroup>
    <tr>
-     <td bgcolor="#666699" width=25%><font color="#ffffff"><b>Module</b></td>
-     <td bgcolor="#666699" width=50%><font color="#ffffff"><b>Description</b></td>
+     <td class="tblheader"><b>Module</b></td>
+     <td class="tblheader"><b>Description</b></td>
    </tr>
-   <tr bgcolor="#ececff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Engine</b></td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+        <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Engine</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The <dfn>Engine</dfn> (located under the <code>src/engine/</code> 
 directory in the
 GnuCash codebase) provides an interface for creating, manipulating, and
@@ -63,23 +61,19 @@
 Currencies/Commodities.  These six entities provide the central data 
 structures of the GnuCash financial data model,
 <a href="/images/diagrams/structures.png">as illustrated in this diagram.</a>
-Additional structures are created by the business component.
-
+Additional structures are created by the business component.</p>
 <p>The Engine code contains no GUI code whatsoever, and is essentially
 OS-neutral. It is written entirely in C.  It was designed to be used
-in a stand-alone server; however, it is not currently used as such.
-		 </td>
+in a stand-alone server; however, it is not currently used as such.</p>
+   </td>
    </tr>
-   <tr bgcolor="#ffffff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Query</b></td>
-       </tr>
-       </table>
+   <tr class="divider">
+     <td>
+        <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Query</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The <dfn>Query</dfn> module (also in <code>src/engine/</code>)
 provides a generic mechanism for performing complex, structured 
 queries on a collection of objects.  For example, GnuCash uses 
@@ -95,20 +89,16 @@
 for a possibly much larger set of data in the SQL backend.  The idea
 is to keep GnuCash 'scalable': the runtime size can stay small, while
 still having high-performance interactions, even when dealing with large,
-remote databases.
-
-		 </td>
+remote databases.</p>
+   </td>
    </tr>
-   <tr bgcolor="#ececff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Storage Backend</b></td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Storage Backend</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The <dfn>Storage Backend</dfn> module (<code>src/backend/</code>) 
 defines a generic interface for storing GnuCash data (into files or 
 databases) or for communicating with a remote GnuCash storage server
@@ -120,18 +110,15 @@
 broken/unsupported): one for communicating with a GnuCash storage 
 server via RPC, and another that chats, via XML across HTTP, with 
 a GnuCash server.
-		 </td>
+    </td>
    </tr>
-   <tr bgcolor="#ffffff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Register</b></td>
-       </tr>
-       </table>
+   <tr class="divider">
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Register</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The <dfn>Register</dfn> (<code>src/register/</code>) implements a ledger-like
 GUI that allows the user to dynamically enter dates, prices, memos
 descriptions, etc. in an intuitive fashion that should be obvious to
@@ -144,44 +131,36 @@
 (w/auto-completion), prices, combo-boxes (pull-down menus), and
 multi-state check-boxes. Cells can be marked read-write, or
 output-only. Cells can be assigned unique colors. The currently
-active ledger row-block can be highlighted with a unique color.
-
+active ledger row-block can be highlighted with a unique color.</p>
 <p>The register code is completely independent of the engine code, knows
 nothing about accounting or any of the other GnuCash subsystems. It
 can be used in independent projects that have nothing to do with
-accounting.
-		 </td>
+accounting.</p>
+    </td>
    </tr>
-   <tr bgcolor="#ececff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Reports &amp; Graphs</b></td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Reports &amp; Graphs</b>
      </td>
-     <td valign=top>
-<p>The <dfn>Reports &amp Graphs</dfn> module (<code>src/report/</code>)
+     <td>
+<p>The <dfn>Reports &amp; Graphs</dfn> module (<code>src/report/</code>)
 is a scheme (guile) based system to create balance sheets, profit &amp; 
 loss statements, barcharts, piecharts, <i>etc.</i>  It uses the Query
 API to fetch and format data, which is then converted into HTML and 
 displayed with the gtkhtml widget.  Graphs are implemented in Guppi,
 (&lt;<code>http://www.gnome.org/guppi</code>&gt;).
-and are embedded (as live graphs) directly in the HTML.
-
-		 </td>
+and are embedded (as live graphs) directly in the HTML.</p>
+    </td>
    </tr>
-   <tr bgcolor="#ffffff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Price Quotes</b></td>
-       </tr>
-       </table>
+   <tr class="divider">
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Price Quotes</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The <dfn>Price Quotes</dfn> module (<code>src/quotes</code>) is 
 a wrapper around the Finance::Quote Perl module, used to 
 fetch stock price data off the Internet and insert it into the GnuCash
@@ -189,23 +168,19 @@
 through CPAN). This module can fetch
 price quotes from many different sources including Yahoo, Yahoo Europe,
 and some international exchanges. Before a new data source can be
-added to GnuCash, it must be added to Finance::Quote first.
-
+added to GnuCash, it must be added to Finance::Quote first.</p>
 <p>The Finance::Quote module also supports fetching currency exchange
 rates. GnuCash will be extended to allow the fetching and use of
-currency exchange rates.
-		 </td>
+currency exchange rates.</p>
+   </td>
    </tr>
-   <tr bgcolor="#ececff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>User Preferences</b></td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>User Preferences</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The <dfn>User Preferences</dfn> module (<code>src/app-utils/</code>)
 provides an infrastructure for defining both
 user-configurable and internal preferences. Preferences are defined in
@@ -213,24 +188,20 @@
 string, date, etc. Preferences are 'implemented' by providing a GUI
 which allows the user to see and change preference values. An API
 is provided to query preference values and to register callbacks
-which will be invoked when preferences change.
-
+which will be invoked when preferences change.</p>
 <p>Preference values which are different from the default values
 are stored as scheme forms in a user-specific preferences file
 (<code>~/.gnucash/config.auto</code>). This file is automatically
-loaded upon startup.
-		 </td>
+loaded upon startup.</p>
+   </td>
    </tr>
-   <tr bgcolor="#ffffff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Data Import &amp; Export</b></td>
-       </tr>
-       </table>
+   <tr class="divider">
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Data Import &amp; Export</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The <dfn>Import</dfn> module (<code>src/import-export/</code>) provides
 functionality for importing QIF (Quicken Interchange Format) data files and
 OFX (Open Financial Exchange) files into GnuCash.  One of the difficult 
@@ -243,21 +214,16 @@
 detect and properly handle (ignore) duplicate transactions.  This
 pattern matching is generically useful, and is used by the HCBI
 subsystem.  (HCBI is an online banking system available to residents
-of Germany).
-
-
-		 </td>
+of Germany).</p>
+   </td>
    </tr>
-   <tr bgcolor="#ececff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Small Business Features</b></td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Small Business Features</b>
      </td>
-     <td valign=top>
+     <td>
 <p>GnuCash provides support for a number of small business features, including 
    a business-oriented ledger (which shows additional info that the regular, 
    'check-book style' ledger does not), Invoicing, Jobs &amp; Order Entry, 
@@ -265,39 +231,32 @@
    organization of this code is similar to that of core GnuCash: there is a 
    set of C objects (<code>src/business/business-core)</code>) that are 
    saved/restored in the backend. The objects themsleves are manipulated 
-   by various GUI dialog elements (<code>src/business/gnome)</code>). 
-
-		 </td>
+   by various GUI dialog elements (<code>src/business/gnome)</code>).</p>
+   </td>
    </tr>
-   <tr bgcolor="#ffffff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>Recurring Transactions</b></td>
-       </tr>
-       </table>
+   <tr class="divider">
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>Recurring Transactions</b>
      </td>
-     <td valign=top>
+     <td>
 <p>Scheduled transactions provide a mechanism for describing a set of regularly 
 recurring financial transactions so that the GnuCash dataset can be automatically 
 updated as time passes.  The core object is the "Frequency Specification", which
 identifies a periodicity (daily, weekly, monthly, etc.).  It is manipulated by
 a GUI widget.  The FreqSpec is used with special "Template Transactions" that
 record info about how future transactions should be made out, and are manipulated
-by a corresponding GUI.
-		 </td>
+by a corresponding GUI.</p>
+    </td>
    </tr>
-   <tr bgcolor="#ececff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><img src="/images/icons/document.txt.gif" width=16 height=16 border=0>&nbsp;</td>
-         <td valign=top><b>GnuCash</b></td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+        <b>GnuCash</b>
      </td>
-     <td valign=top>
+     <td>
 <p>The GnuCash module (<code>src/gnome</code> and other directories)
 is the main GUI application. It consists of a
 collection of miscellaneous GUI code to glue together all of the pieces
@@ -307,12 +266,11 @@
 GnuCash is trying to be a "Quicken or MS Money look/work/act-alike",
 this is the piece that they are referring to. It really is meant to
 be a personal-finance manager with enough power for the power user
-and the ease of use for the beginner.
-
+and the ease of use for the beginner.</p>
 <p>Currently, the Gnome interface is the only operational interface. 
 An obsolete Motif interface can be fished out of historical CVS;
-but this interface has been deleted in the current CVS.
-		 </td>
+but this interface has been deleted in the current CVS.</p>
+   </td>
    </tr>
    </table>
 </div>

Modified: htdocs/trunk/en/docs.phtml
===================================================================
--- htdocs/trunk/en/docs.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/docs.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -1,248 +1,183 @@
 <?php 
 $title = "Documentation Project";
 include("../emulate_globals_on.php");
-include($GLOBALS['DOCUMENT_ROOT']."/externals/en/header.phtml");
-include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-documentation.phtml");
+include($toppath."/externals/en/header.phtml");
+include($toppath."/en/menu/menu-main-documentation.phtml");
 ?>
 <div id="content">
 
 <h1>GnuCash Documentation Project</h1>
 
-<p>
-This page is the home of the Gnucash Documentation Project, our goal is to
+<p>This page is the home of the Gnucash Documentation Project, our goal is to
 maintain a community of people working towards creation of high quality 
-documentation for GnuCash.
-</p>
+documentation for GnuCash.</p>
 
-<p>Everything 
-you need concerning GnuCash documentation should be here, if you 
+<p>Everything you need concerning GnuCash documentation should be here, if you 
 notice something missing, email <a href='mailto:gnucash-devel at lists.gnucash.org'>
-gnucash-devel</a> and we will add it.
-</p>
+gnucash-devel</a> and we will add it.</p>
 
-<table border=0 cellpadding=1 cellspacing=0 width="100%">
-  <tr><td valign=middle align=center bgcolor="#666699">
-   <table border=0 cellpadding=5 cellspacing=1 bgcolor="#cacaf7" width="100%">
-     <tr><td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-         <tr><td> <img src="/images/icons/document.txt.gif" width=16 height=16 border=0 alt="document icon">&nbsp;</td>
-         
-           <td valign="top"><b>GnuCash v1.8 (current stable release)</b></td>
-         </tr> 
-       </table> 
-     </td> </tr>
-   <tr bgcolor="#ffffff"> <td valign="top"> <font size=-1>
-
-
-        If you have a question about how to use GnuCash, 
-        you are in the right place.  The first thing you should do is read 
+<div class="tblborder">
+     <div class="frametitle">
+         <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+           <b>GnuCash v1.8 (current stable release)</b>
+     </div>
+     <div class="newsinner">
+	<p>If you have a question about how to use GnuCash, 
+        you are in the right place. The first thing you should do is read 
         the Help Manual and the Concepts Guide, most of your questions 
-        can probably be answered by these documents.
-        <p>
-
-        The Help Manual is designed to be a quick reference of how to
+        can probably be answered by these documents.</p>
+	<p>The Help Manual is designed to be a quick reference of how to
         accomplish specific tasks and how to use the features in GnuCash. The
         Concepts Guide is designed to be an in depth guide to the
         concepts behind using GnuCash with a tutorial to show how to put those
-        concepts into practice.
-
-        
-        <div align="center">
-        <table border=0 cellpadding=2 cellspacing=2><tr>
-        <td align="center" bgcolor="#cacaf7" width="50%">
+        concepts into practice.</p>
+        <div style="margin-left:30%;margin-right:30%;">
+        <table border=0 cellpadding=2 cellspacing=2>
+	<colgroup><col width="50%"><col width="50%"></colgroup>
+	<tr><td align="center" class="tblbanner">
         <span class="smalltext"><b>Help Manual</b><br>
-    HTML: <a href="../docs/v1.8/C/gnucash-help/help.html">English</a> | 
+        HTML: <a href="../docs/v1.8/C/gnucash-help/help.html">English</a> | 
         <a href="../docs/v1.8/de_DE/gnucash-help/help.html">Deutsch</a><br>
-        PDF: <a href="../docs/gnucash-help.pdf">English</a>
-	</span>
-        </td>
-        <td align="center" bgcolor="#cacaf7" width="50%">
+        PDF: <a href="../docs/gnucash-help.pdf">English</a></span></td>
+        <td align="center" class="tblbanner">
         <span class="smalltext"><b>Concepts Guide</b><br>
-    HTML: <a href="../docs/v1.8/C/gnucash-guide/">English</a><br>
+        HTML: <a href="../docs/v1.8/C/gnucash-guide/">English</a><br>
         PDF: <a href="../docs/gnucash-guide.pdf">English</a>
-	</span>
-        </td>
-        </tr></table>
+	</span></td></tr></table>
         </div>
-
-        Please send an email to the <a href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a>
-        mailing list if you cannot find a satisfactory answer to your question within either the 
-        Help Manual or the Concepts Guide.  We <b>want</b> feedback from you, 
-        it is only through your comments that we know how to modify the documentation.
-        <p>
-        Additionally, you can talk to someone via IRC at irc.gnome.org channel "gnucash" 
-        about your question.  Another resource is the 
+	<p>Please send an email to the 
+	<a href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a>
+        mailing list if you cannot find a satisfactory answer to your 
+	question within either the Help Manual or the Concepts Guide. 
+	We <b>want</b> feedback from you, it is only through your comments 
+	that we know how to modify the documentation.</p>
+	<p>Additionally, you can talk to someone via IRC at irc.gnome.org 
+	channel "gnucash" about your question.  Another resource is the 
         <a href='http://gnomesupport.org/wiki/index.php/GnuCash'>English</a> 
         or
         <a href='http://linuxwiki.de/GnuCash'>Deutsch</a> 
         GnuCash wikis.  A wiki is an interactive 
-        website where registered users can ask and answer questions.
+        website where registered users can ask and answer questions.</p>
+   </div>
+</div>
 
-        </font>
-   </td></tr></table>
-</td></tr></table>
+<div>&nbsp;</div>
 
-<p>
-
-<table border=0 cellpadding=1 cellspacing=0 width="100%">
-  <tr><td valign=middle align=center bgcolor="#666699">
-   <table border=0 cellpadding=5 cellspacing=1 bgcolor="#cacaf7" width="100%">
-     <tr><td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-         <tr><td> <img src="/images/icons/document.txt.gif" width=16 height=16 border=0 alt="document icon">&nbsp;</td>
-         
-           <td valign="top"><b>User Contributed Documentation</b></td>
-         </tr> 
-       </table> 
-     </td> </tr>
-   <tr bgcolor="#ffffff"> <td valign="top"> <font size=-1>
-
-        Some people have written HOWTO guides or tutorials.  Note: the information presented
-        in these sources may or        may not be updated to the most recent version of GnuCash.  
-        If you are interested in doing development work on these documents, you should 
-        contact the original authors.
-
-        <ul>
+<div class="tblborder">
+     <div class="frametitle">
+        <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+         <b>User Contributed Documentation</b>
+     </div>
+     <div class="newsinner">
+	<p>Some people have written HOWTO guides or tutorials.  
+	Note: the information presented in these sources may or may not 
+	be updated to the most recent version of GnuCash. If you are 
+	interested in doing development work on these documents, you should 
+        contact the original authors.</p>
+    <ul>
     <li><a href="http://code.neil.williamsleesmill.me.uk/otherdocs.html">Neil Williams GnuCash documentation</a>
-        <li><a href="http://www.aerospacesoftware.com/GNU_Cash_for_Business_users_Howto_Guide.html">GnuCash for Business Users</a> (<a href="http://www.linas.org/mirrors/www.aerospacesoftware.com/2003.06.21/GNU_Cash_for_Business_users_Howto_Guide.html">mirror</a>)
+    <li><a href="http://www.aerospacesoftware.com/GNU_Cash_for_Business_users_Howto_Guide.html">GnuCash for Business Users</a> 
+    (<a href="http://www.linas.org/mirrors/www.aerospacesoftware.com/2003.06.21/GNU_Cash_for_Business_users_Howto_Guide.html">mirror</a>)
     <li><a href="http://www.ncsysadmin.org/july2001/ncsa-gnucash-talk.html">Joe Mack's Tutorial</a>
     <li><a href="http://www.object-refinery.com/gnucash/index.html">Dave Gilbert's User Guide (PDF)</a>
-        </ul>
+    </ul>
+    </div>
+</div>
 
-     </font>
-    </td></tr></table>
-   </td></tr></table>
+<div>&nbsp;</div>
 
-        <p>
-
-<table border=0 cellpadding=1 cellspacing=0 width="100%">
-  <tr><td valign=middle align=center bgcolor="#666699">
-   <table border=0 cellpadding=5 cellspacing=1 bgcolor="#cacaf7" width="100%">
-     <tr><td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-         <tr><td> <img src="/images/icons/document.txt.gif" width=16 height=16 border=0 alt="document icon">&nbsp;</td>
-         
-           <td valign="top"><b>Older GnuCash Documentation</b></td>
-         </tr> 
-       </table> 
-     </td> </tr>
-   <tr bgcolor="#ffffff"> <td valign="top"> <font size=-1>
-
-
-        This section contains all the older GnuCash documentation.  If you are using
-        one of these old versions of GnuCash, it is highly recommended that you upgrade 
-        to the latest stable version.
-        <p>
-
+<div class="tblborder">
+     <div class="frametitle">
+         <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+           <b>Older GnuCash Documentation</b>
+     </div>
+     <div class="newsinner">
+	<p>This section contains all the older GnuCash documentation.  
+	If you are using one of these old versions of GnuCash, it is 
+	highly recommended that you upgrade 
+        to the latest stable version.</p>
         <ul>
         <li><b>GnuCash v1.6</b>: 
         <a href="../docs/v1.6/C/">English</a> | 
         <a href="../docs/v1.6/de_DE/">Deutsch</a> | 
         <a href="../docs/v1.6/es/">Espagnol</a> | 
-        <a href="../docs/v1.6/pt_PT/">Portugu&ecirc;s</a>
+        <a href="../docs/v1.6/pt_PT/">Portugu&ecirc;s</a></li>
         </ul>
-
         <ul>
         <li><b>GnuCash v1.4</b>:
-        <a href="../docs/fr/">Fran&ccedil;ais</a>
+        <a href="../docs/fr/">Fran&ccedil;ais</a></li>
         </ul>
+   </div>
+</div>
 
-     </font>
-   </td></tr></table>
-  </td></tr></table>
+<div>&nbsp;</div>
 
-        <p>
-
-<table border=0 cellpadding=1 cellspacing=0 width="100%">
-  <tr><td valign=middle align=center bgcolor="#666699">
-   <table border=0 cellpadding=5 cellspacing=1 bgcolor="#cacaf7" width="100%">
-     <tr><td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-         <tr><td> <img src="/images/icons/document.txt.gif" width=16 height=16 border=0 alt="document icon">&nbsp;</td>
-         
-           <td valign="top"><b>Documentation Development</b></td>
-         </tr> 
-       </table> 
-     </td> </tr>
-   <tr bgcolor="#ffffff"> <td valign="top"> <font size=-1>
-
-        <p>
-
+<div class="tblborder">
+     <div class="frametitle">
+         <img src="/images/icons/document.txt.gif" width=16 height=16 
+	alt="document icon">
+         <b>Documentation Development</b>
+     </div>
+     <div class="newsinner">
         <!--
-        This is the current snapshot of the documentation in development.  This is only valid 
-        for the future version of GnuCash, please do not use with the current stable release.  
+        This is the current snapshot of the documentation in development.  
+	This is only valid for the future version of GnuCash, please do not 
+	use with the current stable release.  
         <br>
         HTML: <a href="../docs/v1.10/C/gnucash-guide/">Concepts Guide</a>
         or the <a href="../docs/v1.10/C/gnucash-help/help.html">Help Manual</a>.
 `        -->
-        <p>
-        We track bugs and feature requests in <a href='http://bugzilla.gnome.org/'>gnome's bugzilla</a>,
+        <p>We track bugs and feature requests in <a href='http://bugzilla.gnome.org/'>gnome's bugzilla</a>,
         maybe you would like to see a list of all open 
         <a href="http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&amp;component=Documentation&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query">
-        documentation bugs</a>?
-
-        <p>
-        Interesting Links:<br>
-The following links are for further sites that can help with the
-documentation and review process.<br><p>
-<a href='http://www.docbook.org'> DocBook: The Definitive Guide.</a><br>
-<a href='http://www.sagehill.net/docbookxsl/'>DocBook XSL: The Complete Guide</a>.<br>
-<a href='http://developer.gnome.org/projects/gup/hig/1.0/'> GNOME Human Interface
-Guidelines</a><br>
-
-        <p>
-For both reviewers and documentation writers:<br>
-
-Please read the following guides. The new docs are based on the GNOME2 XML docbook system.
-Everyone wishing to help please
-follow these guides where possible when reviewing and/or writing docs.<br>
-        <p>
-<a href='http://developer.gnome.org/projects/gdp/styleguide.html'>
+documentation bugs</a>?</p>
+        <p>Interesting Links:<br>
+	The following links are for further sites that can help with the
+	documentation and review process.<br><p>
+	<a href='http://www.docbook.org'> DocBook: The Definitive Guide.</a><br>
+	<a href='http://www.sagehill.net/docbookxsl/'>DocBook XSL: The Complete Guide</a>.<br>
+	<a href='http://developer.gnome.org/projects/gup/hig/1.0/'> GNOME Human Interface
+Guidelines</a></p>
+        <p>For both reviewers and documentation writers:<br>
+	Please read the following guides. The new docs are based on the 
+	GNOME2 XML docbook system.
+	Everyone wishing to help please
+	follow these guides where possible when reviewing and/or writing docs.</p>
+        <p><a href='http://developer.gnome.org/projects/gdp/styleguide.html'>
 The GNOME Documentation Style Guide</a><br>
 <a href='http://developer.gnome.org/projects/gdp/handbook.html'>
-The GNOME Handbook of Writing Software Documentation</a><br>
-        <p>
+The GNOME Handbook of Writing Software Documentation</a></p>
+        <p>We suggest also subscribing to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a>.</p>
+        <p>Reviewers;</p>
+        <p>Please check out the documentation module from the GnuCash CVS -
+	gnucash-docs. For those not familiar with cvs, the GnuCash website has a
+	<a href='/en/hacking.phtml'>description.</a> The only change
+	to get the docs is to change the checkout gnucash to checkout
+	gnucash-docs. You can also start from the current docs tarball.</p>
+        <p>The best way of retaining comments about docs in an easy to find
+	way for everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> to file the bugs
+	under documentation. This can also be done using bug-buddy.</p>
+        <p>Writers;</p>
+        <p>Also checkout the docs cvs as above. The usual procedure for
+	contributors to GnuCash is to initially submit patches to the
+	<a href='mailto:gnucash-patches at lists.gnucash.org'>gnucash-patches</a> 
+	mailing list. We will handle getting the patches added into CVS 
+	until you are given an account. You can also add the 
+	patch to a bug report in bugzilla if you wish.</p>
+        <p>Please let other writers know which
+	section you wish to tackle. Please forward this to 
+	<a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> so
+	that people can say 'hey I'm doing that already' or 
+	'go ahead and do it'.</p>
+        <p>You may also want to retain a local copy of the old documentation to
+	refer to when writing. This still has a lot of useful information in it
+	which hasn't been transferred to the new docs</p>
+    </div>
+</div>
 
-We suggest also subscribing to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a>.<br>
-        <p>
-
-Reviewers;<br>
-        <p>
-Please check out the documentation module from the GnuCash CVS -
-gnucash-docs. For those not familiar with cvs, the GnuCash website has a
-<a href='/en/hacking.phtml'>description.</a> The only change
-to get the docs is to change the checkout gnucash to checkout
-gnucash-docs. You can also start from the current docs tarball.<br>
-        <p>
-
-The best way of retaining comments about docs in an easy to find
-way for everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> to file the bugs
-under documentation. This can also be done using bug-buddy.<br>
-        <p>
-
-Writers;<br>
-        <p>
-Also checkout the docs cvs as above. The usual procedure for
-contributors to GnuCash is to initially submit patches to the
-<a href='mailto:gnucash-patches at lists.gnucash.org'>gnucash-patches</a> mailing list. We will handle getting the patches added into CVS until you are given an account. You can also add the patch to a bug report in bugzilla if you wish.<br>
-        <p>
-
-Please let other writers know which
-section you wish to tackle. Please forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> so
-that people can say 'hey I'm doing that already' or 'go ahead and do it'.<br>
-        <p>
-
-You may also want to retain a local copy of the old documentation to
-refer to when writing. This still has a lot of useful information in it
-which hasn't been transferred to the new docs<br>
-        <p>
-
-      </font>
-    </td></tr></table>
-  </td></tr></table>
-
-<p>
-
 </div>
 
 <?php include($toppath."/externals/en/footer.phtml"); ?>

Modified: htdocs/trunk/en/donations.phtml
===================================================================
--- htdocs/trunk/en/donations.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/donations.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -38,28 +38,21 @@
 disbursed; we will keep this web page updated periodically.</p>
 
 <div class="tblborder">
-   <table style="border:none;background-color:#cacaf7;"
-    cellpadding=5 cellspacing=1 width="100%">
-<colgroup><col width="15%">
-<col width="55%">
-<col width="15%"></colgroup>
+   <table cellpadding=5 cellspacing=1 width="100%">
+   <colgroup><col width="15%"><col width="55%"><col width="15%"></colgroup>
    <tr>
-     <td style="background-color:#666699">
-    <b style="color:white">Date</b></td>
-     <td style="background-color:#666699">
-    <b style="color:white">Description</b></td>
-     <td style="background-color:#666699">
-    <b style="color:white">Amount</b></td>
-     <td style="background-color:#666699">
-    <b style="color:white">Current Balance</b></td>
+    <td class="tblheader"><b>Date</b></td>
+    <td class="tblheader"><b>Description</b></td>
+    <td class="tblheader"><b>Amount</b></td>
+    <td class="tblheader"><b>Current Balance</b></td>
    </tr>
-   <tr style="background-color:#ececff">
-     <td valign="top">22 June 2004</td>
+   <tr>
+     <td valign="top">22&nbsp;June&nbsp;2004</td>
      <td valign="top">Donations Received, March 2004 to 22 June 2004</td>
      <td valign="top">$525.95</td>
      <td valign="top">$525.95</td>
    </tr>
-   <tr style="background-color:white">
+   <tr class="divider">
      <td valign="top">22 June 2004</td>
      <td valign="top">Current Balance</td>
      <td valign="top"></td>

Modified: htdocs/trunk/en/links/links-erp.phtml
===================================================================
--- htdocs/trunk/en/links/links-erp.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/links/links-erp.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -16,7 +16,7 @@
 	GPL'ed Point-of-Sale system.
    </td></tr>
 
-   <tr class="divider"">
+   <tr class="divider">
    <td><img src="/images/icons/document.txt.gif" width=16 height=16 
 	alt="document icon">
        	<a href="http://sourceforge.net/projects/mercator">Mercator</a>

Modified: htdocs/trunk/en/links/links-general.phtml
===================================================================
--- htdocs/trunk/en/links/links-general.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/links/links-general.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -1,6 +1,6 @@
 <div class="tblborder">
    <table class="tbllimit" cellpadding=5 cellspacing=1>
-   <colgroup><col width="25%"><col width="50%"></colgroup>
+   <colgroup><col width="50%"><col width="50%"></colgroup>
    <tr>
      <td class="tblheader"><b>Name</b></td>
      <td class="tblheader"><b>Description</b></td>

Modified: htdocs/trunk/en/links/links-money.phtml
===================================================================
--- htdocs/trunk/en/links/links-money.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/links/links-money.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -130,5 +130,4 @@
 	        ?
    </td></tr>
    </table>
-</tr>
-</table>
+</div>

Modified: htdocs/trunk/en/links.phtml
===================================================================
--- htdocs/trunk/en/links.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/links.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -12,44 +12,44 @@
 <div>
 <p><b>Select a section:</b>
 </p>
-<form method=post>
+<form method="get" action="<?php echo $_SERVER["PHP_SELF"];?>">
 <div>
-<select name=linkpage>
-  <option value=general
-  <?php if ($linkpage == "general") { echo ("selected"); } ?>
+<select name="linkpage">
+  <option value="general"
+  <?php if ($_GET["linkpage"] == "general") { echo ("selected"); } ?>
   >General References</option>
-  <option value=utilities
-  <?php if ($linkpage == "utilities") { echo ("selected"); } ?>
+  <option value="utilities"
+  <?php if ($_GET["linkpage"] == "utilities") { echo ("selected"); } ?>
   >Utilities</option>
-  <option value=palm
-  <?php if ($linkpage == "palm") { echo ("selected"); } ?>
+  <option value="palm"
+  <?php if ($_GET["linkpage"] == "palm") { echo ("selected"); } ?>
   >Palm Computing</option>
-  <option value=stock
-  <?php if ($linkpage == "stock") { echo ("selected"); } ?>
+  <option value="stock"
+  <?php if ($_GET["linkpage"] == "stock") { echo ("selected"); } ?>
   >Stock Trading &amp; Technical Analysis</option>
-  <option value=quote
-  <?php if ($linkpage == "quote") { echo ("selected"); } ?>
+  <option value="quote"
+  <?php if ($_GET["linkpage"] == "quote") { echo ("selected"); } ?>
   >Quote Sources, Tools</option>
-  <option value=money
-  <?php if ($linkpage == "money") { echo ("selected"); } ?>
+  <option value="money"
+  <?php if ($_GET["linkpage"] == "money") { echo ("selected"); } ?>
   >Electronic Currencies</option>
-  <option value=erp
-  <?php if ($linkpage == "erp") { echo ("selected"); } ?>
+  <option value="erp"
+  <?php if ($_GET["linkpage"] == "erp") { echo ("selected"); } ?>
   >Business, ERP Projects</option>
-  <option value=xml
-  <?php if ($linkpage == "xml") { echo ("selected"); } ?>
+  <option value="xml"
+  <?php if ($_GET["linkpage"] == "xml") { echo ("selected"); } ?>
   >XML and Other Data Formats</option>
-  <option value=misc
-  <?php if ($linkpage == "misc") { echo ("selected"); } ?>
+  <option value="misc"
+  <?php if ($_GET["linkpage"] == "misc") { echo ("selected"); } ?>
   >Miscellaneous</option>
-  <option value=obsolete
-  <?php if ($linkpage == "obsolete") { echo ("selected"); } ?>
+  <option value="obsolete"
+  <?php if ($_GET["linkpage"] == "obsolete") { echo ("selected"); } ?>
   >Historical References</option>
-  <option value=review
-  <?php if ($linkpage == "review") { echo ("selected"); } ?>
+  <option value="review"
+  <?php if ($_GET["linkpage"] == "review") { echo ("selected"); } ?>
   >Gnucash Review &amp; Rating Sites</option>
 </select>
-<input type=submit value=Go>
+<input type="submit" value="Go">
 </div>
 </form>
 </div>

Modified: htdocs/trunk/en/lists.phtml
===================================================================
--- htdocs/trunk/en/lists.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/lists.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -17,7 +17,7 @@
 <div class="tblborder">
    <table border="0" cellpadding=5 cellspacing=1
     style="background-color:#cacaf7" width="100%">
-<colgroup><col width="40%"><col width="60%"></colgroup>
+<colgroup><col width="45%"><col width="55%"></colgroup>
    <tr>
     <td style="background-color:#666699">
     <b style="color:white">Mailing List</b></td>

Modified: htdocs/trunk/en/oldnews.phtml
===================================================================
--- htdocs/trunk/en/oldnews.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/oldnews.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -15,9 +15,9 @@
 
 <?php
     # indicate where to get translated news from ... 
-    $native_newspath  =  "../news/old/";
-    $alt_newspath  =  "../news/old/";
-    include($toppath."/php-scripts/news-script.php");
+    $en_newspath  =  "../news/en/old/";
+    $lang_newspath  =  "../news/en/old/";
+    include($toppath."/news/news-script.php");
     ?>  
 </div>
 

Modified: htdocs/trunk/en/quiz-results.phtml
===================================================================
--- htdocs/trunk/en/quiz-results.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/quiz-results.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -27,7 +27,7 @@
 
 <dl>
 <dt><b>General and Personal Profile</b>
-<dd>
+<dd><p>
 There were 828 respondents during the 67 days that the survey 
 was active.  Of these, 415 responded in the first 13 days.
 The later respondents mirrored the early responses almost exactly
@@ -36,7 +36,7 @@
 The fact that the averages changed so little seems to indicate 
 that there was no ballot stuffing, or that the stuffers were 
 very very clever.
-</dd>
+</p>
 
 <p>Respondents are overwhelmingly male (97%), with a median age in 
 late-20's, early-30's. They are highly educated: more than 80%
@@ -55,7 +55,7 @@
 20% find that GnuCash meets all their needs.  Nearly half wish it
 had more features, and about 25% can't use GnuCash because its 
 missing critical features.
-</p>
+</p></dd>
 <dt><b>Commercializing GnuCash</b>
 <dd>
 Half of all respondents would buy a cdrom and a book. $20USD is
@@ -70,28 +70,27 @@
 </dd>
 
 <dt><b>Future Features</b>
-<dd>
+<dd><p>
 Top requests: more features, better documentation, all aimed 
 squarely at the home user.  Top picks for each feature
 category are below:
-</dd>
+</p>
 <ul>
-<li><b>Home users</b>: scheduled transactions (integrated into 
+<li><p><b>Home users</b>: scheduled transactions (integrated into 
     dayplanner/calendar), budgeting, more reports, online banking.
-<p>
-<li><b>Financial</b>: interest-bearing accounts, better general stock & 
+</p></li>
+<li><p><b>Financial</b>: interest-bearing accounts, better general stock &amp; 
     bond support.
-<p>
-<li><b>Interop</b>: export reports to spreadsheet.
-<p>
-<li><b>Online banking</b>: 80% of respondents want to do this. Top picks:
+</p></li>
+<li><p><b>Interop</b>: export reports to spreadsheet.
+</p></li>
+<li><p><b>Online banking</b>: 80% of respondents want to do this. Top picks:
     view balances, reconcile accounts, pay bills.  Little demand 
     for alternative payment systems, and of those, paypal is the winner.
     25% have used quicken/msmoney for online banking.
     Security, privacy and reliability are all hot issues.
-    
-<p>
-<li><b>Business Accounting</b>: support invoicing/billing, accounts-payable, 
+</p></li>
+<li><p><b>Business Accounting</b>: support invoicing/billing, accounts-payable, 
     receivable.  However, the results are sort of bizarre: users
     are not that interested in an integrated address-book/contact 
     manager/to-do list.  I find this is bizarre, since things like
@@ -104,30 +103,30 @@
     small-business accounting package. Indeed, we should filter results
     for those who have actually used Peachtree/quickbooks or other
     business package.
-<p>
-<li><b>dot-com accounting</b>: there is little interest in GnuCash as a 
+</p></li>
+<li><p><b>dot-com accounting</b>: there is little interest in GnuCash as a 
     back-end/tie-in to merchant systems. Again, maybe that's because
-    the respondents are primarily home users.
+    the respondents are primarily home users.</p></li>
 </ul>
 </dl>
 <p>
 
 
-      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
-        <TR ALIGN="CENTER" VALIGN="MIDDLE">
-          <TD>
+<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
+  <TR ALIGN="CENTER" VALIGN="MIDDLE">
+    <TD>
 <table bgcolor="#ffffff" border="1" width="95%"><tr><td>
 <h2>GnuCash Features Survey</h2>
 <h3></h3>
 <blockquote></blockquote>
 <table border="0" cellspacing="0" cellpadding="0" width="100%">
-	<tr xbgcolor="#eeeeee">
- 		<td>
-			<A NAME="Q1">1.</A>
-			<b>I've been using GnuCash since</b>
-<br>(pick one only)
+<tr xbgcolor="#eeeeee">
+	<td>
+		<A NAME="Q1">1.</A>
+		<b>I've been using GnuCash since</b>
+<br>(pick one only)
 
-			<blockquote>
+		<blockquote>
 <table width="90%" border="0">
 	<tr bgcolor="#eeeeee">
 		<td>-- version 0.9/1.0</td>
@@ -160,14 +159,14 @@
 		<td align="right"><b>(99.2%)</b></td>
 	</tr>
 </table>
-			</blockquote>
+		</blockquote>
 		</td>
 	</tr>
 	<tr xbgcolor="#ffffff">
  		<td>
-			<A NAME="Q2">2.</A>
-			<b>I've bee using Linux for about</b>
-<br>(pick one only)
+		<A NAME="Q2">2.</A>
+		<b>I've been using Linux for about</b>
+<br>(pick one only)
 
 			<blockquote>
 <table width="90%" border="0">
@@ -201,7 +200,7 @@
 		<td width="10%" align="right"><b>828</b></td>
 	</tr>
 </table>
-			</blockquote>
+		</blockquote>
 		</td>
 	</tr>
 	<tr xbgcolor="#eeeeee">
@@ -209,7 +208,7 @@
 			<A NAME="Q3">3.</A>
 			<b>Other Accounting Packages</b>
 <br>(check all that apply)
-			<blockquote>
+		<blockquote>
 <table width="90%" border="0">
 	<tr bgcolor="#eeeeee">
 		<td>-- I have never used accounting software before</td>
@@ -331,7 +330,7 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q5">5.</A>
-			<b>Did we miss your favorite accounting program?
+			<b>Did we miss your favorite accounting program?
 Write it in!</b>
 			<blockquote>
 <table width="90%" border="0" cellpadding="1">
@@ -401,8 +400,8 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q6">6.</A>
-			<b>How Good is GnuCash?</b>
-<br>(check one only)
+			<b>How Good is GnuCash?</b>
+<br>(check one only)
 
 			<blockquote>
 <table width="90%" border="0">
@@ -456,11 +455,11 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q7">7.</A>
-			<h2>Commercializing GnuCash</h2>
-
-<b>If GnuCash came on a CDROM, with an easy-to-install interface,
-would you buy a copy?</b>
+			<h2>Commercializing GnuCash</h2>
 
+<b>If GnuCash came on a CDROM, with an easy-to-install interface,
+would you buy a copy?</b>
+
 			<blockquote>
 <table width="90%" border="0">
 	<tr bgcolor="#eeeeee">
@@ -485,9 +484,9 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q8">8.</A>
-			<b>What is the most you'd be willing to pay for an easy-to-install
-CDROM version of GnuCash?
-</b>
+			<b>What is the most you'd be willing to pay for an easy-to-install
+CDROM version of GnuCash?
+</b>
 
 			<blockquote>
 <table width="90%" border="0">
@@ -533,7 +532,7 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q9">9.</A>
-			<b>Would you buy a book on how to use GnuCash?
+			<b>Would you buy a book on how to use GnuCash?
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -559,7 +558,7 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q10">10.</A>
-			<b>Would you buy commercial support for GnuCash?
+			<b>Would you buy commercial support for GnuCash?
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -585,7 +584,7 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q11">11.</A>
-			<b>Which of these support options would be reasonable?
+			<b>Which of these support options would be reasonable?
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -641,7 +640,7 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q12">12.</A>
-			<b>I would purchase confidential/secure data  backup for my files
+			<b>I would purchase confidential/secure data  backup for my files
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -696,7 +695,7 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q14">14.</A>
-			<b>I would purchase custom (state-by-state, national) tax schedules</b>
+			<b>I would purchase custom (state-by-state, national) tax schedules</b>
 
 			<blockquote>
 <table width="90%" border="0">
@@ -750,8 +749,8 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q16">16.</A>
-			<h2>Using GnuCash</h2>
-<b>My main interest in GnuCash is for:
+			<h2>Using GnuCash</h2>
+<b>My main interest in GnuCash is for:
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -809,7 +808,7 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q17">17.</A>
-			<b>Areas I would like to see GnuCash to evolve into:
+			<b>Areas I would like to see GnuCash to evolve into:
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -867,7 +866,7 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q18">18.</A>
-			<b>I would use a version of GnuCash for Microsoft Windows if it was available
+			<b>I would use a version of GnuCash for Microsoft Windows if it was available
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -895,7 +894,7 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q19">19.</A>
-			<b>If you are interested in Windows, which version?
+			<b>If you are interested in Windows, which version?
 </b>
 			<blockquote>
 <table width="90%" border="0">
@@ -942,11 +941,11 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q20">20.</A>
-			<h2>Future Features</h2>
-Features I would most like to see in GnuCash
-(sorted by category)
-<br>(1==very important 3==nice to have 5==don't need this)
-<br><br>
+			<h2>Future Features</h2>
+Features I would most like to see in GnuCash
+(sorted by category)
+<br>(1==very important 3==nice to have 5==don't need this)
+<br><br>
 <b>General</b>
 			<blockquote>
 <table border="0">
@@ -1020,8 +1019,8 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q21">21.</A>
-			<b>Home</b>
-<br>(1==very important 3==nice to have 5==don't need this)
+			<b>Home</b>
+<br>(1==very important 3==nice to have 5==don't need this)
 
 			<blockquote>
 <table border="0">
@@ -1144,7 +1143,7 @@
 	<tr xbgcolor="#ffffff">
  		<td>
 			<A NAME="Q22">22.</A>
-			<b>Financial/Investment</b><br>(1==very important 3==nice to have 5==don't need this)
+			<b>Financial/Investment</b><br>(1==very important 3==nice to have 5==don't need this)
 
 			<blockquote>
 <table border="0">
@@ -1260,7 +1259,7 @@
 	<tr xbgcolor="#eeeeee">
  		<td>
 			<A NAME="Q23">23.</A>
-			<b>Interoperability</b><br>(1==very important 3==nice to have 5==don't need this)
+			<b>Interoperability</b><br>(1==very important 3==nice to have 5==don't need this)
 
 			<blockquote>
 <table border="0">

Modified: htdocs/trunk/en/required.phtml
===================================================================
--- htdocs/trunk/en/required.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/required.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -57,167 +57,109 @@
          </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
+     <td>
     <img src="/images/icons/document.txt.gif" width=16 height=16
-    alt="document icon" >&nbsp;</td>
-         <td valign=top>Gtk+</td>
-       </tr>
-       </table>
+    alt="document icon">&nbsp;Gtk+
      </td>
-     <td valign=top>The Gimp Toolkit</td>
-     <td valign=top>
-    <a href="http://www.gtk.org/">http://www.gtk.org/</a></td>
+     <td>The Gimp Toolkit</td>
+     <td><a href="http://www.gtk.org/">http://www.gtk.org/</a></td>
    </tr>
 
-   <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>Gnome</td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+     <img src="/images/icons/document.txt.gif" width=16 height=16
+     alt="document icon" >&nbsp;Gnome
      </td>
-     <td valign=top>The application infrastructure</td>
-     <td valign=top>
-    <a href="http://www.gnome.org">http://www.gnome.org</a></td>
+     <td>The application infrastructure</td>
+     <td><a href="http://www.gnome.org">http://www.gnome.org</a></td>
    </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>Glade</td>
-       </tr>
-       </table>
+     <td>
+     <img src="/images/icons/document.txt.gif" width=16 height=16
+     alt="document icon" >&nbsp;Glade
      </td>
-     <td valign=top>GTK+ User Interface Builder - This is how many
+     <td>GTK+ User Interface Builder - This is how many
     of the gnucash GUI's are designed.</td>
-     <td valign=top>
-    <a href="http://glade.gnome.org">http://glade.gnome.org</a></td>
+     <td><a href="http://glade.gnome.org">http://glade.gnome.org</a></td>
    </tr>
 
    <tr>
-           <td colspan=3>
-       <B>Scripting Interface:</B><BR>
+     <td colspan=3>
+     <B>Scripting Interface:</B>
      </td>
-         </tr>
+   </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
+    <td>
     <img src="/images/icons/document.txt.gif" width=16 height=16
-    alt="document icon" >&nbsp;</td>
-         <td valign=top><a name="guile">Guile</a></td>
-       </tr>
-       </table>
-     </td>
-     <td valign=top>A Scheme interpreter with C programming
+    alt="document icon" id="guile">&nbsp;Guile
+    </td>
+    <td>A Scheme interpreter with C programming
     interfaces - This is how gnucash provides 'extension' and rapid
     implementation capabilities.</td>
-     <td valign=top>
-    <a href="http://www.gnu.org/software/guile/guile.html">
+    <td><a href="http://www.gnu.org/software/guile/guile.html">
     http://www.gnu.org/software/guile/guile.html</a><br> -   You'll need at
     least 1.3, and 1.6 is strongly recommended.</td>
-   </tr>
+    </tr>
 
-   <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top><a name="gwrap">G-wrap</a></td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" id="gwrap">&nbsp;G-wrap
      </td>
-     <td valign=top>A tool for autogenerating scheme bindings for
+     <td>A tool for autogenerating scheme bindings for
     C lanugage functions, structures &amp; enums.</td>
-     <td valign=top><a href="http://www.gnucash.org/pub/g-wrap/">
+     <td><a href="http://www.gnucash.org/pub/g-wrap/">
     http://http.gnucash.org/pub/g-wrap/</a><br> - You'll want the latest
     in the 1.3 series (1.3.4 or newer)</td>
    </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top><a name="slib">slib</a></td>
-       </tr>
-       </table>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" id="slib">&nbsp;slib
      </td>
-     <td valign=top>Scheme library - Miscellaneous scheme functions
+     <td>Scheme library - Miscellaneous scheme functions
         used by GnuCash.</td>
-     <td valign=top>
+     <td>
     <a href="http://www-swiss.ai.mit.edu/~jaffer/SLIB.html">
     http://www-swiss.ai.mit.edu/~jaffer/SLIB.html</a></td>
    </tr>
 
    <tr>
-           <td colspan=3>
-       <B>Web Infrastructure:</B><BR>
+     <td colspan=3>
+       <B>Web Infrastructure:</B>
      </td>
-         </tr>
+   </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>GtkHTML</td>
-       </tr>
-       </table>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" >&nbsp;GtkHTML
      </td>
-     <td valign=top>The gtk html layout engine - used by gnucash to
+     <td>The gtk html layout engine - used by gnucash to
     display help documentation, reports and graphs.</td>
-     <td valign=top>
+     <td>
     <a href="http://www.advogato.org/proj/GtkHTML/">
     http://www.advogato.org/proj/GtkHTML/</a></td>
    </tr>
 
-   <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>libghttp</td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+       <img src="/images/icons/document.txt.gif" width=16 height=16
+       alt="document icon" >&nbsp;libghttp
      </td>
-     <td valign=top>The HTTP library - used by gnucash to chat to
+     <td>The HTTP library - used by gnucash to chat to
     the http protocol to access web servers.</td>
-     <td valign=top>
+     <td>
     <a href="http://www.gnome.org/">http://www.gnome.org/</a></td>
    </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>Gnome XML</td>
-       </tr>
-       </table>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" >&nbsp;Gnome XML
      </td>
      <td valign=top>The XML parsing library - used by gnucash to read
     its file format.</td>
@@ -226,122 +168,87 @@
    </tr>
 
    <tr>
-           <td colspan=3>
-       <B>Other:</B><BR>
+      <td colspan=3>
+       <B>Other:</B>
      </td>
-         </tr>
+   </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>Finance::Quote</td>
-       </tr>
-       </table>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" >&nbsp;Finance::Quote
      </td>
-     <td valign=top>A perl module to get stock price quotes and
+     <td>A perl module to get stock price quotes and
     currency exchange rates from off the net - This is how gnucash
     accesses price data on the net. You can use the
     'update-finance-quote' script included with the distribution to
     obtain a recent version (CPAN is required).</td>
-     <td valign=top>
+     <td>
     <a href="http://finance-quote.sourceforge.net/">
     http://finance-quote.sourceforge.net/</a></td>
    </tr>
 
-   <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>Finance::QuoteHist</td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" >&nbsp;Finance::QuoteHist
      </td>
-     <td valign=top>A perl module to fetch historical stock prices.</td>
-     <td valign=top>
+     <td>A perl module to fetch historical stock prices.</td>
+     <td>
     <a href="http://sourceforge.net/projects/quotehist/">
     http://sourceforge.net/projects/quotehist/</a></td>
    </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>LibOFX</td>
-       </tr>
-       </table>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" >&nbsp;LibOFX
      </td>
-     <td valign=top>Library for parsing OFX (Open Financial Exchange)
+     <td>Library for parsing OFX (Open Financial Exchange)
     data. Used by many American banks.</td>
-     <td valign=top>
+     <td>
     <a href="http://libofx.sourceforge.net/">
     http://libofx.sourceforge.net/</a>
      </td>
    </tr>
 
-   <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>OpenHBCI</td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" >&nbsp;OpenHBCI
      </td>
-     <td valign=top>Library for connecting to German banks that
+     <td>Library for connecting to German banks that
     support HBCI.</td>
-     <td valign=top>
+     <td>
     <a href="http://openhbci.sourceforge.net/">
     http://openhbci.sourceforge.net/</a><br>
      Optional; required only if you want to connect to HBCI banks.</td>
    </tr>
 
    <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top><a name="guppi">Guppi</a></td>
-       </tr>
-       </table>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" id="guppi">&nbsp;Guppi
      </td>
-     <td valign=top>A graphical plotting and analysis tool - used to generate and display gnucash charts and plots.</td>
-     <td valign=top>
+     <td>A graphical plotting and analysis tool - used to generate 
+	and display gnucash charts and plots.</td>
+     <td>
     <a href="http://www.gnome.org/guppi/">http://www.gnome.org/guppi/</a>
-    <br> - Any recent version will work, but 0.35.5 or later is required for full functionality.</td>
+    <br> - Any recent version will work, but 0.35.5 or later is 
+	required for full functionality.</td>
    </tr>
 
-   <tr class="divider">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top>
-        <img src="/images/icons/document.txt.gif" width=16 height=16
-        alt="document icon" >&nbsp;</td>
-         <td valign=top>Gnome Print</td>
-       </tr>
-       </table>
+   <tr>
+     <td>
+      <img src="/images/icons/document.txt.gif" width=16 height=16
+      alt="document icon" >&nbsp;Gnome Print
      </td>
-     <td valign=top>gnome printing architecture - used by gnucash
+     <td>gnome printing architecture - used by gnucash
     for check printing &amp; general printing.</td>
-     <td valign=top>
+     <td>
     <a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-print/">
     http://ftp.gnome.org/pub/GNOME/ sources/gnome-print/</a></td>
    </tr>
-
    </table>
 </div>
 

Modified: htdocs/trunk/en/screenshots.phtml
===================================================================
--- htdocs/trunk/en/screenshots.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/screenshots.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -9,35 +9,42 @@
 <h1>Screenshots</h1>
 
 <div class="tblborder">
-   <table border=0 cellpadding=5 cellspacing=1 bgcolor="#cacaf7" width="100%">
+   <table cellpadding=5 cellspacing=1 width="100%">
+   <colgroup><col width="25%"><col width="45%"><col width="30%"></colgroup>
    <tr>
-     <td bgcolor="#666699" width="25%"><font color="#ffffff"><b>Screenshot</b></td>
-     <td bgcolor="#666699" width="75%"><font color="#ffffff"><b>Description</b></td>
-     <td bgcolor="#666699" width="75%"><font color="#ffffff"><b>Thumbnail</b></td>
+     <td class="tblheader"><b>Screenshot</b></td>
+     <td class="tblheader"><b>Description</b></td>
+     <td class="tblheader"><b>Thumbnail</b></td>
    </tr>
 <?php
-	$d = dir($toppath."/images/gnome-1.6/");
+
+	$screenshotpath = "/images/gnome-1.6/";
+	$imagesrc = $topdir . $screenshotpath;
+	$imagepath = $toppath . $screenshotpath;
+
+	$d = dir($imagepath);
 	while($entry=$d->read()) {
 	  if(ereg("-thumb", $entry)) { continue; }
 	  if(!ereg("gif$", $entry)) { continue; }
 
-		$file_clean = explode(".", $entry);
-		$entry = $file_clean[0]."-thumb";
+	$file_clean = explode(".", $entry);
+	$entry = $file_clean[0]."-thumb";
 	  
-	  $description = implode("", file($toppath."/images/gnome-1.6/".$entry.".gif.description")); 
-		$name = implode("", file($toppath."/images/gnome-1.6/".$entry.".gif.name"));
+	$description = implode("", file($imagepath.$entry.".gif.description")); 
+	$name = implode("", file($imagepath.$entry.".gif.name"));
 ?>
-   <tr bgcolor="#ececff">
-     <td valign=top>
-       <table border=0 cellpadding=0 cellspacing=0>
-       <tr>
-         <td valign=top><a href="/images/gnome-1.6/<?php echo $file_clean[0].".gif"; ?>"><img src="/images/icons/search_icon.gif" width=16 height=16 border=0></a>&nbsp;</td>
-         <td valign=top><a href="/images/gnome-1.6/<?php echo $file_clean[0].".gif"; ?>"><?php echo $name; ?></a></td>
-       </tr>
-       </table>
+   <tr>
+     <td style="text-align:left">
+	<img src="<?php echo $topdir; ?>/images/icons/search_icon.gif" 
+	width=16 height=16 alt="screenshot icon">&nbsp;<a 
+	href="<?php echo $imagesrc.$file_clean[0].".gif"; ?>"><?php 
+	echo $name; ?></a>
      </td>
-     <td valign=top><?php echo $description; ?></td>
-     <td valign=top><a href="/images/gnome-1.6/<?php echo $file_clean[0].".gif"; ?>"><img border=0 src="/images/gnome-1.6/<?php echo $file_clean[0]."-thumb.gif"; ?>"></a></td>
+     <td><?php echo $description; ?></td>
+     <td><a href="<?php echo $imagesrc.$file_clean[0].".gif"; ?>"><img 
+	alt="<?php echo $file_clean[0]; ?>"
+	src="<?php echo $imagesrc.$file_clean[0]."-thumb.gif"; ?>"></a>
+    </td>
    </tr>
 <?php 
   }

Modified: htdocs/trunk/en/sizing.phtml
===================================================================
--- htdocs/trunk/en/sizing.phtml	2006-01-22 10:55:14 UTC (rev 12936)
+++ htdocs/trunk/en/sizing.phtml	2006-01-22 10:55:54 UTC (rev 12937)
@@ -96,7 +96,7 @@
 </TR>
 </THEAD><TBODY>
 
-<!-------------------------------------------------->
+<!--      xacc-0.9 Sept 97              -->
 <tr>
 <td>xacc-0.9 Sept 97</td>
 <td>-</td>
@@ -117,7 +117,7 @@
 <td>1</td>
 <td>1</td>
 </tr>
-<!-------------------------------------------------->
+<!--             xacc-0.9w Dec 97      -->
 <tr>
 <td>xacc-0.9w Dec 97</td>
 <td>-</td>
@@ -138,7 +138,7 @@
 <td>1</td>
 <td>2</td>
 </tr>
-<!-------------------------------------------------->
+<!-- xacc-1.0.17 Feb 98  -->
 <tr>
 <td>xacc-1.0.17 Feb 98</td>
 <td>-</td>
@@ -159,7 +159,7 @@
 <td>1</td>
 <td>7</td>
 </tr>
-<!-------------------------------------------------->
+<!--      ------------            -->
 <tr>
 <td>gnucash-1.1.15 Aug 98</td>
 <td>24 files (6.2+1.5)</td>
@@ -180,7 +180,7 @@
 <td>1 (0.17)</td>
 <td>25</td>
 </tr>
-<!-------------------------------------------------->
+<!--         ---------------------                 -->
 <tr>
 <td>gnucash-1.2.2 Aug 99</td>
 <td>41 files (10.2+3.6)</td>
@@ -201,7 +201,7 @@
 <td>3 (0.54)</td>
 <td>41</td>
 </tr>
-<!-------------------------------------------------->
+<!--          ----------------  ----              -->
 <tr>
 <td>gnucash-1.3.6 April 2000</td>
 <td>41 files (12.9+4.0)</td>
@@ -222,7 +222,7 @@
 <td>5 (4.3) </td>
 <td>61</td>
 </tr>
-<!-------------------------------------------------->
+<!--         ----------------                     -->
 <tr>
 <td>gnucash-1.4.6 Sept 2000</td>
 <td>43 files (13.0+3.6)</td>
@@ -243,7 +243,7 @@
 <td>7 (6.0)</td>
 <td>82</td>
 </tr>
-<!-------------------------------------------------->
+<!--         --------------------                 -->
 <tr>
 <td>gnucash-1.4.12 April 2001</td>
 <td>43 files (13.1+3.6)</td>
@@ -264,7 +264,7 @@
 <td>12 (17.8)</td>
 <td>97</td>
 </tr>
-<!-------------------------------------------------->
+<!--        -------------                         -->
 <tr>
 <td>gnucash-1.5.2 Sept 2000</td>
 <td>46 files (14.9+3.7)</td>
@@ -285,7 +285,7 @@
 <td>8 (7.8)</td>
 <td>89</td>
 </tr>
-<!-------------------------------------------------->
+<!--                 -------------                -->
 <tr>
 <td>gnucash-1.6.0 June 2001</td>
 <td>139 files (42.8+8.3)</td>
@@ -306,7 +306,7 @@
 <td>11 (18.7)</td>
 <td>123</td>
 </tr>
-<!-------------------------------------------------->
+<!--             ---------------------            -->
 <tr>
 <td>gnucash-1.7.2 November 2002</td>
 <td>104 files (28.7+7.8+3.3)</td>
@@ -327,7 +327,7 @@
 <td>21 (56.1)</td>
 <td>130</td>
 </tr>
-<!-------------------------------------------------->
+<!--             ---------------------            -->
 <tr>
 <td>gnucash-1.8.4 June 2003</td>
 <td>100 files (29.7+8.3+3.4)</td>
@@ -350,7 +350,7 @@
 </tr>
 </TBODY ></TABLE ></DIV >
 
- </P ><P >
+ <P>
  Each cell displays the following:
     
      number of *c and *.h and *.scm files
@@ -359,13 +359,13 @@
      are displayed.  If there is only one number in the parenthesis, it is the approriate
      KLOC count for that statistic.
 
- </P ><P >
+ </P><P>
  where KLOC == kilo-lines-of-code, as reported by
    <SPAN CLASS="APPLICATION" >wc</SPAN >.  As noted 
    above, wc is not a terribly good code
    metric, but its what we have handy.
 
-    <P></P>
+ </P>
 <b>Table Column Legend</b><br><br>
     <P></P>
  <DL>



More information about the gnucash-changes mailing list