423 lines
21 KiB
HTML
423 lines
21 KiB
HTML
<!-- Diese Datei gibt es nur im Standardtemplate, da vor dem Login man noch nicht weiß welches Template der User verwendet-->
|
|
{if $action== ''}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<title>{$index_titel}</title>
|
|
</head>
|
|
<body onload="if(document.login)document.login.user.focus();return false;">
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
|
<tr>
|
|
<td height="30"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/standard/images/box_e1.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
|
<img src="templates/standard/images/i_login.gif"></td>
|
|
<td width="95%" background="templates/standard/images/box_top.gif">
|
|
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
|
<font class="hd">{$index_titel}</font><br>
|
|
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/standard/images/box_l.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td colspan="2"><br>
|
|
<ul>
|
|
<li>{$index_list}</li>
|
|
</ul>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<form action=?action=anmeld method="POST" name="login">
|
|
<table cellspacing="1" cellpadding="1" width="100%" border="0">
|
|
<tr>
|
|
<td class="formdesc">
|
|
{$index_user}
|
|
</td>
|
|
<td>
|
|
<input type="text" name="user" value size="20" maxlength="60" tabindex="1" onchange="document.login.pwd.focus()"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="formdesc">
|
|
{$index_pass}
|
|
</td>
|
|
<td>
|
|
<input type="password" name="passwort" size="20" tabindex="2"></td>
|
|
</tr>
|
|
<tr class="login">
|
|
<td align="right" colspan="2">
|
|
<input title="Login" type="image" src="templates/standard/images/b_login.gif" border="0"></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<p><br>
|
|
</p>
|
|
</td>
|
|
<td width="1%" background="templates/standard/images/box_r.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $action == 'anmeld'}
|
|
|
|
{if $index_noinput == '1'}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<title>{$index_mandatory_titel}</title>
|
|
</head>
|
|
<body>
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/standard/images/box_e1.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
|
<img src="templates/standard/images/i_login.gif"></td>
|
|
<td width="95%" background="templates/standard/images/box_top.gif">
|
|
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
|
<span class="sh">{$index_mandatory_titel}</span><br>
|
|
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/standard/images/box_l.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td colspan="2"><br>
|
|
<p align="center"><b>{$index_mandatory_text}</b>
|
|
</p>
|
|
<p align="center"><a href="index.php">
|
|
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
|
</p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p><br>
|
|
</p>
|
|
</td>
|
|
<td width="1%" background="templates/standard/images/box_r.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $index_nouser== '1'}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<title>{$index_userunknown_titel}</title>
|
|
</head>
|
|
<body>
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/standard/images/box_e1.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
|
<img src="templates/standard/images/i_login.gif"></td>
|
|
<td width="95%" background="templates/standard/images/box_top.gif">
|
|
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
|
<span class="sh">{$index_userunknown_titel}</span><br>
|
|
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/standard/images/box_l.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td colspan="2"><br>
|
|
<p align="center"><b>{$index_userunknown_text}</b>
|
|
<br><br>
|
|
{$index_support}
|
|
</p>
|
|
<p align="center"><a href="index.php">
|
|
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
|
</p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p><br>
|
|
</p>
|
|
</td>
|
|
<td width="1%" background="templates/standard/images/box_r.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $index_passwrong== '1'}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<title>{$index_passerr_titel}</title>
|
|
</head>
|
|
<body>
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/standard/images/box_e1.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
|
<img src="templates/standard/images/i_login.gif"></td>
|
|
<td width="95%" background="templates/standard/images/box_top.gif">
|
|
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
|
|
|
<span class="sh">{$index_passerr_titel}</span><br>
|
|
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/standard/images/box_l.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td colspan="2"><br>
|
|
<p align="center">
|
|
{$index_passerr_text}
|
|
<br>
|
|
<br>
|
|
{$index_support}
|
|
</p>
|
|
<p align="center"><a href="index.php">
|
|
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
|
</p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p><br>
|
|
</p>
|
|
</td>
|
|
<td width="1%" background="templates/standard/images/box_r.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $index_passswitch == '1'}
|
|
<meta http-equiv="refresh" content="0; URL=passwort_switch.php">
|
|
{/if}
|
|
|
|
{if $index_login == '1'}
|
|
<meta http-equiv="refresh" content="0; URL=indexframe.php">
|
|
{/if}
|
|
{/if}
|
|
|
|
|
|
|
|
{if $action == 'pass_gen'}
|
|
{if $index_mailpass == '1'}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<title>{$index_passbackmail_titel}</title>
|
|
</head>
|
|
<body>
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/standard/images/box_e1.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
|
<img src="templates/standard/images/i_login.gif"></td>
|
|
<td width="95%" background="templates/standard/images/box_top.gif">
|
|
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
|
<span class="sh">{$index_passbackmail_titel}</span><br>
|
|
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/standard/images/box_l.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td colspan="2"><br>
|
|
<p align="center">
|
|
|
|
{$index_passbackmail_text}
|
|
|
|
<p align="center"><a href="index.php">
|
|
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
|
</p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p><br>
|
|
</p>
|
|
</td>
|
|
<td width="1%" background="templates/standard/images/box_r.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $index_nomailpass == '1'}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<title>{$index_passbacknomail_titel}</title>
|
|
</head>
|
|
<body>
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/standard/images/box_e1.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
|
<img src="templates/standard/images/i_login.gif"></td>
|
|
<td width="95%" background="templates/standard/images/box_top.gif">
|
|
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
|
<span class="sh">{$index_passbacknomail_titel}</span><br>
|
|
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
|
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/standard/images/box_l.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td colspan="2"><br>
|
|
<p align="center">
|
|
|
|
{$index_passbacknomail_text}
|
|
|
|
<br>
|
|
<br>
|
|
|
|
{$index_support}
|
|
|
|
</p>
|
|
<p align="center"><a href="index.php">
|
|
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
|
</p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p></p>
|
|
<p><br>
|
|
</p>
|
|
</td>
|
|
<td width="1%" background="templates/standard/images/box_r.gif">
|
|
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
|
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{/if} |