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.
32 lines
968 B
32 lines
968 B
2 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>IP Reg</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
|
<link rel="stylesheet" href="tpl/style.css" type="text/css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<form method="POST" action="search.php">
|
||
|
<table border="0" width="100%">
|
||
|
<tr>
|
||
|
<td>
|
||
|
{lang_header_viewby}: <a href="asset.php">{lang_asset}</a> -
|
||
|
<a href="assetclass.php">{lang_assetclass}</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="submit" value="{lang_search}">
|
||
|
</td>
|
||
|
<td align="right">
|
||
|
{suser_displayname} -
|
||
|
<a href="options.php">{lang_options}</a> -
|
||
|
<a href="logout.php">{lang_logout}</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
|
||
|
<hr>
|
||
|
|