mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -07:00
improved html structure
This commit is contained in:
parent
021e9f8d70
commit
d2efdc212e
49 changed files with 98 additions and 193 deletions
|
@ -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>"; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue