[Gnucash-changes] r12836 - htdocs/trunk - more valid page structures - data still needs updating

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 17 17:09:53 EST 2006


Author: codehelp
Date: 2006-01-17 17:09:52 -0500 (Tue, 17 Jan 2006)
New Revision: 12836
Trac: http://svn.gnucash.org/trac/changeset/12836

Modified:
   htdocs/trunk/en/components/footer.phtml
   htdocs/trunk/en/contribute.phtml
   htdocs/trunk/en/donations.phtml
   htdocs/trunk/en/features.phtml
   htdocs/trunk/en/features_1.phtml
   htdocs/trunk/en/features_2.phtml
   htdocs/trunk/en/features_3.phtml
   htdocs/trunk/en/features_4.phtml
   htdocs/trunk/en/features_5.phtml
   htdocs/trunk/en/index.phtml
   htdocs/trunk/en/lists.phtml
   htdocs/trunk/en/menu/menu-main-developer.phtml
   htdocs/trunk/en/menu/menu-main-documentation.phtml
   htdocs/trunk/en/menu/menu-main-general.phtml
   htdocs/trunk/en/menu/menu-main-help.phtml
   htdocs/trunk/en/menu/menu-main-other.phtml
   htdocs/trunk/en/menu/menu-main-search.phtml
   htdocs/trunk/en/menu/menu-main.phtml
   htdocs/trunk/en/required.phtml
   htdocs/trunk/gnucash.css
Log:
more valid page structures - data still needs updating

Modified: htdocs/trunk/en/components/footer.phtml
===================================================================
--- htdocs/trunk/en/components/footer.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/components/footer.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -1,4 +1,3 @@
-</div>
 <div style="clear:both;float:none;">&nbsp;</div>
 <div id="tail">
 <p style="float:right;padding-right:1em;"><a href='http://validator.w3.org/check/referer'>Validate</a> </p>

Modified: htdocs/trunk/en/contribute.phtml
===================================================================
--- htdocs/trunk/en/contribute.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/contribute.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -5,27 +5,26 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
-</td>
-</div>
+
 <div id="content">
 
 <h1>How to Contribute</h1>
 
 <p>
-<div class='text' align='justify'>
+<div><p>
 GnuCash is an Free Software development project that depends
-on volunteer efforts for its survival and growth.  We need 
-your help to foster the community, promote the project, 
+on volunteer efforts for its survival and growth.  We need
+your help to foster the community, promote the project,
 write the documentation and the source code, and translate
 it into dozens of languages.  The dynamics of participating
 in the GnuCash community are much like that for other projects:
 What you contribute depends one your skill and motivation,
 the time you have available, and how much you enjoy doing it.
-The GnuCash Project is looking for promoters, writers, artists, 
-beta-testers, programmers,  accountants, financial advisors, 
-question-answerers, translators and all-around nice people.   
+The GnuCash Project is looking for promoters, writers, artists,
+beta-testers, programmers,  accountants, financial advisors,
+question-answerers, translators and all-around nice people.
 And, if you'd like to make a cash donation, please visit our
-<a href="donations.phtml">donations webpage</a>.
+<a href="donations.phtml">donations webpage</a>.</p>
 </div>
 
 <p>
@@ -35,33 +34,35 @@
 <b>Select your talent to see where you might fit in:</b>
 </p>
 <form method="post" action="/en/contribute.phtml">
-<select name=contribute>
-  <option value=programmer
+<div>
+<select name="contribute">
+  <option value="programmer"
    <?php if ($contribute == "programmer") { echo ("selected"); } ?>
   >I am a programmer</option>
-  <option value=translator
+  <option value="translator"
    <?php if ($contribute == "translator") { echo ("selected"); } ?>
   >I am a translator</option>
-  <option value=fan
+  <option value="fan"
    <?php if ($contribute == "fan") { echo ("selected"); } ?>
   >I am a fan</option>
-  <option value=webmaster
+  <option value="webmaster"
    <?php if ($contribute == "webmaster") { echo ("selected"); } ?>
   >I am a webmaster</option>
-  <option value=writer
+  <option value="writer"
    <?php if ($contribute == "writer") { echo ("selected"); } ?>
   >I am a writer</option>
 </select>
-<input type=submit value=Go>
+<input type="submit" value="Go">
+</div>
 </form>
 </div>
 
 <hr>
 <?php
