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.
55 lines
1.3 KiB
55 lines
1.3 KiB
<form method="POST" action="subnet.php">
|
|
<input type="hidden" name="id" value="{$subnet->id}">
|
|
|
|
<table class="title">
|
|
<tr>
|
|
<td class="header">
|
|
{$lang_subnetlocation}
|
|
</td>
|
|
<td align="right">
|
|
<a href="#" onClick="history.go(-1)"><img src="image.php?icon=back" alt="{$lang_cancel}"></a>
|
|
<input type="image" name="submit[exec-ledit]" src="image.php?icon=next" alt="{$lang_submit}">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table class="info">
|
|
<tr>
|
|
<td class="header">
|
|
{$lang_subnet}
|
|
</td>
|
|
<td class="header_right">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label">
|
|
{$lang_subnet_subnetaddress}/{$lang_subnet_mask}
|
|
</td>
|
|
<td class="value">
|
|
<a href="subnet.php?f=view&id={$subnet->id}">{$subnet->address}/{$subnet->mask}</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table class="info">
|
|
<tr>
|
|
<td class="header">
|
|
{$lang_location}
|
|
</td>
|
|
<td class="header_right">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label">
|
|
{$lang_options}
|
|
</td>
|
|
<td class="value">
|
|
<input type="radio" name="action" id="opt1" value="subnetlocationadd" checked> <label for="opt1">{$lang_location_add}</label><br>
|
|
<input type="radio" name="action" id="opt2" value="subnetlocationdel"> <label for="opt2">{$lang_location_del}</label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|