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/login.tpl

68 lines
1.2 KiB

<!DOCTYPE html>
<html>
<head>
<title>{$lang_ipreg}</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="tpl/style.css" type="text/css">
<link rel="shortcut icon" href="images/shield.ico">
</head>
<body onload="document.login.user_name.focus();">
<table class="menu">
<tr>
<td>
&nbsp;
</td>
</tr>
</table>
<table class="header">
<tr>
<td>
{$lang_ipreg}
</td>
</tr>
</table>
<form name="login" method="POST" action="login.php">
<table class="title">
<tr>
<td class="header">
{$lang_ipreg}&nbsp;{$config_version}
</td>
<td align="right">
<input type="image" src="images/fastforward.png" alt="{$lang_login}" title="{$lang_login}">
</td>
</tr>
</table>
<table class="info">
<tr>
<td class="header">
{$lang_login}
</td>
<td class="header_right">
&nbsp;
</td>
</tr>
<tr>
<td class="label">
{$lang_user_name}
</td>
<td class="value">
<input type="text" name="user_name" />
</td>
</tr>
<tr>
<td class="label">
{$lang_user_password}
</td>
<td class="value">
<input type="password" name="user_pass" />
</td>
</tr>
</table>
</form>