-  if ($contribute != "") { 
+  if ($contribute != "") {
 		include($GLOBALS['DOCUMENT_ROOT']."/en/contribute/contribute-".$contribute.".phtml");
   }
 ?>
 
-
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/donations.phtml
===================================================================
--- htdocs/trunk/en/donations.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/donations.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -5,68 +5,72 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main.phtml"); ?>
-</div>
+
 <div id="content">
 
-<!-- ========================================================== -->
 <h1>Donating to the GnuCash Project</h1>
 
-<p>
-You can support the continued development of GnuCash, or simply
-show your appreciation for what we've already done, by making a 
+<p>You can support the continued development of GnuCash, or simply
+show your appreciation for what we've already done, by making a
 financial gift to the GnuCash Project.  The GnuCash Project
 is an unincorporated entity, a loose association of the authors
-and developers who are involved with maintaining, extending 
+and developers who are involved with maintaining, extending
 and promoting the GnuCash software, documentation and website.</p>
-<p>
-Show your appreciation by donating to the GnuCash Project today!
-Currently, we can only accept PayPal donations made through the 
-<a href="http://sourceforge.net/donate/index.php?group_id=192">SourceForge 
-donation system</a>.  
-If you wish to make a donation in another form, please contact the 
+
+<p>Show your appreciation by donating to the GnuCash Project today!
+Currently, we can only accept PayPal donations made through the
+<a href="http://sourceforge.net/donate/index.php?group_id=192">SourceForge
+donation system</a>.
+If you wish to make a donation in another form, please contact the
 <a href="https://lists.gnucash.org/mailman/listinfo/gnucash-devel">gnucash-devel</a>
 mailing list.  Please note that the donation system is anonymous;
 The PayPal registration info is not sent to us, and so we typically
 don't know who made a donation, and thus can't mail out a thank-you note.
 Feel free to announce your donation publicly on the mailing list,
-or in private.  We thank you now, in advance. 
+or in private.  We thank you now, in advance.
 Registered SourceForge Users who are logged in when they make a donation
-will see their names emblazoned in electrons on the 
-<a href="https://sourceforge.net/project/project_donations.php?group_id=192">GnuCash 
+will see their names emblazoned in electrons on the
+<a href="https://sourceforge.net/project/project_donations.php?group_id=192">GnuCash
 donation website</a>.  Amounts are not shown.</p>
-<p>
-In the spirit of openness an public responsibility, we present a summary 
-of current finances below.  Announcements will be made when funds are 
+
+<p>In the spirit of openness an public responsibility, we present a summary
+of current finances below.  Announcements will be made when funds are
 disbursed; we will keep this web page updated periodically.</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%">
+<colgroup><col></colgroup>
+<tr>
+  <td style="text-align:center;background-color:#666699;">
+   <table style="border:none;background-color:#cacaf7;"
+    cellpadding=5 cellspacing=1 width="100%">
+<colgroup><col width="15%">
+<col width="55%">
+<col width="15%"></colgroup>
    <tr>
-     <td bgcolor="#666699" width="15%"><font color="#ffffff"><b>Date</b></td>
-     <td bgcolor="#666699" width="55%"><font color="#ffffff"><b>Description</b></td>
-     <td bgcolor="#666699" width="15%"><font color="#ffffff"><b>Amount</b></td>
-     <td bgcolor="#666699" width="15%"><font color="#ffffff"><b>Current Balance</b></td>
+     <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>
    </tr>
-   <!-------------------------------------------------------------->
-   <tr bgcolor="#ececff">
+   <tr style="background-color:#ececff">
      <td valign="top">22 June 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 bgcolor="#ffffff">
+   <tr style="background-color:white">
      <td valign="top">22 June 2004</td>
      <td valign="top">Current Balance</td>
      <td valign="top"></td>
      <td valign="top">$525.95</td>
    </tr>
-   <!-------------------------------------------------------------->
    </table>
 </tr>
 </table>
 
-
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/features.phtml
===================================================================
--- htdocs/trunk/en/features.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/features.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -5,74 +5,30 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
-</div>
-<div id="content">
 
-<script type="text/javascript">
-<!--
-  
-  function newWin(url) {
-    newLoc=window.open("","","height=480,width=640,scrollbars=yes")
-    newLoc.location=url
-  }
-
-// -->
-</script>
-
+<div id="content">
 <h1>Features</h1>
 
-<!-- <p>
-If you've been looking for a way to manage your personal finances 
-under GNU/Linux, you've found it!  Designed to be easy to use,
-yet powerful and flexible, GnuCash allows you to track
-bank accounts, stocks, income and expenses.   As quick and intuitive
-to use as a checkbook register, it is based on professional
-accounting principles to ensure balanced books and accurate reports.
-GnuCash is backed by an active development community and is blossoming
-into a full-fledged accounting system.  Developed under the GPL, 
-you have no need to worry about obsolescence, vendor lock-in,
-and high-priced support: GnuCash will be there for you.
-<BR>
-<BR>
-This web site is devoted to promoting the Gnucash.org software
-development project.  We are committed to developing top-notch 
-financial tools for GNU/Linux and Unix users.  This includes the 
-development of programming API's and components that can be used 
-to create both server and personal applications for home and business use.
-By focusing on ease-of-use, modular design, architected interfaces
-and well-documented code, we hope that GnuCash and its associated 
-financial libraries become the choice of a GNU generation of
-programmers and users.
-<BR><BR>
-</font>
-// -->
-
-<p>
-GnuCash has long had many features that support basic accounting 
+<p>GnuCash has long had many features that support basic accounting
 needs for individuals and families, starting with an easy-to-use
 checkbook-register-style layout, and supporting things like
-bank statement reconciliation, stock/fund portfolios and 
-numerous reports/graphs.  But GnuCash development doesn't 
+bank statement reconciliation, stock/fund portfolios and
+numerous reports/graphs.  But GnuCash development doesn't
 stand still, and the newest versions add support for small business
-accounting as well.  German residents will also enjoy its on-line 
-banking features (Sorry, on-line banking is not supported in the US; 
-don't blame us, blame your bank.  Tell them to tell us the URL for 
-their OFX servers, instead of hiding it like state secrets.). 
+accounting as well.  German residents will also enjoy its on-line
+banking features (Sorry, on-line banking is not supported in the US;
+don't blame us, blame your bank.  Tell them to tell us the URL for
+their OFX servers, instead of hiding it like state secrets.).
 </p>
 <p style="text-align:center">
-Take a graphical tour of some of the core GnuCash features!
-</p>
-<!-- <a href="javascript:newWin('/en/features_1.phtml')"> -->
+Take a graphical tour of some of the core GnuCash features!</p>
 <p style="text-align:center"><a href="/en/features_1.phtml">
-<img border=0 src="/images/features/features_start_the_tour.png"></a>
+<img alt="start" src="/images/features/features_start_the_tour.png"></a>
 </p>
 
-<p style="text-align:center">
-
-or dive into the 
-<br>
+<p style="text-align:center">or dive into the<br>
 <b><a href="/en/features_5.phtml">Complete Features List</a></b>.
 </p>
 
-
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/features_1.phtml
===================================================================
--- htdocs/trunk/en/features_1.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/features_1.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -5,52 +5,35 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
-</div>
+
 <div id="content">
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr>
-  <td><img src="/images/features/features_title.png"></td>
-  <td align=right><a href="javascript:window.close();"><img border=0 src="/images/close_window.png"></a></td>
-</tr>
-</table>
+<div>
+<img src="/images/features/features_title.png" alt="feature title">
+</div>
+<div class="featureblock">&nbsp;</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td>
-</tr>
-</table>
+<div>
+<div class="featureimage">
+<img alt="one" src="/images/features/features_1_small.png">
+</div>
+<p class="featurepanel">
+<img alt="easy to use interface"
+ src="/images/features/features_1_text.png"><br>
+If you can use the register in the back of your checkbook,
+you can use Gnucash. Type directly into the register,
+tab between fields, and use quick-fill to automatically
+complete the transaction.</p>
+</div>
 
-<br>
+<div class="featureblock">&nbsp;</div>
 
-<table cellpadding=4 cellspacing=0 border=0 width=100%>
-<tr>
-<td valign=top>
-  <img src="/images/features/features_1_text.png"><br><br>
-
-  If you can use the register in the back of your checkbook, you can use Gnucash. Type directly
-  into the register, tab between fields, and use quick-fill to automatically complete the transaction. 
-
-</td>
-<td valign=middle>
-  <img src="/images/features/features_1_small.png">
-</td>
-</tr>
-</table>
-
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
-
-<br>
-
-<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>
-<tr>
-  <td align=center>
-	  <img border=0 src="/images/features/features_previous_disabled.png">
-		 |
-	  <a href="/en/features_2.phtml"><img border=0 src="/images/features/features_next.png"></a>
-	</td>
-</tr>
-</table>
-
+<div style="text-align:center">
+<img alt="at start"
+src="/images/features/features_previous_disabled.png">
+ |
+<a href="/en/features_2.phtml"><img alt="next slide"
+ src="/images/features/features_next.png"></a>
+</div>
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/features_2.phtml
===================================================================
--- htdocs/trunk/en/features_2.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/features_2.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -8,49 +8,31 @@
 </div>
 <div id="content">
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr>
-  <td><img src="/images/features/features_title.png"></td>
-  <td align=right><a href="javascript:window.close();"><img border=0 src="/images/close_window.png"></a></td>
-</tr>
-</table>
+<div>
+<img src="/images/features/features_title.png" alt="feature title">
+</div>
+<div class="featureblock">&nbsp;</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
-
-<br>
-
-<table cellpadding=4 cellspacing=0 border=0 width=100%>
-<tr>
-<td valign=top>
-  <img src="/images/features/features_2_text.png"><br><br>
-
-  A master account can have a hierarchy of detail accounts underneath it. This allows similar accounts
-  types ( e.g. Cash, Bank, Stock ) to be grouped into one master account ( e.g. Assets ). 
-
-</td>
-<td valign=middle>
+<div>
+<div class="featureimage">
   <img src="/images/features/features_2_small.png">
-</td>
-</tr>
-</table>
+</div>
+<p class="featurepanel">
+  <img src="/images/features/features_2_text.png"><br>
+  A master account can have a hierarchy of detail accounts underneath it.
+  This allows similar accounts types ( e.g. Cash, Bank, Stock ) to be
+  grouped into one master account ( e.g. Assets ).
+</p>
+</div>
+<div class="featureblock">&nbsp;</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
+<div class="featureplay">
+ <a href=/en/features_1.phtml><img alt="back to 1"
+src="/images/features/features_previous.png"></a>
+ |
+  <a href=/en/features_3.phtml><img alt="next slide"
+ src="/images/features/features_next.png"></a>
+</div>
 
-<br>
-
-<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>
-<tr>
-  <td align=center>
-	  <a href=/en/features_1.phtml><img border=0 src="/images/features/features_previous.png"></a>
-		 |
-	  <a href=/en/features_3.phtml><img border=0 src="/images/features/features_next.png"></a>
-	</td>
-</tr>
-</table>
-
-
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/features_3.phtml
===================================================================
--- htdocs/trunk/en/features_3.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/features_3.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -8,48 +8,29 @@
 </div>
 <div id="content">
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr>
-  <td><img src="/images/features/features_title.png"></td>
-  <td align=right><a href="javascript:window.close();"><img border=0 src="/images/close_window.png"></a></td>
-</tr>
-</table>
+<div>
+<img src="/images/features/features_title.png" alt="feature title">
+</div>
+<div class="featureblock">&nbsp;</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
-
-<br>
-
-<table cellpadding=4 cellspacing=0 border=0 width=100%>
-<tr>
-<td valign=top>
-  <img src="/images/features/features_3_text.png"><br><br>
-
-  with keyboard accelerators, check number auto-increment, transaction auto-completion and transaction cut-n-paste make
-  entering transactions quick and smooth. 
-
-</td>
-<td valign=middle>
+<div>
+<div class="featureimage">
   <img src="/images/features/features_3_small.png">
-</td>
-</tr>
-</table>
+</div>
+<p class="featurepanel">
+  <img src="/images/features/features_3_text.png"><br>
+  With keyboard accelerators, check number auto-increment,
+  transaction auto-completion and transaction cut-n-paste make
+  entering transactions quick and smooth.</p>
+</div>
+<div class="featureblock">&nbsp;</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
+<div class="featureplay">
+  <a href=/en/features_2.phtml><img alt="back to 2" src="/images/features/features_previous.png"></a>
+ |
+ <a href=/en/features_4.phtml><img alt="next slide"
+ src="/images/features/features_next.png"></a>
+</div>
 
-<br>
-
-<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>
-<tr>
-  <td align=center>
-	  <a href=/en/features_2.phtml><img border=0 src="/images/features/features_previous.png"></a>
-		 |
-	  <a href=/en/features_4.phtml><img border=0 src="/images/features/features_next.png"></a>
-	</td>
-</tr>
-</table>
-
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/features_4.phtml
===================================================================
--- htdocs/trunk/en/features_4.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/features_4.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -8,47 +8,30 @@
 </div>
 <div id="content">
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr>
-  <td><img src="/images/features/features_title.png"></td>
-  <td align=right><a href="javascript:window.close();"><img border=0 src="/images/close_window.png"></a></td>
-</tr>
-</table>
+<div>
+<img src="/images/features/features_title.png" alt="feature title">
+</div>
+<div class="featureblock">&nbsp;</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
-
-<br>
-
-<table cellpadding=4 cellspacing=0 border=0 width=100%>
-<tr>
-<td valign=top>
-  <img src="/images/features/features_4_text.png"><br><br>
-
-  A single transaction can be split into several pieces to record taxes, fees, and other journal entries.
-
-</td>
-<td valign=middle>
+<div>
+<div class="featureimage">
   <img src="/images/features/features_4_small.png">
-</td>
-</tr>
-</table>
+</div>
+<p class="featurepanel">
+ <img src="/images/features/features_4_text.png"><br>
+  A single transaction can be split into several pieces to
+  record taxes, fees, and other journal entries.</p>
+</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
+<div class="featureblock">&nbsp;</div>
 
-<br>
+<div class="featureplay">
+  <a href=/en/features_3.phtml><img alt="back to 3"
+ src="/images/features/features_previous.png"></a>
+ |
+  <a href=/en/features_5.phtml><img alt="next slide"
+ src="/images/features/features_next.png"></a>
+</div>
+</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>
-<tr>
-  <td align=center>
-	  <a href=/en/features_3.phtml><img border=0 src="/images/features/features_previous.png"></a>
-		 |
-	  <a href=/en/features_5.phtml><img border=0 src="/images/features/features_next.png"></a>
-	</td>
-</tr>
-</table>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/features_5.phtml
===================================================================
--- htdocs/trunk/en/features_5.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/features_5.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -8,36 +8,26 @@
 </div>
 <div id="content">
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr>
-  <td><img src="/images/features/features_title.png"></td>
-  <td align=right><a href="javascript:window.close();"><img border=0 src="/images/close_window.png"></a></td>
-</tr>
-</table>
+<div>
+  <img src="/images/features/features_title.png" alt="feature title">
+</div>
+<div class="featureblock">&nbsp;</div>
 
-<table border=0 cellspacing=0 cellpadding=0 width=100%>
-<tr><td bgcolor=#000000><img src="/images/spacer.png" height=1></td></tr>
-</table>
+<div>
+  <img src="/images/features/features_5_text.png">
+</div>
 
-<br>
 
-<table cellpadding=4 cellspacing=0 border=0 width=100%>
-<tr>
-<td valign=top>
-  <img src="/images/features/features_5_text.png"><br><br>
-
-
 <h2>What's New in GnuCash 1.8.0?</h2>
-The 1.8.x series of stable releases introduce many new features not found
-in the older gnucash-1.6.8:
+<p>The 1.8.x series of stable releases introduce many new features not found
+in the older gnucash-1.6.8:</p>
 
-    <br><br>
 <dl>
 <dt><b>Scheduled Transactions</b>
-<dd>You can now create recurring 
-    transactions, including automatic reminders when a 
+<dd>You can now create recurring
+    transactions, including automatic reminders when a
     transaction is due, the ability to postpone a scheduled transaction
-    without canceling it, and the ability to specify only a limited 
+    without canceling it, and the ability to specify only a limited
     number of transactions.
     <br><br>
 <dt><b>Mortgage &amp; Loan Repayment Druid</b></dt>
@@ -50,8 +40,8 @@
     <br><br>
 <dt><b>OFX Import</b>
 <dd>GnuCash is the first free software application to support
-    the Open Financial Exchange protocol that many banks and 
-    financial services are starting to use. 
+    the Open Financial Exchange protocol that many banks and
+    financial services are starting to use.
     <br><br>
 <dt><b>HBCI Support</b>
 <dd>GnuCash is the first free software application to support
@@ -60,20 +50,20 @@
     initiate bank transfers and direct debits.
     <br><br>
 <dt><b>Improved Import Transaction Matching</b>
-<dd>The development of OFX and HBCI support has also resulted 
-    in an improved transaction matching system that more 
+<dd>The development of OFX and HBCI support has also resulted
+    in an improved transaction matching system that more
     accurately recognizes duplicate transactions during file import.
     <br><br>
 <dt><b>New User Manual and Help</b>
 <dd>A new help subsystem that focuses on how to do tasks is now available,
-    in addition to a Tutorial and Concepts guide that gives the 
+    in addition to a Tutorial and Concepts guide that gives the
     user background information on accounting principles and how
     they are reflected in GnuCash.
     <br><br>
 <dt><b>New Multi-Currency Transaction Handling</b>
 <dd>GnuCash no longer requires separate currency exchange
     accounts to handle multiple currency transfers.  Transactions
-    can be made directly between accounts denominated in different 
+    can be made directly between accounts denominated in different
     currencies.
     <br><br>
 <dt><b>Redesigned Menus</b>
@@ -88,66 +78,66 @@
 	<br><br>
 <dl>
 <dt><b>Statement Reconciliation</b>
-<dd>A reconcile window with running reconciled and cleared balances 
-    makes balancing against bank statements easy. 
+<dd>A reconcile window with running reconciled and cleared balances
+    makes balancing against bank statements easy.
 </dd>
 <br><br>
-<dt><b>Stock/Mutual Fund Portfolios</b> 
-<dd>Track stocks individually (one per account) or in portfolio 
-    of accounts (a group of accounts that can be displayed together). 
+<dt><b>Stock/Mutual Fund Portfolios</b>
+<dd>Track stocks individually (one per account) or in portfolio
+    of accounts (a group of accounts that can be displayed together).
 </dd>
 <br><br>
 <dt><b>QIF Import</b>
 <dd>Intuit<sup>&reg;</sup> Quicken<sup>&reg;</sup>
     QIF files can be imported, and are automatically
-    merged to eliminate duplicate transactions. 
+    merged to eliminate duplicate transactions.
 </dd>
 <br><br>
 <dt><b>Localization</b>
-<dd>Handles internationalized dates and currencies.  The Gnucash 
+<dd>Handles internationalized dates and currencies.  The Gnucash
     menus and popups have been translated to 21 languages, including
-    Chinese, Danish, French, German, Hungarian, Italian, Japanese, 
-    Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, 
-    Turkish, Ukrainian, and British English.  
+    Chinese, Danish, French, German, Hungarian, Italian, Japanese,
+    Norwegian, Polish, Portuguese, Russian, Spanish, Swedish,
+    Turkish, Ukrainian, and British English.
     Documentation is available in English, French, Portuguese and Spanish.
 </dd>
 <br><br>
 <dt><b>Reports</b>
-<dd>Display Balance Sheet, Profit & Loss, Portfolio Valuation, 
+<dd>Display Balance Sheet, Profit & Loss, Portfolio Valuation,
     and others. Reports can be saved as HTML or postscript, or printed.
 </dd>
 <br><br>
 <dt><b>Transaction Finder</b>
-<dd>A powerful transaction query dialogue can help you quickly locate 
+<dd>A powerful transaction query dialogue can help you quickly locate
     a needle in a haystack.
 </dd>
 <br><br>
 <dt><b>Double Entry</b>
-<dd>When enabled, every transaction must debit one account and 
+<dd>When enabled, every transaction must debit one account and
     credit others by an equal amount. This ensures that
     the "books balance": that the difference between income and
     outflow exactly equals the sum of all assets and equity.
 </dd>
 <br><br>
 <dt><b>Income/Expense Account Types</b>
-<dd>Income/Expense Account Types (Categories) allow you to 
-    categorize your cash flow.  When used properly with 
-    the double-entry feature and equity accounts, these 
-    enable you to generate reports, such as Profit & Loss, 
+<dd>Income/Expense Account Types (Categories) allow you to
+    categorize your cash flow.  When used properly with
+    the double-entry feature and equity accounts, these
+    enable you to generate reports, such as Profit & Loss,
     that plain-vanilla systems cannot handle.
 </dd>
 <br><br>
 <dt><b>General Ledger</b>
-<dd>Multiple accounts can be displayed in one register window 
+<dd>Multiple accounts can be displayed in one register window
     at the same time. This can ease the trouble of tracking
     down typing/entry errors. It also provides a convenient way of
     viewing a portfolio of many
-    stocks, by showing all transactions in that portfolio. 
+    stocks, by showing all transactions in that portfolio.
 </dd>
 <br><br>
 <dt><b>Online Stock &amp; Mutual Fund Quotes</b>
 <dd>Get Stock & Mutual Fund quotes
-    from various web sites, update portfolio automatically. 
+    from various web sites, update portfolio automatically.
     Additional pricing sources are added regularly.
 </dd>
 <br><br>
@@ -159,8 +149,8 @@
 <br><br>
 <dt><b>Multiple Currencies</b>
 <dd>Different accounts can be denominated in different currencies.
-    Currency movements between accounts are fully balanced when 
-    double-entry is enabled.  
+    Currency movements between accounts are fully balanced when
+    double-entry is enabled.
 </dd>
 <br><br>
 <dt><b>Multi-User SQL Support</b>

Modified: htdocs/trunk/en/index.phtml
===================================================================
--- htdocs/trunk/en/index.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/index.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -41,5 +41,6 @@
   $alt_newspath  =  "news/";
   include($GLOBALS['DOCUMENT_ROOT']."/php-scripts/news-script.php"); ?>
 
+</div>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/lists.phtml
===================================================================
--- htdocs/trunk/en/lists.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/lists.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -5,227 +5,223 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-help.phtml"); ?>
-</div>
+
 <div id="content">
 
 <h1>GnuCash Mailing Lists</h1>
 
-<p>There are a number of GnuCash mailing lists serving different 
+<p>There are a number of GnuCash mailing lists serving different
 communities: some for users and some for developers.  Click on
 the bold type for instructions on how to subscribe and unsubscribe.
 </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%">
+  <td style="text-align:center;background-color:#666699">
+   <table border="0" cellpadding=5 cellspacing=1
+    style="background-color:#cacaf7" width="100%">
+<colgroup><col width="40%"><col width="60%"></colgroup>
    <tr>
-     <td bgcolor="#666699" width="25%"><font color="#ffffff"><b>Mailing List</b></td>
-     <td bgcolor="#666699" width="75%"><font color="#ffffff"><b>Description</b></td>
+    <td style="background-color:#666699">
+    <b style="color:white">Mailing List</b></td>
+    <td style="background-color:#666699">
+    <b style="color:white">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>
-	 <!-- use absolute URL so that site can be mirrored but cgi-bins go to orig site! -->
-         <td valign="top"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-announce"> gnucash-announce at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-announce"> Archives</A></td>
-       </tr>
-       </table>
-     </td>
-     <td valign="top">Announcement mailing list: Posts to this moderated list announce
-		     important events and news concerning GnuCash.
-				     This is a low-volume mailing list (1 or fewer messages a week).</td>
+
+   <tr class="divider">
+    <td valign="top">
+     <!-- use absolute URL so that site can be mirrored but cgi-bins
+        go to orig site! -->
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-announce">
+    gnucash-announce at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif"
+    width="16" height="16" alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-announce">
+    Archives</A>
+    </td>
+    <td valign="top">Announcement mailing list: Posts to this
+    moderated list to announce important events and news concerning
+    GnuCash. This is a low-volume mailing list (1 or fewer messages a
+    week).</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"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-user"> gnucash-user at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-user"> Archives</A></td>
-       </tr>
-       </table>
-     </td>
-     <td valign="top">
+
+   <tr style="background-color:white">
+    <td valign="top">
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-user">
+    gnucash-user at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-user">
+    Archives</A></td>
+    <td valign="top">
     User's mailing list: Discussions of how to install, set up and use
     GnuCash, and discussions such as basic accounting principles.
-    This is occasionally a high-volume mailing list (2 to 30 messages a day).
-	   </td>
+    This is occasionally a high-volume mailing list (2 to 30 messages a
+    day).
+    </td>
    </tr>
-   <!-------------------------------------------------------------->
-   <tr bgcolor="#ececff">
+
+   <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" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-devel"> gnucash-devel at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-devel"> Archives</A></td>
-       </tr>
-       </table>
-     </td>
-     <td valign="top">
-    Developer's mailing list: Discussions of current and future features
-    and functions, and how they should be implemented.  
-    This is occasionally a high-volume mailing list (2 to 30 messages a day).
-		 </td>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-devel">
+    gnucash-devel at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-devel">
+    Archives</A>
+    </td>
+    <td valign="top">
+    Developer's mailing list: Discussions of current and future
+    features and functions, and how they should be implemented.
+    This is occasionally a high-volume mailing list (2 to 30
+    messages a day).
+	</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"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-de"> gnucash-de at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-de"> Archives</A></td>
-       </tr>
-       </table>
-     </td>
-     <td valign="top">
-     Dies ist die Mailingliste für deutsche GnuCash-Benutzer. 
-     Die Sprache auf dieser Liste ist Deutsch.
-     
-	   </td>
+
+   <tr style="background-color:white">
+    <td valign="top">
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-de">
+    gnucash-de at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-de">
+    Archives</A>
+    </td>
+    <td valign="top">
+    Dies ist die Mailingliste für deutsche GnuCash-Benutzer.
+    Die Sprache auf dieser Liste ist Deutsch.
+    </td>
    </tr>
-   <!-------------------------------------------------------------->
-   <tr bgcolor="#ececff">
+
+   <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" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-es"> gnucash-es at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-es"> Archives</A></td>
-       </tr>
-       </table>
+     <img src="/images/icons/document.txt.gif" width="16" height="16"
+     alt="document icon">
+     <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-es">
+     gnucash-es at gnucash.org</A>
+     <br><img src="/images/icons/document.txt.gif" width="16" height="16"
+     alt="document icon">
+     <A HREF="https://lists.gnucash.org/pipermail/gnucash-es">
+     Archives</A>
      </td>
      <td valign="top">
-     gnucash-es es la lista de distribución del proyecto GnuCash en español.
-     Está lista está pensada para usuarios finales y colaboradores en la
-     traducción y localización de GnuCash.
-     
-	   </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"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-fr"> gnucash-fr at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-fr"> Archives</A></td>
-       </tr>
-       </table>
+     gnucash-es es la lista de distribución del proyecto GnuCash en
+     español. Está lista está pensada para usuarios finales y
+     colaboradores en la traducción y localización de GnuCash.
      </td>
-     <td valign="top">
-     Vous avez essayé GnuCash. Cela vous plaît vraiment mais vous aimeriez
-     obtenir de l'aide dans votre langue pour plus de simplicité. Cette mailing
-     liste est faite pour vous. Elle va permettre de rester en contact avec des
-     personnes francophones utilisant GnuCash qui pourront vous guider dans son
-     utilisation quotidienne aussi bien que pour une utilisation professionnelle.
-     Elle permettra aussi aux personnes réfractaire à la langue de shakespeare
-     de rester au courant des derniers développements du logiciels.
+   </tr>
 
-	   </td>
+   <tr style="background-color:white">
+    <td valign="top">
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-fr">
+    gnucash-fr at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-fr">
+    Archives</A>
+    </td>
+    <td valign="top">
+    Vous avez essayé GnuCash. Cela vous plaît vraiment mais vous
+    aimeriez obtenir de l'aide dans votre langue pour plus de simplicité.
+    Cette mailing liste est faite pour vous. Elle va permettre de rester
+    en contact avec des personnes francophones utilisant GnuCash qui
+    pourront vous guider dans son utilisation quotidienne aussi bien que
+    pour une utilisation professionnelle. Elle permettra aussi aux
+    personnes réfractaire à la langue de shakespeare de rester au courant
+    des derniers développements du logiciels.
+    </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"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-it"> gnucash-it at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-it"> Archives</A></td>
-       </tr>
-       </table>
-     </td>
-     <td valign="top">
-     gnucash-it è la lista di distribuzione per il progetto GnuCash in lingua
-     italiana. Quando la propria lingua madre è l'italiano e l'inglese
-     rappresenta un ostacolo, quando si ha intenzione di contribuire alla
-     localizzazione (l10n) ed internazionalizzazione (i18n) italiana del
-     progetto, quando si vuole incontrare qualche italiano per parlare di
-     GnuCash, questa lista di distribuzione è il luogo adatto per inviare i
-     propri messaggi.
-     <p>
-     gnucash-it è nata per offrire ai traduttori di GnuCash un valido mezzo
-     di comunicazione.  Successivamente spera di diventare il punto
-     d'incontro per tutti coloro i quali vogliano contribuire al progetto sia
-     in qualità traduttori, revisori e programmatori per la realtà italiana,
-     sia di esperti in grado di aiutare chi si trova alle prime armi.
-	   </td>
+
+   <tr class="divider">
+    <td valign="top">
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-it">
+    gnucash-it at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-it">
+    Archives</A>
+    </td>
+    <td valign="top">
+    <p>gnucash-it è la lista di distribuzione per il progetto GnuCash in
+    lingua italiana. Quando la propria lingua madre è l'italiano e
+    l'inglese rappresenta un ostacolo, quando si ha intenzione di
+    contribuire alla localizzazione (l10n) ed internazionalizzazione
+    (i18n) italiana del progetto, quando si vuole incontrare qualche
+    italiano per parlare di GnuCash, questa lista di distribuzione è il
+    luogo adatto per inviare i propri messaggi.</p>
+    <p>gnucash-it è nata per offrire ai traduttori di GnuCash un valido
+    mezzo di comunicazione.  Successivamente spera di diventare il punto
+    d'incontro per tutti coloro i quali vogliano contribuire al progetto
+    sia in qualità traduttori, revisori e programmatori per la realtà
+    italiana, sia di esperti in grado di aiutare chi si trova alle prime
+    armi.</p>
+    </td>
    </tr>
-   <!-------------------------------------------------------------->
-   <tr bgcolor="#ffffff">
+
+   <tr style="background-color:white">
      <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"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-patches"> gnucash-patches at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-patches"> Archives</A></td>
-       </tr>
-       </table>
-     </td>
-     <td valign="top">
-    Developer's mailing list: Submission and discussion of patches, 
-    and notifications of CVS tree updates.  
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-patches">
+    gnucash-patches at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-patches">
+    Archives</A>
+    </td>
+    <td valign="top">
+    Developer's mailing list: Submission and discussion of patches,
+    and notifications of CVS tree updates.
     Patches should be in <tt>makepatch</tt> format.
     Patches may be against source code, documentation, or foreign
     language translations.
-    This is occasionally a high-volume mailing list (2 to 30 messages a day).
-    
-	   </td>
+    This is occasionally a high-volume mailing list (2 to 30 messages
+    a day).
+    </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"><A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-changes"> gnucash-changes at gnucash.org</A></td>
-       </tr>
-       <tr>
-         <td valign="top"><img src="/images/icons/document.txt.gif" width="16" height="16" border="0">&nbsp;</td>
-         <td valign="top"><A HREF="https://lists.gnucash.org/pipermail/gnucash-changes"> Archives</A></td>
-       </tr>
-       </table>
-     </td>
-     <td valign="top">
-    Developer's mailing list: A list where commit logs are posted together with diffs of changed files in CVS.
-    This is occasionally a high-volume mailing list (2 to 30 messages a day).
-    
-	   </td>
+
+   <tr class="divider">
+    <td valign="top">
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/mailman/listinfo/gnucash-changes">
+    gnucash-changes at gnucash.org</A>
+    <br>
+    <img src="/images/icons/document.txt.gif" width="16" height="16"
+    alt="document icon">
+    <A HREF="https://lists.gnucash.org/pipermail/gnucash-changes">
+    Archives</A>
+    </td>
+    <td valign="top">
+    Developer's mailing list: A list where commit logs are posted
+    together with diffs of changed files in CVS.
+    This is occasionally a high-volume mailing list (2 to 30
+    messages a day).
+    </td>
    </tr>
-   <!-------------------------------------------------------------->
+
    </table>
 </tr>
 </table>
 
-
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/menu/menu-main-developer.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-developer.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/menu/menu-main-developer.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -20,6 +20,7 @@
 echo "</div>\n<div class=\"othernews\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
 echo "</div>\n";
+echo "</div>\n";
 ?>
 
 <!-- MENU:END -->

Modified: htdocs/trunk/en/menu/menu-main-documentation.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-documentation.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/menu/menu-main-documentation.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -20,6 +20,7 @@
 echo "</div>\n<div class=\"othernews\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
 echo "</div>\n";
+echo "</div>\n";
 ?>
 
 <!-- MENU:END -->

Modified: htdocs/trunk/en/menu/menu-main-general.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-general.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/menu/menu-main-general.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -19,7 +19,8 @@
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
-
+echo "</div>\n";
+echo "</div>\n";
 ?>
 
 <!-- MENU:END -->

Modified: htdocs/trunk/en/menu/menu-main-help.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-help.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/menu/menu-main-help.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -19,6 +19,7 @@
 echo "</div>\n<div class=\"othernews\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
 echo "</div>\n";
+echo "</div>\n";
 ?>
 
 

Modified: htdocs/trunk/en/menu/menu-main-other.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-other.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/menu/menu-main-other.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -19,6 +19,7 @@
 echo "</div>\n<div class=\"othernews\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
 echo "</div>\n";
+echo "</div>\n";
 ?>
 
 <!-- MENU:END -->

Modified: htdocs/trunk/en/menu/menu-main-search.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main-search.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/menu/menu-main-search.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -19,6 +19,7 @@
 echo "</div>\n<div class=\"highlight\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
 echo "</div>\n";
+echo "</div>\n";
 ?>
 
 <!-- MENU:END -->

Modified: htdocs/trunk/en/menu/menu-main.phtml
===================================================================
--- htdocs/trunk/en/menu/menu-main.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/menu/menu-main.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -3,7 +3,9 @@
  include("../emulate_globals_on.php");
 }
 
