r21033 - htdocs/branches/beta - Validate feature page.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 09:29:49 EDT 2011


Author: cmarchi
Date: 2011-07-31 09:29:49 -0400 (Sun, 31 Jul 2011)
New Revision: 21033
Trac: http://svn.gnucash.org/trac/changeset/21033

Modified:
   htdocs/branches/beta/features.phtml
Log:
Validate feature page.

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-07-31 13:24:22 UTC (rev 21032)
+++ htdocs/branches/beta/features.phtml	2011-07-31 13:29:49 UTC (rev 21033)
@@ -28,7 +28,7 @@
 <h2 class="featuretitle"><?php echo T_("Double Entry");?></h2>
 </div>
 <div class="center">
-<img class="featureimage" src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]">
+<img class="featureimage" src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]" />
 </div>
 <p class="justify">
 <?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures the books balance: the difference between income and expenses exactly equals the sum of assets and liabilities.");?>
@@ -40,10 +40,10 @@
 <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 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.");?>
+<?php echo T_("The <span class=\"gnucash\">GnuCash</span> checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.");?></p>
 <p class="justify">
 <?php echo T_("The register supports common checking and credit-card transactions, as well as income, stock and currency transactions. The following features are also provided:");?>
 </p>
@@ -61,7 +61,7 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Scheduled Transactions");?></h2>
 </div>
-<img class="featureimage" src="<?=$top_dir?>/images/features/feature_SX.png" alt="[Scheduled transactions]">
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_SX.png" alt="[Scheduled transactions]" />
 <p class="justify">
 <?php echo T_("You can create recurring transactions with a high level of customization of amounts and timeline. You can also set an automatic reminder when a transaction is due.");?>
 </p>
@@ -74,7 +74,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 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>
@@ -100,7 +100,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 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>
@@ -135,7 +135,7 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Multiple Currencies");?></h2>
 </div>
-<img class="featureimage" src="<?=$top_dir?>/images/features/feature_currency.png" alt="[Multiple currencies]">
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_currency.png" alt="[Multiple currencies]" />
 <p class="justify">
 <?php echo T_("Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled.");?>
 </p>



More information about the gnucash-changes mailing list