<form action="{$GRID_LINK}{if $ACT}&act={$ACT}{/if}" name="ResForm" enctype="multipart/form-data" method="post">
|
<input type="hidden" name="num1" id="num1" value="">
|
<input type="hidden" name="num2" id="num2" value="">
|
<input type="hidden" name="numz1" id="numz1" value="">
|
<input type="hidden" name="numz2" id="numz2" value="">
|
|
<table summary="T" style="margin-top:3px;border:1px #666 solid;text-align:left;" width="70%" cellpadding="0" cellspacing="1">
|
<tr>
|
<td class="fixed" width="30%">{$change_lok_name} 1</td>
|
<td class="fixed" width="30%">{$change_lok_name} 2</td>
|
<!--td class="fixed" width="30%">{$actual}</td-->
|
<td class="fixed" width="2%"> </td>
|
<td class="fixed" width="2%"> </td>
|
<!--td class="fixed" align="center" width="2%"> </td-->
|
</tr>
|
<tr>
|
<td class="notfixed">
|
<select style="width:150px;" id="change_poezd" onchange="xajax_Change_ZBand(1, document.getElementById('change_poezd').value);document.getElementById('num1').value='';" name="change_poezd">
|
<option value=''>Choice</option>
|
{section name=sec loop=$zband1}
|
<option value="{$zband1[sec][0]}">
|
{$zband1[sec][0]}
|
{$zband1[sec][1]}
|
</option>
|
{/section}
|
</select>
|
</td>
|
<td class="notfixed">
|
<select style="width:150px;" id="change_poezd2" onchange="xajax_Change_ZBand(2, document.getElementById('change_poezd2').value);document.getElementById('num2').value='';" name="change_poezd2">
|
<option value=''>Choice</option>
|
{section name=sec loop=$zband2}
|
<option value="{$zband1[sec][0]}">
|
{$zband2[sec][0]}
|
{$zband2[sec][1]}
|
</option>
|
{/section}
|
</select>
|
</td>
|
<!--td class="notfixed"><input type="button" onclick="if (confirm('{$actual}?')) xajax_ActualSost();" value="{$actual_but}" ></td-->
|
<td class="notfixed"><a href="#" onclick="xajax_ViewZEx();" title="{$view_preex}"><img src="Icons/kart.gif" alt="{$view_preex}" /></a></td>
|
<td class="notfixed"><a href="{$GRID_LINK}&act={$ACT}&act_adm=1" target="_blank" title="{$view_preex_print}"><img src="images/printer.png" alt="{$view_preex_print}" /></a></td>
|
</tr>
|
</table>
|
|
<div id="div_zuge_view1" align="left"></div>
|
<div id="div_zuge_view2" align="left"></div>
|
|
<div style="display:block;" id="div_legend">
|
<table style="margin-top:3px;" width="60%" summary="T" cellpadding="0" cellspacing="0"><tr>
|
<td class="red" style="border:1px #666 solid;width:20px;"> </td><td> A</td>
|
<td class="ora" style="border:1px #666 solid;width:20px;"> </td><td> B</td>
|
<td class="yel" style="border:1px #666 solid;width:20px;"> </td><td> C</td>
|
<td class="gre" style="border:1px #666 solid;width:20px;"> </td><td> D</td></tr>
|
</table>
|
</div>
|
|
<div style="display:block;" id="div_oper">
|
<table style="margin-top:1px;" width="100%" summary="T" cellpadding="0" cellspacing="0">
|
<tr><td width="40%" style="text-align:left;"><input type="button" id="OK" name="OK" value="_OK_" onclick="if (document.getElementById('numz1').value != '' && document.getElementById('numz2').value != '') xajax_ZEx(document.getElementById('change_poezd').value, document.getElementById('num1').value, document.getElementById('numz1').value, document.getElementById('change_poezd2').value, document.getElementById('num2').value, document.getElementById('numz2').value); else xajax_ZMove(document.getElementById('change_poezd').value, document.getElementById('num1').value, document.getElementById('numz1').value, document.getElementById('change_poezd2').value, document.getElementById('num2').value, document.getElementById('numz2').value);"></td>
|
</tr>
|
</table>
|
</div>
|
|
<div id="div_preex"></div>
|
</form>
|