-echo "<div id=\"news\"><div class=\"highlight\">";
+echo "<div id=\"news\">\n";
+# highlighted menu entry:
+echo "<div class=\"highlight\">";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-general.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-documentation.phtml");
@@ -17,6 +19,7 @@
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-other.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
 include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-search.phtml");
-echo "</div>\n</div>\n";
+echo "</div>\n";
+echo "</div>\n";
 ?>
 <!-- MENU:END -->

Modified: htdocs/trunk/en/required.phtml
===================================================================
--- htdocs/trunk/en/required.phtml	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/en/required.phtml	2006-01-17 22:09:52 UTC (rev 12836)
@@ -5,90 +5,108 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
-</div>
+
 <div id="content">
 
 <h1>Software Dependencies</h1>
 
-<p>GnuCash depends on a number of important contributing technologies 
+<p>GnuCash depends on a number of important contributing technologies
 in order to implement its major functions.  If you want to compile
-and work on GnuCash, you will need to install a recent version of 
+and work on GnuCash, you will need to install a recent version of
 these libraries.
 </p><p>
 Without a good package manager (<i>e.g.</i> Debian <tt>apt-get</tt>),
-it can be quite tedious to find, download and install all of the 
+it can be quite tedious to find, download and install all of the
 required packages (<i>nightmare</i> is a word that has been used).
