[Gnucash-changes] r12828 - htdocs/trunk - first steps to a strict HTML with CSS from the MailSearch pages - content not changed as most files are already out of date

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 17 12:48:08 EST 2006


Author: codehelp
Date: 2006-01-17 12:48:06 -0500 (Tue, 17 Jan 2006)
New Revision: 12828
Trac: http://svn.gnucash.org/trac/changeset/12828

Added:
   htdocs/trunk/gnucash2.css
Modified:
   htdocs/trunk/en/architecture.phtml
   htdocs/trunk/en/articles.phtml
   htdocs/trunk/en/bugs.phtml
   htdocs/trunk/en/components/footer.phtml
   htdocs/trunk/en/components/header.phtml
   htdocs/trunk/en/contribute.phtml
   htdocs/trunk/en/docs.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/hacking.phtml
   htdocs/trunk/en/history.phtml
   htdocs/trunk/en/index.phtml
   htdocs/trunk/en/irc.phtml
   htdocs/trunk/en/links.phtml
   htdocs/trunk/en/lists.phtml
   htdocs/trunk/en/oldnews.phtml
   htdocs/trunk/en/promote.phtml
   htdocs/trunk/en/quiz-results-early.phtml
   htdocs/trunk/en/quiz-results.phtml
   htdocs/trunk/en/quiz.phtml
   htdocs/trunk/en/required.phtml
   htdocs/trunk/en/roadmap.phtml
   htdocs/trunk/en/screenshots.phtml
   htdocs/trunk/en/search.phtml
   htdocs/trunk/en/sizing.phtml
   htdocs/trunk/en/sql.phtml
   htdocs/trunk/en/state_of_the_gnucash_project.phtml
Log:
first steps to a strict HTML with CSS from the MailSearch pages - content not changed as most files are already out of date

Modified: htdocs/trunk/en/architecture.phtml
===================================================================
--- htdocs/trunk/en/architecture.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/architecture.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,13 +5,12 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-developer.phtml"); ?>
+</div>
+<div id="content">
 
-</td>
-<td valign=top width=75%>
-
 <h1>Architectural Overview</h1>
 
-<font size=-1>
+<p>
 GnuCash is written primarily in two languages: C and Scheme.  
 The engine/server is written in C primarily for speed, 
 portability, stability and historical reasons.  Various 
@@ -24,7 +23,7 @@
 GUI designer tool. The file format is in XML, and multi-user
 support is provided through the Postgres SQL backend.
 The reporting subsystem, written in Scheme, generates HTML
-reports.
+reports.</p>
 
 <p>
 GnuCash aims to be modular, thereby allowing separate individuals
@@ -34,12 +33,11 @@
 The interfaces between modules are documented, and, for the 
 most part, stable and unchanging.
 <a href="/images/diagrams/components.png">This block diagram 
-shows major components.</a>
+shows major components.</a></p>
 
-<br><br><b>
+<p><b>
 GnuCash currently consists of the following modules:</b>
-<br><br>
-</font>
+</p>
 
 <table border=0 cellpadding=1 cellspacing=0 width="100%">
   <tr>
@@ -326,6 +324,4 @@
 </table>
 
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/articles.phtml
===================================================================
--- htdocs/trunk/en/articles.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/articles.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,13 +5,13 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-other.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-<td valign=top>
-<b>GnuCash in the News!</b>
-<br><br>
+<p><b>GnuCash in the News!</b>
+</p><p>
 A collection of press clippings from around the world.
-<br><br>
+</p>
 
 <dl>
       <dt>
@@ -342,6 +342,4 @@
       </dl>
 
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/bugs.phtml
===================================================================
--- htdocs/trunk/en/bugs.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/bugs.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-help.phtml"); ?>
-</td>
 
-<td valign=top>
-
+</div>
+<div id="content">
 <h1>GnuCash Bugs at GNOME Bugzilla</h1>
 
 <p>

Modified: htdocs/trunk/en/components/footer.phtml
===================================================================
--- htdocs/trunk/en/components/footer.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/components/footer.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -1,22 +1,11 @@
-
-</tr>
-</table>
-
-<table border=0 cellpadding=3 cellspacing=0 width="100%" bgcolor="#666699">
-<tr>
-  <td colspan=3 bgcolor="#666699" align=center>
-  <font size=-1 color="#ffffff"><b>Copyright © 2001,2002,2003,2004 The GnuCash Project</b></font>
-  </td>
-</tr>
-<tr>
-  <td width='10%'>&nbsp;</td>
-  <td width='80%' colspan=1 bgcolor="#666699" align="center">
-     <font size=-1 color="#ffffff">Server &amp; email outage reports to: 
-	 <a href="mailto:linas at linas.org"><b>linas at linas.org</b></a></font></td>
-  <td width='10%' align=right valign=top><font size=-1 color="#ffffff">
-     <a href='http://validator.w3.org/check/referer'>Validate</a></font></td>
-</tr>
-</table>
-
+</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>
+<p style="text-align:center;"><b>Copyright &copy; 2001-2004 The GnuCash Project</b></p>
+<p style="text-align:center;">Server &amp; email outage reports to
+<a href="mailto:linas at linas.org"><b>linas at linas.org</b></a>
+</p>
+</div>
 </body>
 </html>

