[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1564] trunk/UI/gl-report.html
- Subject: SF.net SVN: ledger-smb: [1564] trunk/UI/gl-report.html
- From: ..hidden..
- Date: Tue, 11 Sep 2007 08:28:11 -0700
Revision: 1564
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1564&view=rev
Author: tetragon
Date: 2007-09-11 08:28:05 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
XHTML 1.0 Transitional fixes
Modified Paths:
--------------
trunk/UI/gl-report.html
Modified: trunk/UI/gl-report.html
===================================================================
--- trunk/UI/gl-report.html 2007-09-11 15:18:39 UTC (rev 1563)
+++ trunk/UI/gl-report.html 2007-09-11 15:28:05 UTC (rev 1564)
@@ -14,17 +14,17 @@
<?lsmb PROCESS elements.html ?>
<body>
-<table width=100%>
+<table width="100%">
<tr>
- <th class=listtop><?lsmb form.title ?></th>
+ <th class="listtop"><?lsmb form.title ?></th>
</tr>
- <tr height="5"></tr>
+ <tr><td colspan="<?lsmb columns.size ?>"> </td></tr>
<tr>
<td><?lsmb options ?></td>
</tr>
<tr>
<td>
- <table width=100%>
+ <table width="100%">
<tr class="listheading">
<?lsmb FOREACH column IN columns ?><?lsmb IF heading.$column.href ?>
<th class="listheading"><a class="listheading" href="<?lsmb heading.$column.href ?>"><?lsmb heading.$column.text ?></a></th>
@@ -63,23 +63,23 @@
</tr>
<?lsmb END ?>
<?lsmb END ?>
- <tr class=listtotal>
+ <tr class="listtotal">
<?lsmb FOREACH column IN columns ?>
-<th align=right class=listtotal><?lsmb totals.$column ?></th>
+<th align="right" class="listtotal"><?lsmb totals.$column ?></th>
<?lsmb END ?>
</tr>
</table>
</td>
</tr>
<tr>
- <td><hr size=3 noshade></td>
+ <td><hr size="3" noshade="noshade" /></td>
</tr>
</table>
<br />
-<form method=post action=gl.pl>
-<?lsmb FOREACH pair IN form.callback.split('&') ?><?lsmb hidden = pair.split('=') ?>
+<form method="post" action="gl.pl">
+<?lsmb FOREACH pair IN form.callback.split('&') ?><?lsmb hidden = pair.split('=') ?>
<?lsmb IF NOT loop.first ?>
<?lsmb PROCESS input element_data={type => 'hidden', name => hidden.0, value => hidden.1} ?>
<?lsmb END ?><?lsmb END ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.