Changes adopted from version 0.4

This commit is contained in:
2023-02-13 09:56:14 +01:00
parent 8d00ee5e1b
commit faf5f368f5
152 changed files with 4971 additions and 1379 deletions
+4 -5
View File
@@ -1,25 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>IP Reg</title>
<title>IP Reg {config_version}</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">
<form action="search.php" method="post">
<table border="0" width="100%">
<tr>
<td>
{lang_header_viewby}:&nbsp;<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>&nbsp;
.:<input type="text" name="search" value="{search}">&nbsp;<input type="submit" value="{lang_search}">
.:<input type="text" name="search" value="{search}">&nbsp;<input type="image" src="images/search.gif" title="{lang_search}">
</td>
<td align="right">
{suser_displayname} -
{lang_about} -
<a href="options.php">{lang_options}</a> -
<a href="logout.php">{lang_logout}</a>
</td>