You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
868 B
37 lines
868 B
2 years ago
|
<form method="POST" action="submit.php">
|
||
|
<input type="hidden" name="del" value="zone">
|
||
|
<input type="hidden" name="zone_id" value="{$zone.zone_id}">
|
||
|
|
||
|
<table class="title">
|
||
|
<tr>
|
||
|
<td class="header">
|
||
|
{$zone_origin}
|
||
|
</td>
|
||
|
<td align="right">
|
||
|
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=cancel" alt="{$lang_cancel}"></a>
|
||
|
<input type="image" src="images/table_delete.png" alt="{$lang_submit}">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table class="info">
|
||
|
<tr>
|
||
|
<td class="header">
|
||
|
{$lang_zone}
|
||
|
</td>
|
||
|
<td class="header_right">
|
||
|
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="label">
|
||
|
{$lang_zone}
|
||
|
</td>
|
||
|
<td class="value">
|
||
|
<a href="zoneview.php?zone_id={$zone.zone_id}">{$zone.zone_origin}</a>
|
||
|
({$zone.zone_serial})
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</form>
|