taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<form action="{$GRID_LINK}&amp;act={$ACT}" target="_blank" name="ResForm" enctype="multipart/form-data" method="post">
 <table summary="T" style="margin-top:5px;border:1px #666 solid;" width="100%">
<tr>
 <td class="fixed" align="center" width="50%">{$change_vag_name}</td>
 <td class="fixed" align="center" width="50%">{$status}</td>
 <!--td class="fixed" align="center" width="10%">Export</td-->
</tr>
<tr>
 <td class="notfixed" align="center"><div id="div_vags">{$div_vags}</div></td>
 <td class="notfixed" align="center"><div id="div_stats">{$div_stats}</div></td>
 <!--td class="notfixed" align="center"><a href="index.php?form=31&act=11&act_adm=4" target="_blank" title="Export"><img src="Icons/copyto2.GIF" alt="Export" /></a></td-->
</tr>
</table>
</form>
 
<div id="div_grid">{$div_grid}</div>