r20999 - htdocs/branches/beta - More fixes for validation errors.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 09:21:45 EDT 2011


Author: cmarchi
Date: 2011-07-30 09:21:44 -0400 (Sat, 30 Jul 2011)
New Revision: 20999
Trac: http://svn.gnucash.org/trac/changeset/20999

Modified:
   htdocs/branches/beta/externals/header.phtml
   htdocs/branches/beta/features.phtml
Log:
More fixes for validation errors.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-30 13:18:22 UTC (rev 20998)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-30 13:21:44 UTC (rev 20999)
@@ -33,15 +33,15 @@
 <div id="head">
 <div style="float:right;">
 <p id="rss">
-<a href="http://gnucash.uservoice.com/"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/uservoice-32x32.png" title="<?php echo T_($titleuservoice);?>" alt="[Donation]" width="32" height="32" /></a>
-<a href="http://sourceforge.net/donate/index.php?group_id=192"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/donation-32x32.png" title="<?php echo T_($titledonation);?>" alt="[Donation]" width="32" height="32" /></a>
-<a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="<?php echo T_($titleRSS);?>" alt="[atom syndication feed]" width="32" height="32" /></a>
+<a href="http://gnucash.uservoice.com/"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/uservoice-32x32.png" title="<?php echo T_($titleuservoice);?>" alt="[Donation]" width="32" height="32"></a>
+<a href="http://sourceforge.net/donate/index.php?group_id=192"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/donation-32x32.png" title="<?php echo T_($titledonation);?>" alt="[Donation]" width="32" height="32"></a>
+<a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="<?php echo T_($titleRSS);?>" alt="[atom syndication feed]" width="32" height="32"></a>
 </p>
 </div>
 
 <div style="margin: 0px 0px 0 0;">
 <a href="<?=$home?>/"><!--img src="<?=$home?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/ -->
-<img alt="banner" src="<?=$home?>/externals/banner5.png" /></a>
+<img alt="banner" src="<?=$home?>/externals/banner5.png"></a>
 <p style="font-style:italic; font-size:1.1em; margin: 0 0 0 10px; color: #08006d"><?php echo T_("Free Acconting Software");?></p>
 </div>
 

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-07-30 13:18:22 UTC (rev 20998)
+++ htdocs/branches/beta/features.phtml	2011-07-30 13:21:44 UTC (rev 20999)
@@ -6,7 +6,7 @@
 include("$top_dir/externals/menu.phtml");
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img src="<?=$top_dir?>/externals/gnucash-vert.png"></img></div>
+<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
 
 <div id="content">
 <h1><?php echo T_($title);?></h1>
@@ -42,7 +42,7 @@
 <h2 class="featuretitle"><?php echo T_("Checkbook-Style Register");?></h2>
 </div>
 <div class="center">
-<img class="featureimage" src="<?=$top_dir?>/images/features/feature_register.png" alt="[Register]"></img>
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_register.png" alt="[Register]">
 </div>
 <p class="justify">
 <?php echo T_("The <span class=\"gnucash\">GnuCash</span> checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.");?>
@@ -76,7 +76,7 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Reports, Graphs");?></h2>
 </div>
-<img class="featureimage" src="<?=$top_dir?>/images/features/feature_graph-report.png" alt="[Graphs]"></img>
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_graph-report.png" alt="[Graphs]">
 <p class="justify">
 <?php echo T_("<span class=\"gnucash\">GnuCash</span> has an integrated module to display graphs of your financial data in the form of:");?>
 </p>
@@ -102,7 +102,7 @@
 <h2 class="featuretitle"><?php echo T_("Statement Reconciliation");?></h2>
 </div>
 <div class="center">
-<img class="featureimage" src="<?=$top_dir?>/images/features/feature_reconcile.png" alt="[Reconcile]"></img>
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_reconcile.png" alt="[Reconcile]">
 </div>
 <p class="justify"><?php echo T_("The <b>reconciliation</b> of an account is an operation that allows the user to check the entered transactions belonging to a <span class=\"gnucash\">GnuCash</span> account against a bank statement. This operation is very useful to spot untracked transactions or data entry errors.");?></p>
 <p class="justify"><?php echo T_("The <span class=\"gnucash\">GnuCash</span> reconcile tool with running reconciled and cleared balances makes reconciling against bank statements an easy task.");?></p>



More information about the gnucash-changes mailing list