IP Reg is a IPAM tool to keep track of assets, nodes (IP addresses, MAC addresses, DNS aliases) within different subnets, over different locations or even VLAN's. Written in PHP, used with a MySQL-database to have a unique insight in your local network.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ipreg/tpl/header.tpl

63 lines
2.0 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<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 class="menu">
<tr>
<td>
&nbsp;<a href="index.php"><img src="image.php?icon=logo" alt="{lang_ipreg}"></a>&nbsp;|&nbsp;
[BLOCK menu_assets]
<a href="asset.php">{lang_assets}</a>&nbsp;|&nbsp;
[END menu_assets]
[BLOCK menu_assetclasses]
<a href="assetclass.php">{lang_assetclasses}</a>&nbsp;|&nbsp;
[END menu_assetclasses]
[BLOCK menu_assetclassgroups]
<a href="assetclassgroup.php">{lang_assetclassgroups}</a>&nbsp;|&nbsp;
[END menu_assetclassgroups]
[BLOCK menu_locations]
<a href="location.php">{lang_locations}</a>&nbsp;|&nbsp;
[END menu_locations]
[BLOCK menu_nodes]
<a href="node.php">{lang_nodes}</a>&nbsp;|&nbsp;
[END menu_nodes]
[BLOCK menu_subnets]
<a href="subnet.php">{lang_subnets}</a>&nbsp;|&nbsp;
[END menu_subnets]
[BLOCK menu_users]
<a href="user.php">{lang_users}</a>&nbsp;|&nbsp;
[END menu_users]
[BLOCK menu_vlans]
<a href="vlan.php">{lang_vlans}</a>&nbsp;|&nbsp;
[END menu_vlans]
<input type="text" name="search" value="{search}">&nbsp;<input type="image" src="image.php?icon=search" alt="{lang_search}">
</td>
<td align="right">
{suser_name}&nbsp;|&nbsp;
<a href="about.php">{lang_about}</a>&nbsp;|&nbsp;
<a href="options.php">{lang_options}</a>&nbsp;|&nbsp;
<a href="logout.php">{lang_logout}</a>
</td>
</tr>
</table>
</form>
<table class="header">
<tr>
<td>
&nbsp;{lang_ipreg}
</td>
</tr>
</table>
<p>