Changes adopted from version 0.5
This commit is contained in:
+70
-33
@@ -1,62 +1,99 @@
|
||||
<table border="0" width="100%">
|
||||
<table class="title">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_location}:</b><br>
|
||||
<td class="header">
|
||||
{location_name}
|
||||
</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>
|
||||
<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>
|
||||
|
||||
<table border="0">
|
||||
[BLOCK location_table AS location_table]
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_location_name}:</b>
|
||||
<td class="header">
|
||||
{lang_location}
|
||||
</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 class="header_right">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_location_info}:</b>
|
||||
<td class="label">
|
||||
{lang_location_name}
|
||||
</td>
|
||||
<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>
|
||||
<b>{lang_subnets}:</b>
|
||||
<td class="header">
|
||||
{lang_sublocation}
|
||||
</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 class="header_right">
|
||||
|
||||
</td>
|
||||
[END table]
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{lang_sublocations}:</b>
|
||||
<td class="label">
|
||||
{lang_sublocations} ({sublocation_counter})
|
||||
</td>
|
||||
[BLOCK table AS sublocation]
|
||||
<td>
|
||||
[BLOCK sublocationrow]
|
||||
<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 sublocationrow]
|
||||
[END sublocation_row]
|
||||
[END sublocation_table]
|
||||
</td>
|
||||
[END table]
|
||||
|
||||
</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>
|
||||
Reference in New Issue
Block a user