Modified: htdocs/trunk/en/components/header.phtml
===================================================================
--- htdocs/trunk/en/components/header.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/components/header.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -1,8 +1,8 @@
-<!DOCTYPE html
-	PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html>
 <head>
 <link rel="stylesheet" href="/en/gnucash.css" type="text/css">
+<link rel="stylesheet" href="/gnucash2.css" type="text/css">
 <link rel="icon" href="favicon.ico" type="image/x-icon"> 
 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 
 
@@ -11,38 +11,26 @@
 <title>GnuCash - <?php echo $title; ?></title>
 </head>
 
-<body bgcolor="#ffffff"> 
+<body> 
+<div id="head">
+<img src="/images/gnucash_logo1.png" alt="GnuCash Logo" id="gnclogo">
+<br/>
+<span id="language">
+ Language:
+<b>English</b>
+<!-- <a class="nav" href="/fr-y-le-ny-old/">Fran&ccedil;ais</a> -->
+| <a class="nav" href="/fr/">Fran&ccedil;ais</a>
+| <a class="nav" href="http://www.hthoma.de/projekte/gnucash/index.html">Deutsch</a>
+ (<a class="nav" href="/de/">mirror</a>)
+| <a class="nav" href="/nl/">Nederlands</a>
+| <a class="nav" href="/pt_PT/">Portugu&ecirc;s</a>
+</span>
+<span id="location">Continent:
+ <!-- (<a class="nav" href="http://gnucash.planetmirror.com/">AU mirror</a>) -->
+ (<a class="nav" href="http://www.gnucash.org/">US</a>)
+ (<a class="nav" href="http://www.at.gnucash.org/">EU</a>)
+ (<a class="nav" href="http://www.au.gnucash.org/">AU</a>)
+</span>
+</div>
 
