improved html structure

This commit is contained in:
Serghey Rodin 2012-09-27 20:29:28 +03:00
commit d2efdc212e
49 changed files with 98 additions and 193 deletions

View file

@ -197,8 +197,6 @@
?>
</table>
<?php if ($i == 0) echo "<table class=\"data-null\"><tr><td></td></tr></table>"; ?>
<table class="data-count">
<tr>
<td width="160px"></td>
@ -215,6 +213,3 @@
</table>
</form>
<?php if ($i == 0) echo "<table class=\"data-spacer\" style=\"height:300px\"><tr><td></td></tr></table>"; ?>
<?php if ($i == 1) echo "<table class=\"data-spacer\" style=\"height:193px\"><tr><td></td></tr></table>"; ?>
<?php if ($i == 2) echo "<table class=\"data-spacer\" style=\"height:76px\"><tr><td></td></tr></table>"; ?>