taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<form action="" method="post">
<table summary="таблица" style="margin-top:3px;border:1px #666 solid;" width="35%">
<tr>
 <td class="fixed" align="center" width="30%">{$change_kilo_name}</td>
 <td class="fixed" align="center" width="25%">&nbsp;</td>
</tr>
<tr>
 <td class="notfixed" align="center">
    <input type="text" name="lok_kilo" maxlength="9" id="lok_kilo" value="{$lok_kilo}" />
 </td>
 <td class="notfixed" align="center">
    <input type="button" name="change_kilo_name" onclick="xajax_EditKilo(document.getElementById('change_poezd').value, document.getElementById('lok_kilo').value);" value="_Change_" style="width:95%;" />
 </td>
</tr>
</table>
</form>