Changes adopted from version 0.5
This commit is contained in:
+47
-14
@@ -1,30 +1,63 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>IP Reg {config_version}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>{lang_ipreg}</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="tpl/style.css" type="text/css">
|
||||
<link rel="shortcut icon" href="images/shield.ico">
|
||||
|
||||
<script type="text/javascript" src="lib/changelink.js"></script>
|
||||
<script type="text/javascript" src="lib/changetext.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form action="search.php" method="post">
|
||||
<table border="0" width="100%">
|
||||
<table class="menu">
|
||||
<tr>
|
||||
<td>
|
||||
{lang_header_viewby}: <a href="asset.php">{lang_asset}</a> -
|
||||
<a href="location.php">{lang_location}</a> -
|
||||
<a href="subnet.php">{lang_subnet}</a> -
|
||||
<a href="vlan.php">{lang_vlan}</a>
|
||||
.:<input type="text" name="search" value="{search}"> <input type="image" src="images/search.gif" title="{lang_search}">
|
||||
<a href="index.php"><img src="image.php?icon=logo" alt="{lang_ipreg}"></a> |
|
||||
[BLOCK menu_assets]
|
||||
<a href="asset.php">{lang_assets}</a> |
|
||||
[END menu_assets]
|
||||
[BLOCK menu_assetclasses]
|
||||
<a href="assetclass.php">{lang_assetclasses}</a> |
|
||||
[END menu_assetclasses]
|
||||
[BLOCK menu_assetclassgroups]
|
||||
<a href="assetclassgroup.php">{lang_assetclassgroups}</a> |
|
||||
[END menu_assetclassgroups]
|
||||
[BLOCK menu_locations]
|
||||
<a href="location.php">{lang_locations}</a> |
|
||||
[END menu_locations]
|
||||
[BLOCK menu_nodes]
|
||||
<a href="node.php">{lang_nodes}</a> |
|
||||
[END menu_nodes]
|
||||
[BLOCK menu_subnets]
|
||||
<a href="subnet.php">{lang_subnets}</a> |
|
||||
[END menu_subnets]
|
||||
[BLOCK menu_users]
|
||||
<a href="user.php">{lang_users}</a> |
|
||||
[END menu_users]
|
||||
[BLOCK menu_vlans]
|
||||
<a href="vlan.php">{lang_vlans}</a> |
|
||||
[END menu_vlans]
|
||||
<input type="text" name="search" value="{search}"> <input type="image" src="image.php?icon=search" alt="{lang_search}">
|
||||
</td>
|
||||
<td align="right">
|
||||
{lang_about} -
|
||||
<a href="options.php">{lang_options}</a> -
|
||||
{suser_name} |
|
||||
<a href="about.php">{lang_about}</a> |
|
||||
<a href="options.php">{lang_options}</a> |
|
||||
<a href="logout.php">{lang_logout}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
<table class="header">
|
||||
<tr>
|
||||
<td>
|
||||
{lang_ipreg}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
Reference in New Issue
Block a user