-<table border=0 cellpadding=3 cellspacing=0 width="100%">
-<tr>
-<td valign="bottom" colspan="1" bgcolor="#666699"><img src="/images/gnucash_logo1.png" alt="GnuCash Logo"></td>
-<td align="right" valign="bottom" bgcolor="#666699" width="65%"><font size="-1" color="#ffffff"></td>
-</tr>
-<tr>
-<td valign="bottom" colspan="1" bgcolor="#666699">
-<font size="-1" color="#ffffff">
-Continent:
- <!-- (<a class=nav href=http://gnucash.planetmirror.com/>AU mirror</a>) -->
- (<a class=nav href="http://www.gnucash.org/">US</a>)
- (<a class=nav href="http://www.at.gnucash.org/">EU</a>)
- (<a class=nav href="http://www.au.gnucash.org/">AU</a>)
- </font>
-</td>
-<td align="right" valign="bottom" bgcolor="#666699" width="65%">
-<font size="-1" color="#ffffff">
-Language: 
-<b>English</b> 
-<!-- <a class=nav href="/fr-y-le-ny-old/">Français</a> -->
-| <a class=nav href="/fr/">Français</a>
-| <a class=nav href="http://www.hthoma.de/projekte/gnucash/index.html">Deutsch</a>
- (<a class=nav href="/de/">mirror</a>)
-| <a class=nav href="/nl/">Nederlands</a>
-| <a class=nav href="/pt_PT/">Português</a>
-&nbsp;</font></td>
-</tr>
-</table>
-
-<table border="0" cellpadding="3" cellspacing="0" width="90%">
-<tr>
-<td valign="top" width="1%" bgcolor="#ffffff">
-<img src="/images/spacer.gif" width="200" height="1" alt="spacer"><br>
+<div id="news">

Modified: htdocs/trunk/en/contribute.phtml
===================================================================
--- htdocs/trunk/en/contribute.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/contribute.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -6,8 +6,9 @@
 <?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">
 
-<td valign=top>
 <h1>How to Contribute</h1>
 
 <p>
@@ -29,10 +30,10 @@
 
 <p>
 
-<table>
-<tr><td>
-<b>Select your talent to see where you might fit in:</b></td>
-<td>
+<div>
+<p>
+<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
@@ -53,11 +54,9 @@
 </select>
 <input type=submit value=Go>
 </form>
+</div>
 
-</td>
-</table>
-
-<hr noshade>
+<hr>
 <?php
   if ($contribute != "") { 
 		include($GLOBALS['DOCUMENT_ROOT']."/en/contribute/contribute-".$contribute.".phtml");
@@ -65,6 +64,4 @@
 ?>
 
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/docs.phtml
===================================================================
--- htdocs/trunk/en/docs.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/docs.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,24 +5,22 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-documentation.phtml"); ?>
+</div>
+<div id="content">
 
-</td>
-<td valign="top" width="98%">
-
 <h1>GnuCash Documentation Project</h1>
 
-<font size=-1>
+<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>
+</p>
 
-Everything 
+<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.
-</font>
-<p>
+</p>
 
 <table border=0 cellpadding=1 cellspacing=0 width="100%">
   <tr><td valign=middle align=center bgcolor="#666699">
@@ -247,8 +245,6 @@
 
 <p>
 
-  </td>
 
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>
 

Modified: htdocs/trunk/en/donations.phtml
===================================================================
--- htdocs/trunk/en/donations.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/donations.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,21 +5,19 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main.phtml"); ?>
+</div>
+<div id="content">
 
-</td>
-<td valign="top" width="98%">
-
 <!-- ========================================================== -->
 <h1>Donating to the GnuCash Project</h1>
 
-<font size=-1>
-
+<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 promoting the GnuCash software, documentation and website.
+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 
@@ -35,15 +33,12 @@
 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 
-donation website</a>.  Amounts are not shown.
+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 
-disbursed; we will keep this web page updated periodically.
+disbursed; we will keep this web page updated periodically.</p>
 
-<p>
-
-
 <table border="0" cellpadding=1 cellspacing="0" width="100%">
   <tr>
   <td valign="middle" align="center" bgcolor="#666699">
@@ -73,8 +68,5 @@
 </tr>
 </table>
 
-      </font>
-<!-- ========================================================== -->
-  </td>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/features.phtml
===================================================================
--- htdocs/trunk/en/features.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/features.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,9 +5,10 @@
 ?>
 <?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">
 
-<script language=javascript>
+<script type="text/javascript">
 <!--
   
   function newWin(url) {
@@ -18,12 +19,9 @@
 // -->
 </script>
 
-<td valign=top>
-
 <h1>Features</h1>
 
-<!-- 
-<font size=-1>
+<!-- <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
@@ -49,7 +47,7 @@
 </font>
 // -->
 
-<font size=-1>
+<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
@@ -59,28 +57,22 @@
 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 
-thier OFX servers, instead of hiding it like state secrets.). 
-</font>
-<p>
-<center>
-<font size=-1>
+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!
-</font>
-<BR><BR>
+</p>
 <!-- <a href="javascript:newWin('/en/features_1.phtml')"> -->
-<a href="/en/features_1.phtml">
+<p style="text-align:center"><a href="/en/features_1.phtml">
 <img border=0 src="/images/features/features_start_the_tour.png"></a>
-</center>
+</p>
 
-<center>
-<font size=-1>
-<BR><BR>
+<p style="text-align:center">
+
 or dive into the 
-</font>
+<br>
 <b><a href="/en/features_5.phtml">Complete Features List</a></b>.
-</center>
+</p>
 
-</td>
 
-
 <?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 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/features_1.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,11 +5,9 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
+</div>
+<div id="content">
 
-</td>
-
-<td valign=top>
-
 <table border=0 cellspacing=0 cellpadding=0 width=100%>
 <tr>
   <td><img src="/images/features/features_title.png"></td>
@@ -55,6 +53,4 @@
 </tr>
 </table>
 
-</td>
-
 <?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 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/features_2.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?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">
 
-<td valign=top>
-
 <table border=0 cellspacing=0 cellpadding=0 width=100%>
 <tr>
   <td><img src="/images/features/features_title.png"></td>
@@ -53,6 +52,5 @@
 </tr>
 </table>
 
-</td>
 
 <?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 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/features_3.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?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">
 
-<td valign=top>
-
 <table border=0 cellspacing=0 cellpadding=0 width=100%>
 <tr>
   <td><img src="/images/features/features_title.png"></td>
@@ -53,6 +52,4 @@
 </tr>
 </table>
 
-</td>
-
 <?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 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/features_4.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?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">
 
-<td valign=top>
-
 <table border=0 cellspacing=0 cellpadding=0 width=100%>
 <tr>
   <td><img src="/images/features/features_title.png"></td>
@@ -52,6 +51,4 @@
 </tr>
 </table>
 
-</td>
-
 <?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 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/features_5.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?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">
 
-<td valign=top>
-
 <table border=0 cellspacing=0 cellpadding=0 width=100%>
 <tr>
   <td><img src="/images/features/features_title.png"></td>
@@ -193,6 +192,4 @@
 </tr>
 </table>
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/hacking.phtml
===================================================================
--- htdocs/trunk/en/hacking.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/hacking.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,33 +5,34 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-developer.phtml"); ?>
-</td>
 
-<td valign=top>
+</div>
+<div id="content">
+
 <h1>Hacking GnuCash</h1>
 
-There are a number of steps to go through to hack on gnucash. 
+<p>There are a number of steps to go through to hack on gnucash. 
 You will need to install development (<tt>*-devel-*</tt>) 
 versions of the packages 
 listed on the <a href="/en/required.phtml">tools page</a>.  The latest
 development versions of gnucash may depend on bleeding edge 
 versions of some gnome tools (e.g. <tt>gnome-print</tt>).  You may also 
 need to get unusual or special versions of g-wrap and guppi.
-<br><br>
-
-<b>Getting the most recent sources via CVS:</b><br>
-<br>
-   The latest source code, as well as various older 
-   versions, are maintained in a publically readable 
-   CVS source code repository.  Accessing it is simple,
+</p>
+<p><b>Getting the most recent sources via SVN:</b></p>
+<p>
+   The latest source code is maintained in a publically readable 
+   SVN source code repository.  Accessing it is simple,
    and if you plan to be an active developer, there is
-   no better way of getting the source.  The CVS tree
+   no better way of getting the source.  The SVN tree
    is not publically writable; once you have patches, 
    you should submit them to the 
    <a href=/en/lists.phtml>gnucash-patches at gnucash.org</a>
    mailing list.  Documentation changes can be sent to the
-   same place.
+   same place.</p>
 <p>
+<b>Update for SVN!</b>
+<!--
 If you are new to CVS, you may want to take a moment
 and visit the <a href="http://www.cvshome.org/">
 Concurrent Versions System Home Page</a>, and in particular,
@@ -40,7 +41,7 @@
 each without stepping on the toes (and changes) made by others.
 If CVS seems at first overwhelming, don't let it be so:
 its quite easy to learn and use.
-
+-->
 </p>
 <p>
    To access the CVS tree, first, login, as so: 
@@ -186,29 +187,24 @@
 </table>
 </p>
 
-
-<br>
-<br>
-<b>Getting the most recent sources via FTP:</b><br>
-<br>
+<p>
+<b>Getting the most recent sources via FTP:</b></p>
+<p>
 If you don't like to bother with CVS you can download recent 
 snapshots of the CVS tree from one of the FTP sites below.
 Note, however, that if you wish to contribute patches and updates
 to GnuCash, it is strongly recommended that you learn and use CVS.
 We encourage this because the snapshots can sometimes get a bit 
 dated, and you just might be fixing a bug that's already fixed.
-<br>
-<br>
+</p>
+<p>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <a href="http://www.linas.org/pub/gnucash/gnucash/sources/">http://www.linas.org/pub/gnucash/gnucash/sources/</a>
-<br> 
-<br>
+</p> 
+<p>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <a href="http://www.gnucash.org/pub/gnucash/sources/">http://www.gnucash.org/pub/gnucash/sources/</a>
-<br>
+</p>
 
 
-
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/history.phtml
===================================================================
--- htdocs/trunk/en/history.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/history.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,14 +5,14 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-other.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-<td valign=top>
-<b>History & Credits</b><br><br>
+<p><b>History & Credits</b></p>
 
-   Whose blood, sweat and tears is this anyway?
+<p>  Whose blood, sweat and tears is this anyway?</p>
 
-<BR><BR><font size="+2"><b>Lead Developers</b></font>
+<h3>Lead Developers</h3>
 <HR>
 (In Historical Order)
 <br><br>
@@ -318,6 +318,4 @@
 </dl>
 
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/index.phtml
===================================================================
--- htdocs/trunk/en/index.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/index.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,13 +5,12 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main.phtml"); ?>
-	</td>
-  <td valign="top" width="98%">
+</div>
+<div id="content">
   
 <h1>Welcome to GnuCash.org</h1>
   
-<font size=-1>
-If you've been looking for a way to manage your personal or business 
+<p>If you've been looking for a way to manage your personal or business 
 finances using Free Software, 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 
@@ -20,18 +19,18 @@
 development community and is blossoming into a full-fledged accounting 
 system. Developed under the GPL, you have no need to worry about obsolescence:
 GnuCash will always be there for you. 
-<br><br>
-This web site is devoted to promoting the Gnucash.org software development project. We are
+</p>
+<p>This web site is devoted to promoting the Gnucash.org software development project. We are
 committed to developing top-notch accounting and financial tools for GNU/Linux and Unix 
 users. This includes the development of programming API's, libraries 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>
-Yes, GnuCash now runs on Mac OSX, as well as GNU/Linux, *BSD, and the
+</p>
+<p>Yes, GnuCash now runs on Mac OSX, as well as GNU/Linux, *BSD, and the
 traditional Unixes: Solaris, AIX, and so on.
-</font>
+</p>
 
 
 <h1>News</h1>
@@ -42,12 +41,5 @@
   $alt_newspath  =  "news/";
   include($GLOBALS['DOCUMENT_ROOT']."/php-scripts/news-script.php"); ?>
 
-<font size=-2>
-<a href="/surf/guppi-pie-demo.html">test</a>
-<a href="/surf/short.gml">test2</a>
-<a href="/surf/demo.gml">test3</a>
-</font>
 
-  </td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/irc.phtml
===================================================================
--- htdocs/trunk/en/irc.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/irc.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -6,9 +6,10 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-help.phtml"); ?>
-</td>
 
-<td valign=top>
+</div>
+<div id="content">
+
 <h1>GnuCash on IRC</h1>
 
 Have some fun (or merely get help with using and installing GnuCash) 

Modified: htdocs/trunk/en/links.phtml
===================================================================
--- htdocs/trunk/en/links.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/links.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-other.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-
-<td valign=top>
 <h1>Related Financial Software</h1>
 
 <table>
@@ -65,6 +64,4 @@
 ?>
 
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/lists.phtml
===================================================================
--- htdocs/trunk/en/lists.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/lists.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,17 +5,16 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-help.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-<td valign="top">
 <h1>GnuCash Mailing Lists</h1>
 
-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>
 
-<p>
-
 <table border="0" cellpadding=1 cellspacing="0" width="100%">
   <tr>
   <td valign="middle" align="center" bgcolor="#666699">
@@ -228,6 +227,5 @@
 </tr>
 </table>
 
-</td>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/oldnews.phtml
===================================================================
--- htdocs/trunk/en/oldnews.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/oldnews.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -6,18 +6,15 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main.phtml"); ?>
+</div>
+<div id="content">
 
-	</td>
-  <td valign=top width=98%>
-  
-
 <h1>Older Announcements</h1>
 
-<font size=-1>
+<p>
 This is an archive of announcements that once appeared on the 
 GnuCash home page.
-<br><br>
-</font>
+</p>
 
 <?php
     # indicate where to get translated news from ... 
@@ -26,7 +23,5 @@
     include($GLOBALS['DOCUMENT_ROOT']."/php-scripts/news-script.php");
     ?>  
 
-  </td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>
 

Modified: htdocs/trunk/en/promote.phtml
===================================================================
--- htdocs/trunk/en/promote.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/promote.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,108 +5,105 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-other.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-<td valign=top>
-<b>Promote GnuCash</b><br><br>
+<p><b>Promote GnuCash</b></p>
 
-Want to demonstrate your support for GnuCash?  Exhibit one of these 
+<p>Want to demonstrate your support for GnuCash?  Exhibit one of these 
 banners on your site.
-<p>
+</p>
 
-<a href="/images/banners/control_your_finan.jpg">
+<p><a href="/images/banners/control_your_finan.jpg">
 <img src="/images/banners/control_your_finan.jpg"
      alt="[Control your Finances with the Power of Open Source - GnuCash]">
-<br clear>
+<br>
 125 x 125 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash_dollar_button.jpg">
+<p><a href="/images/banners/gnucash_dollar_button.jpg">
 <img src="/images/banners/gnucash_dollar_button.jpg"
      alt="[Gnucash Personal Finance Software]">
-<br clear>
+<br>
 125 x 125 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/GnuCash_Long.jpg">
+<p><a href="/images/banners/GnuCash_Long.jpg">
 <img src="/images/banners/GnuCash_Long.jpg"
      alt="[Gnucash Personal Finance Software]">
-<br clear>
+<br>
 470 x 62 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnu_bill.gif">
+<p><a href="/images/banners/gnu_bill.gif">
 <img src="/images/banners/gnu_bill.gif"
      alt="[US. Dollar Bill w/Stallman's Gnu]">
-<br clear>
+<br>
 350 x 147 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash-green.png">
+<p><a href="/images/banners/gnucash-green.png">
 <img src="/images/banners/gnucash-green.png"
      alt="[Name in Bouncing Green]">
-<br clear>
+<br>
 394 x 123 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash-flying-win.png">
+<p><a href="/images/banners/gnucash-flying-win.png">
 <img src="/images/banners/gnucash-flying-win.png"
      alt="[Flying Screenshots of GnuCash Screens]">
-<br clear>
+<br>
 304 x 179 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash.jpg">
+<p><a href="/images/banners/gnucash.jpg">
 <img src="/images/banners/gnucash.jpg"
      alt="[white typewriter letters on black background]">
-<br clear>
+<br>
 256 x 53 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash_brown.jpg">
+<p><a href="/images/banners/gnucash_brown.jpg">
 <img src="/images/banners/gnucash_brown.jpg"
      alt="[black typewriter letters w/ drop shadow on brown background]">
-<br clear>
+<br>
 256 x 53 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash_light.jpg">
+<p><a href="/images/banners/gnucash_light.jpg">
 <img src="/images/banners/gnucash_light.jpg"
      alt="[black typewriter letters on light brown background]">
-<br clear>
+<br>
 256 x 53 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash_white.jpg">
+<p><a href="/images/banners/gnucash_white.jpg">
 <img src="/images/banners/gnucash_white.jpg"
      alt="[black typewriter letters on white background]">
-<br clear>
+<br>
 256 x 53 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/gnucash_techno.gif">
+<p><a href="/images/banners/gnucash_techno.gif">
 <img src="/images/banners/gnucash_techno.gif"
      alt="[modern techno/scifi font on clear background]">
-<br clear>
+<br>
 400 x 100 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/logo_beatnik.gif">
+<p><a href="/images/banners/logo_beatnik.gif">
 <img src="/images/banners/logo_beatnik.gif"
      alt="[black throbbing beatnik font w/ dropshadow on brown background]">
-<br clear>
+<br>
 287 x 88 pixels</a>
-<p>
+</p>
 
-<a href="/images/banners/logo_elegant.jpg">
+<p><a href="/images/banners/logo_elegant.jpg">
 <img src="/images/banners/logo_elegant.jpg"
      alt="[black elegante font on brown background]">
-<br clear>
+<br>
 287 x 88 pixels</a>
-<p>
+</p>
 
-
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>
 

Modified: htdocs/trunk/en/quiz-results-early.phtml
===================================================================
--- htdocs/trunk/en/quiz-results-early.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/quiz-results-early.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,16 +5,16 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-other.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-<td valign=top>
 <h1>GnuCash User Survey Results</h1>
-The survey continues, but this is a good time to take a break and show 
+<p>The survey continues, but this is a good time to take a break and show 
 some results.  For those too busy to read through the results, we 
 preface the results with a summary.
-<p>
-It has 45 questions, and its broken into 
-six sections:
+</p>
+<p>It has 45 questions, and its broken into 
+six sections:</p>
 <ul>
 <li>General
 <li>Commercializing GnuCash
@@ -24,8 +24,8 @@
 <li>Personal Profile
 </ul>
 
-The summary results and conclusions are below, by section.
-<p>
+<p>The summary results and conclusions are below, by section.
+</p>
 
 <dl>
 <dt><b>General and Personal Profile</b>
@@ -2606,6 +2606,4 @@
   </TR>
 </TABLE>
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/quiz-results.phtml
===================================================================
--- htdocs/trunk/en/quiz-results.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/quiz-results.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,16 +5,16 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-other.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-<td valign=top>
 <h1>GnuCash User Survey Results</h1>
-The first GnuCash user survey has ended, and the results are 
+<p>The first GnuCash user survey has ended, and the results are 
 shown below.  For those too busy to read through the results, we 
 preface the results with a summary.
-<p>
-It has 45 questions, and its broken into 
-six sections:
+</p>
+<p>It has 45 questions, and its broken into 
+six sections:</p>
 <ul>
 <li>General
 <li>Commercializing GnuCash
@@ -24,8 +24,8 @@
 <li>Personal Profile
 </ul>
 
-The summary results and conclusions are below, by section.
-<p>
+<p>The summary results and conclusions are below, by section.
+</p>
 
 <dl>
 <dt><b>General and Personal Profile</b>
@@ -38,9 +38,9 @@
 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.
-<p>
+</dd>
 
-Respondents are overwhelmingly male (97%), with a median age in 
+<p>Respondents are overwhelmingly male (97%), with a median age in 
 late-20's, early-30's. They are highly educated: more than 80%
 have college or post-grad degrees.  They're highly technical:
 better than 2/3rds are programmers, engineers or scientists.
@@ -52,32 +52,31 @@
 brain weighs much less than the muscles, guts and bones).
 At a later date, I hope to publish the results as they would 
 look if we surgically removed the geek elements.
-<p>
+</p><p>
 Nearly 90% have used accounting programs before.  Less then
 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>
 <dt><b>Commercializing GnuCash</b>
 <dd>
 Half of all respondents would buy a cdrom and a book. $20USD is
 the sweet spot for the CDROM price.  Support is not an issue.
 There is little interest in a 'GnuCash magazine' or in a 
-general-financial-advice website.
+general-financial-advice website.</dd>
 
-<p>
 <dt><b>Using GnuCash</b>
 <dd>
 About 80% use gnucash for core accounting, 10% for incidentals,
 and 10% for small-business.  25% would use an MS Windows version.
+</dd>
 
-<p>
 <dt><b>Future Features</b>
 <dd>
 Top requests: more features, better documentation, all aimed 
 squarely at the home user.  Top picks for each feature
 category are below:
-<p>
+</dd>
 <ul>
 <li><b>Home users</b>: scheduled transactions (integrated into 
     dayplanner/calendar), budgeting, more reports, online banking.
@@ -2812,6 +2811,4 @@
         </TR>
       </TABLE>
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/quiz.phtml
===================================================================
--- htdocs/trunk/en/quiz.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/quiz.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,25 +5,26 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-general.phtml"); ?>
-</td>
 
-<td valign=top>
+</div>
+<div id="content">
+
 <h1>GnuCash User Survey</h1>
 
-<b>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</b>
-<p>
-<b>
+<p><b>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</b>
+</p>
+<p><b>
 The GnuCash Features Survey is now closed.  You can view the results 
 <a href="/en/quiz-results.phtml">here</a>
-</b>
+</b></p>
 
 <p>
 <b>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</b>
-<p>
+</p><p>
 <b>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</b>
-<p>
+</p><p>
 <b>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</b>
-<p>
+</p><p>
 
 GnuCash is at a cross-roads in its development.  Most of the features one might
 expect in a basic accounting program have been implemented, and the few that
@@ -35,10 +36,10 @@
 can implement any feature they wish for GnuCash.   But maybe the results of this
 survey will help focus the debate and the energies a bit.   This is your chance
 to make your wishes known.
-<p>
+</p><p>
 Warning: this is a long survey. It has 45 questions, and its broken into 
 six sections:
-<ul>
+</p><ul>
 <li>General
 <li>Commercializing GnuCash
 <li>Using GnuCash
@@ -47,17 +48,13 @@
 <li>Personal Profile
 </ul>
 
-Feel free to skip questions that you
+<p>Feel free to skip questions that you
 don't understand, or those that you don't really have an opinion on.
 Skip entire pages if they bore you.
 But please: one vote per person, and no ballot-stuffing.
-<p>
+</p>
 
 <?php $sid=2;
        include("/home/httpd/tools/phpESP-1.2beta3/public/handler.php");?> 
 
-
-
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/required.phtml
===================================================================
--- htdocs/trunk/en/required.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/required.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,17 +5,16 @@
 ?>
 <?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">
 
-<td valign=top>
-
 <h1>Software Dependencies</h1>
 
-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 
 these libraries.
-<br><br>
+</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 
 required packages (<i>nightmare</i> is a word that has been used).
@@ -28,8 +27,8 @@
 be prepared for a rather long and involved install/upgrade proceedure.
 Note that even with <tt>apt-get</tt>, some packages may still need 
 to be installed manually.
-<br><br>
-
+</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 
@@ -290,7 +289,4 @@
 </table>
 
 
-
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/roadmap.phtml
===================================================================
--- htdocs/trunk/en/roadmap.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/roadmap.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,27 +5,26 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-developer.phtml"); ?>
+</div>
+<div id="content">
 
-</td>
-<td valign=top>
-
 <h1>The Road Ahead</h1>
 
-Gnucash is approaching the point where it will soon support most of the 
+<p>Gnucash is approaching the point where it will soon support most of the 
 basic features one expects from an accounting/financial application.  When
 it gets there, hopefully soon, we will have to contemplate the future.
 What lies ahead?
-<p>
+</p>
 
-There are several directions that the project can move in.  These
+<p>There are several directions that the project can move in.  These
 directions serve different constituencies, different communities of 
 users.  Many of these seem incompatible, and so the tension must be 
 resolved, or a choice must be made.  The list below is ordered along 
-the lines of 'most obvious' to 'far out there'.
+the lines of 'most obvious' to 'far out there'.</p>
 <p>
 We asked for your opinions on this matter back in 2001 in the 
 <a href="/en/quiz.phtml">User Survey</a>.  The responses
-are <a href="/en/quiz-results/phtml">tabulated  here</a>.
+are <a href="/en/quiz-results/phtml">tabulated  here</a>.</p>
 
 <dl>
 <dt><b>Small Business Version</b>
@@ -219,15 +218,14 @@
     <p>
     
 </dl>
-<br><br>
+<div>
 <h1>The Last Word?</h1>
 The above is just a sketch of possible future
 directions.  A more practical, down-to-earth, detailed list
 of planned work items can be reviewed on the 
 <a href="http://www.linas.org/linux/gnucash/projects.html">
 GnuCash Projects</a> page.
-<br><br>
+</div>
 
-</td>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/screenshots.phtml
===================================================================
--- htdocs/trunk/en/screenshots.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/screenshots.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?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">
 
-<td valign=top>
-
 <h1>Screenshots</h1>
 
 <table border=0 cellpadding=1 cellspacing=0 width="100%">
@@ -53,7 +52,4 @@
 </tr>
 </table>
 
-</td>
-
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/search.phtml
===================================================================
--- htdocs/trunk/en/search.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/search.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,11 +5,9 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-search.phtml"); ?>
+</div>
+<div id="content">
 
-	</td>
-  <td valign=top width=98%>
-  
-
 <?php
 
 
@@ -140,6 +138,5 @@
 include($GLOBALS['DOCUMENT_ROOT']."/en/components/table_bottom.phtml");
 
 ?>
-  </td>
 
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Modified: htdocs/trunk/en/sizing.phtml
===================================================================
--- htdocs/trunk/en/sizing.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/sizing.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,10 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-other.phtml"); ?>
-</td>
+</div>
+<div id="content">
 
-<td valign=top>
-<b>Sizing</b><br><br>
+<p><b>Sizing</b></p>
 
 <p>
 It can often be quite interesting to study the source code metrics behind
@@ -16,11 +16,11 @@
 afterall.  GnuCash has grown, over the years, from a small handy electronic 
 checkbook to a rather large and multi-featured desktop app.  
 </p>
-<P>
+<p>
 GnuCash currently consists of over a third of a million lines of code 
 spread over more than a thousand files.  It has been translated into 
 twenty-three languages and credits over 139 authors and contributors.
-</P>
+</p>
 <p>
 <img src="../images/sizing-graph.png">
 </p>
@@ -486,8 +486,4 @@
     </DD>
 </DL>
 
-
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>
-

Modified: htdocs/trunk/en/sql.phtml
===================================================================
--- htdocs/trunk/en/sql.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/sql.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,14 +5,12 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-documentation.phtml"); ?>
+</div>
+<div id="content">
 
-</td>
-<td valign="top" width="98%">
-
 <h1>Using GnuCash With the SQL Backend</h1>
 
-<font size=-1>
-Below is a copy of src/backend/postgres/README.
+<p>Below is a copy of src/backend/postgres/README.</p>
 <pre>
 
          GnuCash SQL/Postgres Support/HOWTO
@@ -528,9 +526,5 @@
 
 </pre>
 
-</font>
-
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>
 

Modified: htdocs/trunk/en/state_of_the_gnucash_project.phtml
===================================================================
--- htdocs/trunk/en/state_of_the_gnucash_project.phtml	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/en/state_of_the_gnucash_project.phtml	2006-01-17 17:48:06 UTC (rev 12828)
@@ -5,10 +5,9 @@
 ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/menu/menu-main-developer.phtml"); ?>
+</div>
+<div id="content">
 
-</td>
-<td valign=top>
-
 <h1>State of the GnuCash project, a call for help</h1>
 
 <p>The GnuCash project is having a hard time.  I think most everyone agrees that GnuCash is a critical piece of software for the GNU/Linux desktop.  It's also one the largest free software projects.  How big is it?  GnuCash currently has 287,853 physical source lines of code (SLOC).  For example, had the current GnuCash CVS been included in RedHat 7.1, it would come in 21st position in code size (see <a href="http://www.dwheeler.com/sloc/">http://www.dwheeler.com/sloc/</a>).  At that time,  the current GnuCash CVS source would have been pretty similar in size to qt, postgresql or perl, about 60% of Gimp and between 12% and 16% of Xfree, Mozilla or the Linux kernel.  Although GnuCash comes up in every discussion of needed software to get GNU/Linux on the desktop, the GnuCash project currently has only about seven active developers (active being used very loosely here, considering I included myself) and enjoys far less exposure than many projects of a similar size.</p>
@@ -72,6 +71,4 @@
 
 <p><a href="mailto:bock at step.polymtl.ca">Benoit Gr&eacute;goire</a></p>
 
-</td>
-
 <?php include($GLOBALS['DOCUMENT_ROOT']."/en/components/footer.phtml"); ?>

Added: htdocs/trunk/gnucash2.css
===================================================================
--- htdocs/trunk/gnucash2.css	2006-01-17 16:53:22 UTC (rev 12827)
+++ htdocs/trunk/gnucash2.css	2006-01-17 17:48:06 UTC (rev 12828)
@@ -0,0 +1,86 @@
+BODY {
+	font-family:"Free Sans",helvetica,verdana,arial,clean,sans-serif;
+	font-size:1em;
+	color:black;
+	background-color:white;
+	border: 0px;
+	margin: 0px;
+}
+#head {
+	background-color: #666699;
+	color: white;
+	font-size:0.8em;
+}
+#head a:link {
+	color:white;
+	background-color:transparent;
+	}
+
+#head a:visited {
+	color:white;
+	background-color:transparent;
+	}
+
+#head a:active {
+	color:white;
+	background-color:transparent;
+	}
+#tail {
+	font-size:0.8em;
+	clear:both;
+	float:none;
+	background-color: #666699;
+	color: white;
+	margin-left:0;
+	margin-right:0;
+}
+#gnclogo {
+	border-style: none;
+	width: 179px;
+	height: 45px;
+	margin-left: 0;
+	margin-top: 0;
+	border: 0;
+	padding: 0;
+}
+#news	{
+	float:left;
+	color: white;
+	width: 20%;
+	color: black;
+}
+#general {
+	background-color: #cacaf7;
+}
+.othernews {
+	background-color: white;
+}
+.dot	{
+	border-style:none;
+	width: 8px;
+	height: 8px;
+	margin-left: 8px;
+	margin-right: 8px;
+}
+#content {
+	float:left;
+	width:65%;
+	margin-right: 2em;
+	padding-right: 1em;
+	margin-left:2em;
+	text-align:justify;
+}
+#news LI	{
+	list-style-image:url(images/webding.png);
+}
+#location {
+	padding-left:0.3em;
+}
+#language {
+	 float:right;
+	 margin-right:1em;
+}
+.linktop {
+	position:relative;
+	top:0.5em;
+}



More information about the gnucash-changes mailing list