[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1734] trunk/templates/demo/income_statement.html
- Subject: SF.net SVN: ledger-smb: [1734] trunk/templates/demo/income_statement.html
- From: ..hidden..
- Date: Wed, 10 Oct 2007 09:58:25 -0700
Revision: 1734
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1734&view=rev
Author: tetragon
Date: 2007-10-10 09:58:25 -0700 (Wed, 10 Oct 2007)
Log Message:
-----------
Base XHTML 1.0 Transitional fixes
Modified Paths:
--------------
trunk/templates/demo/income_statement.html
Modified: trunk/templates/demo/income_statement.html
===================================================================
--- trunk/templates/demo/income_statement.html 2007-10-10 16:39:21 UTC (rev 1733)
+++ trunk/templates/demo/income_statement.html 2007-10-10 16:58:25 UTC (rev 1734)
@@ -1,12 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title><?lsmb titlebar ?></title>
+ <meta http-equiv="Pragma" content="no-cache" />
+ <meta http-equiv="Expires" content="-1" />
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+ <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta name="robots" content="noindex,nofollow" />
+ <style type="text/css">
+ a {
+ color: inherit;
+ background-color: inherit;
+ text-decoration: none;
+ }
+ a:link {
+ color: inherit;
+ background-color: inherit;
+ text-decoration: none;
+ }
+ a:visited {
+ color: inherit;
+ background-color: inherit;
+ text-decoration: none;
+ }
+ a:hover {
+ color: inherit;
+ background-color: inherit;
+ text-decoration: none;
+ border-bottom: thin dashed;
+ }
+ </style>
+</head>
+
<body>
-<h2 align=center>
+<h2 align="center">
<?lsmb company ?>
-<br><?lsmb address ?>
+<br /><?lsmb address ?>
-<p>INCOME STATEMENT
-<br><?lsmb period ?>
+<br />INCOME STATEMENT
+<br /><?lsmb period ?>
</h2>
<?lsmb IF department ?>
@@ -17,9 +53,9 @@
<h4>Project Number: <?lsmb projectnumber ?></h4>
<?lsmb END ?>
-<table width=100% border=0>
+<table width="100%" border="0">
<tr>
- <th width=400 align=left colspan=2>INCOME<br><hr width=300 size=5 align=left noshade></th>
+ <th width="400" align="left" colspan="2">INCOME<br /><hr width="300" size="5" align="left" noshade="noshade" /></th>
<th><?lsmb this_period ?></th>
<th><?lsmb last_period ?></th>
</tr>
@@ -27,28 +63,28 @@
<?lsmb FOREACH income_account ?>
<?lsmb loop_count = loop.count - 1 ?>
<tr>
- <td width=4> </td>
+ <td width="4"> </td>
<td><?lsmb income_account.${loop_count} ?></td>
- <td align=right><?lsmb income_this_period.${loop_count} ?></td>
- <td align=right><?lsmb income_last_period.${loop_count} ?></td>
+ <td align="right"><?lsmb income_this_period.${loop_count} ?></td>
+ <td align="right"><?lsmb income_last_period.${loop_count} ?></td>
</tr>
<?lsmb END ?>
<tr>
- <td colspan=2> </td>
- <td><hr noshade size=1></td>
- <td><hr noshade size=1></td>
+ <td colspan="2"> </td>
+ <td><hr noshade="noshade" size="1" /></td>
+ <td><hr noshade="noshade" size="1" /></td>
</tr>
-<tr valign=top>
+<tr valign="top">
<td> </td>
- <th align=left>TOTAL INCOME</th>
- <td align=right><?lsmb total_income_this_period ?><hr noshade size=2></td>
- <td align=right><?lsmb total_income_last_period ?><hr noshade size=2></td>
+ <th align="left">TOTAL INCOME</th>
+ <td align="right"><?lsmb total_income_this_period ?><hr noshade="noshade" size="2" /></td>
+ <td align="right"><?lsmb total_income_last_period ?><hr noshade="noshade" size="2" /></td>
</tr>
<tr>
- <th align=left colspan=2>EXPENSES<br><hr width=300 size=5 align=left noshade></th>
+ <th align="left" colspan="2">EXPENSES<br /><hr width="300" size="5" align="left" noshade="noshade" /></th>
</tr>
<?lsmb FOREACH expense_account ?>
@@ -56,28 +92,28 @@
<tr>
<td> </td>
<td><?lsmb expense_account.${loop_count} ?></td>
- <td align=right><?lsmb expenses_this_period.${loop_count} ?></td>
- <td align=right><?lsmb expenses_last_period.${loop_count} ?></td>
+ <td align="right"><?lsmb expenses_this_period.${loop_count} ?></td>
+ <td align="right"><?lsmb expenses_last_period.${loop_count} ?></td>
</tr>
<?lsmb END ?>
<tr>
- <td colspan=2> </td>
- <td><hr noshade size=1></td>
- <td><hr noshade size=1></td>
+ <td colspan="2"> </td>
+ <td><hr noshade="noshade" size="1" /></td>
+ <td><hr noshade="noshade" size="1" /></td>
</tr>
-<tr valign=top>
+<tr valign="top">
<td> </td>
- <th align=left>TOTAL EXPENSES</th>
- <td align=right><?lsmb total_expenses_this_period ?><br><hr noshade size=2</td>
- <td align=right><?lsmb total_expenses_last_period ?><br><hr noshade size=2</td>
+ <th align="left">TOTAL EXPENSES</th>
+ <td align="right"><?lsmb total_expenses_this_period ?><br /><hr noshade="noshade" size="2" /></td>
+ <td align="right"><?lsmb total_expenses_last_period ?><br /><hr noshade="noshade" size="2" /></td>
</tr>
-<tr valign=top>
- <th align=left colspan=2>INCOME / (LOSS)</th>
- <td align=right><?lsmb total_this_period ?><br><hr noshade size=2></td>
- <td align=right><?lsmb total_last_period ?><br><hr noshade size=2></td>
+<tr valign="top">
+ <th align="left" colspan="2">INCOME / (LOSS)</th>
+ <td align="right"><?lsmb total_this_period ?><br /><hr noshade="noshade" size="2" /></td>
+ <td align="right"><?lsmb total_last_period ?><br /><hr noshade="noshade" size="2" /></td>
</tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.