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.
99 lines
2.3 KiB
99 lines
2.3 KiB
<table class="title">
|
|
<tr>
|
|
<td class="header">
|
|
{location_name}
|
|
</td>
|
|
<td align="right">
|
|
<a href="locationadd.php?location_parent={location_id}"><img src="image.php?icon=add" alt="{lang_sublocation_add}"></a>
|
|
<a href="locationedit.php?location_id={location_id}"><img src="image.php?icon=edit" alt="{lang_location_edit}"></a>
|
|
<a href="locationdel.php?location_id={location_id}"><img src="image.php?icon=delete" alt="{lang_location_del}"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
|
|
[BLOCK location_table AS location_table]
|
|
<table class="info">
|
|
<tr>
|
|
<td class="header">
|
|
{lang_location}
|
|
</td>
|
|
<td class="header_right">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label">
|
|
{lang_location_name}
|
|
</td>
|
|
<td class="value">
|
|
[BLOCK locationcrumb_table AS locationcrumb_table]
|
|
[BLOCK locationcrumb_row]
|
|
{seperator}<a href="locationview.php?location_id={location_id}">{location_name}</a>
|
|
[END locationcrumb_row]
|
|
[END locationcrumb_table]
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label">
|
|
{lang_location_info}
|
|
</td>
|
|
<td class="value">
|
|
{location_info}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
[END location_table]
|
|
|
|
<p>
|
|
|
|
<table class="info">
|
|
<tr>
|
|
<td class="header">
|
|
{lang_sublocation}
|
|
</td>
|
|
<td class="header_right">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label">
|
|
{lang_sublocations} ({sublocation_counter})
|
|
</td>
|
|
<td class="value">
|
|
[BLOCK sublocation_table AS sublocation_table]
|
|
[BLOCK sublocation_row]
|
|
<a href="locationview.php?location_id={sublocation_id}">{sublocation_name}</a><br>
|
|
[END sublocation_row]
|
|
[END sublocation_table]
|
|
</td>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
|
|
<table class="info">
|
|
<tr>
|
|
<td class="header">
|
|
{lang_subnet}
|
|
</td>
|
|
<td class="header_right">
|
|
<a href="locationsubnetedit.php?location_id={location_id}"><img src="image.php?icon=edit" alt="{lang_locationsubnet_edit}"></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="label">
|
|
{lang_subnets} ({subnet_counter})
|
|
</td>
|
|
<td class="value">
|
|
[BLOCK subnet_table AS subnet_table]
|
|
[BLOCK subnet_row]
|
|
<a href="subnetview.php?subnet_id={subnet_id}">{subnet_address}/{subnet_mask}</a><br>
|
|
[END subnet_row]
|
|
[END subnet_table]
|
|
</td>
|
|
</tr>
|
|
</table> |