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.
62 lines
1.5 KiB
62 lines
1.5 KiB
<table border="0" width="100%">
|
|
<tr>
|
|
<td>
|
|
<b>{lang_location}:</b><br>
|
|
</td>
|
|
<td align="right">
|
|
<a href="locationadd.php?location_id={location_id}"><img src="images/add.gif" border="0" title="{lang_sublocation_add}"></a>
|
|
<a href="locationedit.php?location_id={location_id}"><img src="images/edit.gif" border="0" title="{lang_location_edit}"></a>
|
|
<a href="locationdel.php?location_id={location_id}"><img src="images/del.gif" border="0" title="{lang_location_del}"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
<b>{lang_location_name}:</b>
|
|
</td>
|
|
<td>
|
|
[BLOCK table AS locationcrumb]
|
|
[BLOCK locationcrumbrow]
|
|
{seperator}<a href="locationview.php?location_id={location_id}">{location_name}</a>
|
|
[END locationcrumbrow]
|
|
[END table]
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>{lang_location_info}:</b>
|
|
</td>
|
|
<td>
|
|
{location_info}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>{lang_subnets}:</b>
|
|
</td>
|
|
[BLOCK table AS subnet]
|
|
<td>
|
|
[BLOCK subnetrow]
|
|
<a href="subnetview.php?subnet_id={subnet_id}">{subnet_address}/{subnet_mask}</a><br>
|
|
[END subnetrow]
|
|
</td>
|
|
[END table]
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<b>{lang_sublocations}:</b>
|
|
</td>
|
|
[BLOCK table AS sublocation]
|
|
<td>
|
|
[BLOCK sublocationrow]
|
|
<a href="locationview.php?location_id={sublocation_id}">{sublocation_name}</a><br>
|
|
[END sublocationrow]
|
|
</td>
|
|
[END table]
|
|
</td>
|
|
</tr>
|
|
</table> |