first commit

This commit is contained in:
aschwarz
2023-03-09 11:22:13 +01:00
commit 1bf9923edf
1745 changed files with 298896 additions and 0 deletions

View File

@ -0,0 +1,121 @@
body {
margin-top : 10px;
margin-bottom : 10px;
font-family : Arial;
font-size : 12px;
color : #000000;
}
td {
font-family : verdana, arial;
font-size : 9pt;
color : #000000;
}
.Header {
background: url(../images/left.png) no-repeat;
font-family : Arial;
font-size : 18px;
font-weight : bold;
color : #FFFFFF;
padding : 0px 0 0 14px;
margin : 0 10px 0 10px; /* Rand x rechts x links */
}
.Header div {
background: url(../images/right.png) top right no-repeat;
padding-right: 13px;
}
.Header div div {
background: url(../images/center.png) repeat-x;
padding: 0;
}
.pat_list_box {
font-size : 14px;
border : 1px solid gray;
/*border-top-color : transparent;*/
background : url(../images/box-u.png) repeat-x left bottom;
margin : 0 10px 0 10px; /* Rand x rechts x links */
}
/* Textfeldformatierung stammen von: http://www.web-toolbox.net/webtoolbox/css/css-formularfeld.htm#ixzz1EmDPi3Ti */
.eingabe {
font-family : Verdana,Arial,Helvetica,sans-serif;
font-weight : bold;
color : #002276;
font-size : 11px;
border : none;
border-bottom : 1px dotted #0050A0;
background-color : #FFFFFF;
width : 170px;
padding : 3px;
}
select {
font-family : Verdana,Arial,Helvetica,sans-serif;
font-weight : bold;
color : #002276;
font-size : 11px;
}
.select1 {
width : 267px;
}
a.squarebutton_blue{
background: transparent url('../images/button/square-blue-left.gif') no-repeat top left;
display: block;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}
a:link.squarebutton_blue, a:visited.squarebutton_blue, a:active.squarebutton_blue{
color: #494949; /*button text color*/
}
a.squarebutton_blue span{
background: transparent url('../images/button/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton_blue:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.squarebutton_blue:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
/* Pflichtfeldverletzung */
.errorTable
{
BORDER-RIGHT: #9F0004 1px solid;
BORDER-TOP: #9F0004 1px solid;
BORDER-LEFT: #9F0004 1px solid;
BORDER-BOTTOM: #9F0004 1px solid;
FONT-SIZE: 9px;
background-color: #E2E1E1;
}
.errorField
{
BORDER-RIGHT: #9F0004 1px solid;
BORDER-TOP: #9F0004 1px solid;
BORDER-LEFT: #9F0004 1px solid;
BORDER-BOTTOM: #9F0004 1px solid;
background-color: #FFFFCC;
}

BIN
templates/login/images/box-u.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
templates/login/images/center.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

BIN
templates/login/images/left.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 B

BIN
templates/login/images/right.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

35
templates/login/index.html Executable file
View File

@ -0,0 +1,35 @@
<!-- index gegen LDAP und DB bei externer Kennung-->
{if $action == ''}
<html>
<head>
<title>{$index_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
</head>
<body onload="if(document.login)document.login.user.focus();return false;">

95
templates/login/index_ad.html Executable file
View File

@ -0,0 +1,95 @@
{if $action == ''}
<html>
<head>
<title>{$index_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
</head>
<body onload="if(document.login)document.login.user.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$index_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong>{$index_field_user}</strong>
</td>
<td>
<input class="eingabe" type="text" name="user" value="{$index_user}" tabindex="1"></td>
</td>
</tr>
<tr>
<td width="40%">
<strong>{$index_field_pass}</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2"></td>
</td>
</tr>
<tr>
<td width="40%">
<strong>{$index_field_domain}</strong>
</td>
<td>
<select name="domain">
<option value="hsnet" {if $index_domain == 'hsnet'} selected {/if}>HSNET</option>
<option value="studnet" {if $index_domain == 'studnet'} selected {/if}>STUDNET</option>
</select>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
<font color="#FF0000" size="2"><strong>
{if $index_error == '1'}{$index_mandatory_text}{/if}
{if $index_error == '2'}{$index_userunknown_text}{/if}
</strong></font>
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}

12
templates/login/index_db.html Executable file
View File

@ -0,0 +1,12 @@
<!-- index gegen DB -->
{if $action == ''}
<html>
<head>
<title>{$index_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>

331
templates/login/index_ldap.html Executable file
View File

@ -0,0 +1,331 @@
{if $action == ''}
<html>
<head>
<title>{$index_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
</head>
<body onload="if(document.login)document.login.user.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$index_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
{if $index_error == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$index_error_text}
</td>
</tr>
</table>
<br />
{/if}
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong>{$index_field_user}</strong>
</td>
<td>
<input class="eingabe" type="text" name="user" value="{$index_user}" tabindex="1"></td>
</td>
</tr>
<tr>
<td width="40%">
<strong>{$index_field_pass}</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2"></td>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<font color="red">{$index_register}</font>
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $action == 'anmeld'}
{if $index_login == '1'}
<meta http-equiv="refresh" content="0; URL=indexframe.php">
{/if}
{/if}
{if $action == 'register'}
<!--
Verwendetes Netz: {$register_adir}
-->
{if $register_adir == 'hsnet'}
<html>
<head>
<title>{$register_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
<div class="Header">
<div>
<div align="center">{$register_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<form action=?action=register2&art={$register_adir} method="POST" name="register">
{if $index_error == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$register_error_text}
</td>
</tr>
</table><br>
{/if}
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td>
<strong>{$register_field_beziehung}</strong>
</td>
<td>
<select name='register_beziehung'>
<option value="">Bitte ausw&auml;hlen</option>
<option value="P">ProfessorIn</option>
<option value="L">Lehrbeauftragte/r</option>
<option value="V">Verwaltungsmitarbeiter </option>
</select>
</td>
</tr>
<tr>
<td>
<strong>{$register_field_fakultaet}</strong>
</td>
<td>
<input type="text" name="register_fakultaet" value="{$register_fakultaet}" size="40">
</td>
</tr>
</table>
<br />
<p align="center">
<input type="submit" name="senden">
</p>
</form>
</div>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
{/if}
{if $register_adir == 'studnet'}
<html>
<head>
<title>{$register_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
<div class="Header">
<div>
<div align="center">{$register_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<form action=?action=register2&art={$register_adir} method="POST" name="register">
{if $index_error == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$register_error_text}
</td>
</tr>
</table><br>
{/if}
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td>
<strong>{$register_field_ag}</strong>
<strong> / </strong>
<strong>{$register_field_jahrgang}</strong>
</td>
<td>
<input type="text" name="ag" value="{$register_ag}" size="2"> /
<select name="jahrgang">
<option value="">Bitte ausw&auml;hlen</option>
<!-- if einmal aus schleife table_data und einmal selected aus Fehler Pflichtfelder -->
{section name=table_data loop=$table_data}
<option value="{$table_data[table_data].jahrgang}" {if $table_data[table_data].select == '1'} selected {/if}>{$table_data[table_data].jahrgang}</option>
{/section}
</select>
</td>
</tr>
</table>
<br />
<p align="center">
<input type="submit" name="senden">
</p>
</form>
</div>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
{/if}
{/if}
{if $action == 'register2'}
{if $index_login == '1'}
<meta http-equiv="refresh" content="0; URL=indexframe.php">
{/if}
{/if}

View File

@ -0,0 +1,309 @@
{if $action == ''}
<html>
<head>
<title>{$passwort_vergessen_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body onload="if(document.login)document.login.mailpw.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="5%">
&nbsp;
</td>
<td width="90%">
<div class="Header">
<div>
<div align="center">{$passwort_vergessen_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
{if $passwort_vergessen_error == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$passwort_vergessen_error_text}
</td>
</tr>
</table>
<br />
{/if}
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$passwort_vergessen_text1}
<table width="100%">
<form action=?action=pwback method="POST" name="login">
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
{if $passwort_vergessen_mail_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $passwort_vergessen_mail_ico == '1'}<font color="#FF0000">{/if}
<strong>{$passwort_vergessen_field_mail}</strong>
{if $passwort_vergessen_mail_ico == '1'}</font>{/if}
</td>
<td>
<input class="eingabe" type="text" name="mailpw" value="{$passwort_vergessen_mail}" tabindex="1"></td>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<input type="submit" value="Absenden">
</p>
<br />
</div>
</td>
<td width="5%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $action == 'pwback'}
{if $passwort_vergessen_anfordern_erfolg == '1'}
<html>
<head>
<title>{$passwort_vergessen_anfordern_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$passwort_vergessen_anfordern_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$passwort_vergessen_anfordern_text}
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $passwort_vergessen_anfordern_erfolg == '2'}
<html>
<head>
<title>{$passwort_vergessen_keinanfordern_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$passwort_vergessen_keinanfordern_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$passwort_vergessen_keinanfordern_text}
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{/if}
{if $action == 'pwneu'}
{if $passwort_vergessen_erfolg == '1'}
<html>
<head>
<title>{$passwort_vergessen_erfolg_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$passwort_vergessen_erfolg_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$passwort_vergessen_erfolg_text}
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $passwort_vergessen_erfolg == '2'}
<html>
<head>
<title>{$passwort_vergessen_keinerfolg_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$passwort_vergessen_keinerfolg_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$passwort_vergessen_keinerfolg_text}
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{/if}

445
templates/login/register.html Executable file
View File

@ -0,0 +1,445 @@
{if $action == ''}
{if $register_aktivierung == '1'}
<html>
<head>
<title>{$register_aktivierung_erfolg_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$register_aktivierung_erfolg_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$register_aktivierung_erfolg_text}
<br /><br />
<p align='center'>
<a class="squarebutton_blue box" href="index.php"><span>Login</span></a>
</p>
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $register_aktivierung == '2'}
<html>
<head>
<title>{$register_aktivierung_keinerfolg_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$register_aktivierung_keinerfolg_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$register_aktivierung_keinerfolg_text}
<br /><br />
<p align='center'>
<a class="squarebutton_blue box" href="index.php"><span>Login</span></a>
</p>
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $register_aktivierung == '3'}
<html>
<head>
<title>{$register_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
<script src="validation/usercheck.js"></script>
<script language='JavaScript' type='text/javascript'>
<!--
function start() {
if(document.register){
document.register.vorname.focus();
}else{
return false;
}
checkUser(document.register.mail.value)
checkBez('{$register_beziehung}');
}
//-->
</script>
<script type="text/javascript">
function checkBez(wahl){
if(wahl == "P" || wahl == "L"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'block':'block';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'block':'block';
}
if(wahl == "S"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'block':'block';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'block':'block';
}
if(wahl == "" || wahl == "V"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
}
}
</script>
</head>
<body onload="start();">
<table height="100%" width="100%">
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
<div class="Header">
<div>
<div align="center">{$register_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<form action=?action=register method="POST" name="register">
{if $register_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$register_error_text}
</td>
</tr>
</table><br>
{/if}
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td>
{if $register_vorname_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $register_vorname_ico == '1'}<font color="#FF0000">{/if}
<strong>{$register_field_vorname}</strong>
{if $register_vorname_ico == '1'}</font>{/if}
</td>
<td>
<input {if $register_vorname_ico == '1'}class="errorField"{/if} type="text" name="vorname" value="{$register_vorname}" size="40">
</td>
</tr>
<tr>
<td>
{if $register_nachname_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $register_nachname_ico == '1'}<font color="#FF0000">{/if}
<strong>{$register_field_nachname}</strong>
{if $register_nachname_ico == '1'}</font>{/if}
</td>
<td>
<input {if $register_nachname_ico == '1'}class="errorField"{/if} type="text" name="nachname" value="{$register_nachname}" size="40">
</td>
</tr>
<tr>
<td>
{if $register_mail_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $register_mail_ico == '1'}<font color="#FF0000">{/if}
<strong>{$register_field_mail}</strong>
{if $register_mail_ico == '1'}</font>{/if}
</td>
<td>
<input {if $register_mail_ico == '1'}class="errorField"{/if} type="text" name="mail" value="{$register_mail}" size="40" onkeyup="checkUser(this.value)">
</td>
<tr>
<td>
&nbsp;
</td>
<td>
<font size="2"><p id="validateCheck"></p></font>
</td>
<tr>
<td>
{if $register_beziehung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $register_beziehung_ico == '1'}<font color="#FF0000">{/if}
<strong>{$register_field_beziehung}</strong>
{if $register_beziehung_ico == '1'}</font>{/if}
</td>
<td>
<select {if $register_beziehung_ico == '1'}class="errorField select1"{else}class="select1"{/if} name="beziehung" onchange="checkBez(this.value)">
<option value="" {if $register_beziehung_ico == ''}{/if} >Bitte ausw&auml;hlen</option>
<option value="P" {if $register_beziehung_ico == 'P'} selected {/if} >ProfessorIn</option>
<option value="L" {if $register_beziehung_ico == 'L'} selected {/if} >Lehrbeauftragte/r</option>
<option value="S" {if $register_beziehung_ico == 'S'} selected {/if} >StudentIn</option>
<option value="V" {if $register_beziehung_ico == 'V'} selected {/if} >Verwaltungsmitarbeiter </option>
</select>
</td>
</tr>
<tr>
<td>
<div id="fakultaet1" style="display: none">
{if $register_fakultaet_ico_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $register_fakultaet_ico_ico == '1'}<font color="#FF0000">{/if}
<strong>{$register_field_fakultaet}</strong>
{if $register_fakultaet_ico_ico == '1'}</font>{/if}
</div>
<div id="jahrgang1" style="display: none">
{if $register_ag_ico == '1'}<font color="#FF0000">{/if}
<strong>{$register_field_ag}</strong>
{if $register_ag_ico == '1'}</font>{/if}
<strong> / </strong>
{if $register_jahrgang_ico == '1'}<font color="#FF0000">{/if}
<strong>{$register_field_jahrgang}</strong>
{if $register_jahrgang_ico == '1'}</font>{/if}
</div>
</td>
<td>
<div id="fakultaet2" style="display: none">
<input {if $register_fakultaet_ico_ico == '1'}class="errorField"{/if} type="text" name="fakultaet" value="{$register_fakultaet}" size="40">
</div>
<div id="jahrgang2" style="display: none">
{if $register_ag_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
<input {if $register_ag_ico == '1'}class="errorField"{/if} type="text" name="ag" value="{$register_ag}" size="2"> /
{if $register_jahrgang_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
<select {if $register_jahrgang_ico == '1'}class="errorField"{/if} name="jahrgang">
<option value="">Bitte ausw&auml;hlen</option>
{section name=table_data loop=$table_data}
<option value="{$table_data[table_data].jahrgang}" {if $table_data[table_data].select == '1'} selected {/if}>{$table_data[table_data].jahrgang}</option>
{/section}
</select>
</div>
</td>
</tr>
</table>
<br />
<p align="center">
<input type="submit" name="senden">
</p>
</form>
</div>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
{/if}
{/if}
{if $action == 'register'}
{if $register_registrierung == '1'}
<html>
<head>
<title>{$register_registrierung_erfolg_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$register_registrierung_erfolg_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$register_registrierung_erfolg_text}
<br />
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $register_registrierung == '2'}
<html>
<head>
<title>{$register_registrierung_keinerfolg_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">{$register_registrierung_keinerfolg_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="templates/{$global_template}/images/message_login.gif">
</td>
<td align="left">
{$register_registrierung_keinerfolg_text}
<br />
</td>
</tr>
</table>
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{/if}