-Therefore, if you are not a programmer, and just want to <b>use</b> 
+Therefore, if you are not a programmer, and just want to <b>use</b>
 GnuCash, you should stick to the version supplied by your favorite
 Linux distribution (<i>e.g.</i> by installing from the vendor's CDROM),
 and install using that distribution's standard installation methods.
-If you decide that you cannot live with the version that came with your 
-distro, and you don't have <tt>apt-get</tt> or a similar tool, then 
+If you decide that you cannot live with the version that came with your
+distro, and you don't have <tt>apt-get</tt> or a similar tool, then
 be prepared for a rather long and involved install/upgrade proceedure.
-Note that even with <tt>apt-get</tt>, some packages may still need 
+Note that even with <tt>apt-get</tt>, some packages may still need
 to be installed manually.
 </p>
 <p>
-The majority of the GnuCash 1.6.x dependencies are satisfied by installing 
-standard <a href="http://www.gnome.org/">Gnome 1.4</a> core libraries. 
-The only dependencies beyond a standard Gnome 1.4 installation are 
+The majority of the GnuCash 1.6.x dependencies are satisfied by installing
+standard <a href="http://www.gnome.org/">Gnome 1.4</a> core libraries.
+The only dependencies beyond a standard Gnome 1.4 installation are
 <a href="#guppi">Guppi</a>, <a
 href="#guile">Guile</a>, <a href="#slib">slib</a> and <a
-href="#gwrap">G-Wrap</a>. 
+href="#gwrap">G-Wrap</a>.
 <br><br>
 
-<table border=0 cellpadding=1 cellspacing=0 width="100%">
+<table border="0" cellpadding=1 cellspacing=0 width="100%">
+<colgroup><col></colgroup>
   <tr>
-  <td valign=middle align=center bgcolor="#666699">
-   <table border=0 cellpadding=5 cellspacing=1 bgcolor="#cacaf7" width="100%">
+  <td style="background-color:#666699;text-align:center">
+   <table border=0 cellpadding=5 cellspacing=1
+    style="background-color:#cacaf7" width="100%">
+<colgroup><col width="20%">
+<col width="40%">
+<col width="40%"></colgroup>
    <tr>
-     <td bgcolor="#666699" width="25%"><font color="#ffffff"><b>Name</b></td>
-     <td bgcolor="#666699" width="50%"><font color="#ffffff"><b>Description</b></td>
-     <td bgcolor="#666699" width="25%"><font color="#ffffff"><b>Link</b></td>
+     <td style="background-color:#666699">
+    <b style="color:white">Name</b></td>
+     <td style="background-color:#666699">
+    <b style="color:white">Description</b></td>
+     <td style="background-color:#666699">
+    <b style="color:white">Link</b></td>
    </tr>
    <tr>
-           <td colspan=3>
+     <td colspan=3>
 <B>GUI Toolkits:</B><BR>
      </td>
          </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <td valign=top>
+    <img src="/images/icons/document.txt.gif" width=16 height=16
+    alt="document icon" >&nbsp;</td>
          <td valign=top>Gtk+</td>
        </tr>
        </table>
      </td>
      <td valign=top>The Gimp Toolkit</td>
-     <td valign=top><a href="http://www.gtk.org/">http://www.gtk.org/</a></td>
+     <td valign=top>
+    <a href="http://www.gtk.org/">http://www.gtk.org/</a></td>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
      </td>
      <td valign=top>The application infrastructure</td>
-     <td valign=top><a href="http://www.gnome.org">http://www.gnome.org</a></td>
+     <td valign=top>
+    <a href="http://www.gnome.org">http://www.gnome.org</a></td>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
-     <td valign=top>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 valign=top>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>
    </tr>
 
    <tr>
@@ -97,60 +115,60 @@
      </td>
          </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <td valign=top>
+    <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 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">http://www.gnu.org/software/guile/guile.html</a> -   You'll need at least 1.3, and 1.6 is strongly recommended.</td>
+     <td valign=top>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">
+    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 bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
      </td>
-     <td valign=top>A tool for autogenerating scheme bindings for C lanugage functions, structures & enums.</td>
-     <td valign=top><a href="http://www.gnucash.org/pub/g-wrap/">http://http.gnucash.org/pub/g-wrap/</a> - You'll want the latest in the 1.3 series (1.3.4 or newer)</td>
+     <td valign=top>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/">
+    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>
 
-<!-- Scheme isn't really a dependency, like ... there's nothing to
-download and install for end-users, except guile, which is seperately
-mentioned.
-		-- jsled, 2001.06.11. -->
-   <!-- tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
-         <td valign=top>Scheme</td>
+         <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>
-     <td valign=top>The Scheme Language</td>
-     <td valign=top><a href="http://www.scheme.org/">http://www.scheme.org/</a></td>
-   </tr -->
-
-   <tr bgcolor="#ececff">
+     <td valign=top>Scheme library - Miscellaneous scheme functions
+        used by GnuCash.</td>
      <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><a name="slib">slib</a></td>
-       </tr>
-       </table>
-     </td>
-     <td valign=top>Scheme library - Miscellaneous scheme functions used by GnuCash.</td>
-     <td valign=top><a href="http://www-swiss.ai.mit.edu/~jaffer/SLIB.html">http://www-swiss.ai.mit.edu/~jaffer/SLIB.html</a></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>
@@ -159,43 +177,56 @@
      </td>
          </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
-     <td valign=top>The gtk html layout engine - used by gnucash to display help documentation, reports and graphs.</td>
-     <td valign=top><a href="http://www.advogato.org/proj/GtkHTML/">http://www.advogato.org/proj/GtkHTML/</a></td>
+     <td valign=top>The gtk html layout engine - used by gnucash to
+    display help documentation, reports and graphs.</td>
+     <td valign=top>
+    <a href="http://www.advogato.org/proj/GtkHTML/">
+    http://www.advogato.org/proj/GtkHTML/</a></td>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
      </td>
-     <td valign=top>The HTTP library - used by gnucash to chat the http protocol to access web servers.</td>
-     <td valign=top><a href="http://www.gnome.org/">http://www.gnome.org/</a></td>
+     <td valign=top>The HTTP library - used by gnucash to chat to
+    the http protocol to access web servers.</td>
+     <td valign=top>
+    <a href="http://www.gnome.org/">http://www.gnome.org/</a></td>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
-     <td valign=top>The XML parsing library - used by gnucash to read its file format.</td>
-     <td valign=top><a href="http://xmlsoft.org/">http://xmlsoft.org/</a></td>
+     <td valign=top>The XML parsing library - used by gnucash to read
+    its file format.</td>
+     <td valign=top>
+    <a href="http://xmlsoft.org/">http://xmlsoft.org/</a></td>
    </tr>
 
    <tr>
@@ -204,89 +235,120 @@
      </td>
          </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
-     <td valign=top>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><a href="http://finance-quote.sourceforge.net/">http://finance-quote.sourceforge.net/</a></td>
+     <td valign=top>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>
+    <a href="http://finance-quote.sourceforge.net/">
+    http://finance-quote.sourceforge.net/</a></td>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
      </td>
      <td valign=top>A perl module to fetch historical stock prices.</td>
-     <td valign=top><a href="http://sourceforge.net/project/?group_id=2403">http://sourceforge.net/project/?group_id=2403</a></td>
+     <td valign=top>
+    <a href="http://sourceforge.net/projects/quotehist/">
+    http://sourceforge.net/projects/quotehist/</a></td>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
-     <td valign=top>Library for parsing OFX (Open Financial Exchange) data. Used by many American banks.</td>
-     <td valign=top><a href="http://libofx.sourceforge.net/">http://libofx.sourceforge.net/</a> 
+     <td valign=top>Library for parsing OFX (Open Financial Exchange)
+    data. Used by many American banks.</td>
+     <td valign=top>
+    <a href="http://libofx.sourceforge.net/">
+    http://libofx.sourceforge.net/</a>
      </td>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
      </td>
-     <td valign=top>Library for connecting to German banks that support HBCI.</td>
-     <td valign=top><a href="http://openhbci.sourceforge.net/">http://openhbci.sourceforge.net/</a> 
+     <td valign=top>Library for connecting to German banks that
+    support HBCI.</td>
+     <td valign=top>
+    <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 bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
      <td valign=top>A graphical plotting and analysis tool - used to generate and display gnucash charts and plots.</td>
-     <td valign=top><a href="http://www.gnome.org/guppi/">http://www.gnome.org/guppi/</a> - Any recent version will work, but 0.35.5 or later is required for full functionality.</td>
+     <td valign=top>
+    <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>
    </tr>
 
-   <tr bgcolor="#ececff">
+   <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 border=0>&nbsp;</td>
+         <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>
      </td>
-     <td valign=top>gnome printing architecture - used by gnucash for check printing & general printing.</td>
-     <td valign=top><a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-print/">http://ftp.gnome.org/pub/GNOME/sources/gnome-print/</a></td>
+     <td valign=top>gnome printing architecture - used by gnucash
+    for check printing &amp; general printing.</td>
+     <td valign=top>
+    <a href="http://ftp.gnome.org/pub/GNOME/sources/gnome-print/">
+    http://ftp.gnome.org/pub/GNOME/ sources/gnome-print/</a></td>
    </tr>
 
    </table>
 </tr>
 </table>
 
-
+</div>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/gnucash.css
===================================================================
--- htdocs/trunk/gnucash.css	2006-01-17 21:26:44 UTC (rev 12835)
+++ htdocs/trunk/gnucash.css	2006-01-17 22:09:52 UTC (rev 12836)
@@ -19,6 +19,23 @@
     line-height:2em;
     text-align:top;
 }
+.featurepanel {
+    width:50%;
+    height:280px;
+}
+.featureimage {
+    float:right;
+}
+.featureblock {
+    background-color:black;
+}
+.divider {
+    background-color:#ececff
+}
+
+.featureplay {
+    text-align:center;
+}
 .newsinner {
     background-color:#ffffff;
     padding:4px;



More information about the gnucash-changes mailing list