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.
52 lines
1.4 KiB
52 lines
1.4 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{$lang_ipreg}</title>
|
|
<meta name="author" content="Thomas Hooge" />
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<link rel="shortcut icon" href="images/shield.ico">
|
|
<link rel="stylesheet" href="tpl/style.css" type="text/css">
|
|
{if isset($styles)}
|
|
{foreach item=style from=$styles}
|
|
<link rel="stylesheet" href="css/{$style[0]}" type="text/css" media="{$style[1]}" />
|
|
{/foreach}
|
|
{/if}
|
|
{if isset($scripts)}
|
|
{foreach item=script from=$scripts}
|
|
<script type="text/javascript" src="lib/{$script}"></script>
|
|
{/foreach}
|
|
{/if}
|
|
</head>
|
|
|
|
<body>
|
|
<form action="search.php" method="post">
|
|
<table class="menu">
|
|
<tr>
|
|
<td valign="top" rowspan="2">
|
|
<a href="index.php"><img src="image.php?icon=logo" alt="{$lang_ipreg}" style="margin-right:1em" /></a>
|
|
</td>
|
|
<td valign="top" rowspan="2">
|
|
{$menu}
|
|
</td>
|
|
<td align="right" width="38%">
|
|
{$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>
|
|
<tr>
|
|
<td align="right">
|
|
<input type="text" name="search" value="{$search}"> <input type="image" class="icon" src="image.php?icon=search" alt="{$lang_search}">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<table class="header">
|
|
<tr>
|
|
<td>
|
|
{$lang_ipreg}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
{msgout}
|
|
|