first commit
450
templates/standard/Kennwortwechsel.html
Executable file
@ -0,0 +1,450 @@
|
||||
{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">
|
||||
<title>{$wechsel_titel}</title>
|
||||
</head>
|
||||
<body onload="if (document.pers_daten)
|
||||
document.pers_daten.pw_alt.focus();
|
||||
return false;">
|
||||
<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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$wechsel_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<form action="?action=wechsel" method="POST" name="pers_daten">
|
||||
<table border="0" cellpadding="0" cellspacing="0" style="border-width:0; border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="142">
|
||||
<tr>
|
||||
<td style="border-style: none; border-width: medium" height="25">
|
||||
<b>{$wechsel_txt_name}</b>
|
||||
</td>
|
||||
<td align="left" style="border-style: none; border-width: medium" height="25">
|
||||
<p>{$wechsel_name}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-style: none; border-width: medium" height="32">
|
||||
<b>{$wechsel_txt_old_pwd}</b>
|
||||
</td>
|
||||
<td align="left" style="border-style: none; border-width: medium" height="32">
|
||||
<p>
|
||||
<input type="password" name="pw_alt" size="30">
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-style: none; border-width: medium" height="32">
|
||||
<b>{$wechsel_txt_new_pwd}</b>
|
||||
</td>
|
||||
<td align="left" style="border-style: none; border-width: medium" height="32">
|
||||
<p>
|
||||
<input type="password" name="pw_neu" size="30">
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border-style: none; border-width: medium" height="32">
|
||||
<b>{$wechsel_txt_new_pwd_rep}</b>
|
||||
</td>
|
||||
<td align="left" style="border-style: none; border-width: medium" height="32">
|
||||
<p>
|
||||
<input type="password" name="pw_wied" size="30">
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="45%" style="border-style: none; border-width: medium" height="25">
|
||||
<p> </p>
|
||||
</td>
|
||||
<td width="55%" align="left" style="border-style: none; border-width: medium" height="25">
|
||||
<p> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="submit" value="Abschicken" name="B1" size="20">
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action== 'wechsel'}
|
||||
{if $wechsel_error1== '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>{$wechsel_txt_error}</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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$wechsel_txt_error}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="center"><b>{$wechsel_txt_pflichtfeld}</b>
|
||||
</p>
|
||||
<p align="center"><a href="Kennwortwechsel.php">
|
||||
<img border="0" src="templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $wechsel_error2== '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>{$wechsel_txt_error}</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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$wechsel_txt_error}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="center"><b>{$wechsel_txt_diff_old_new_pwd}</b>
|
||||
</p>
|
||||
<p align="center"><a href="Kennwortwechsel.php">
|
||||
<img border="0" src="templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $wechsel_error3== '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>{$wechsel_txt_error}</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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$wechsel_txt_error}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="center"><b>{$wechsel_txt_diff_new_pwd}</b>
|
||||
</p>
|
||||
<p align="center"><a href="Kennwortwechsel.php">
|
||||
<img border="0" src="templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $wechsel_error4== '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>{$wechsel_txt_error}</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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$wechsel_txt_error}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="center"><b>{$wechsel_txt_error_tec}</b>
|
||||
</p>
|
||||
<p align="center"><a href="Kennwortwechsel.php">
|
||||
<img border="0" src="templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $wechsel_success== '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>{$wechsel_txt_success_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$wechsel_txt_success_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="center"><b>{$wechsel_txt_success_msg}</b>
|
||||
</p>
|
||||
<p align="center"><a href="hauptframe.php">
|
||||
<img border="0" src="templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
920
templates/standard/admin_bearbeiten.html
Executable file
@ -0,0 +1,920 @@
|
||||
{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">
|
||||
<title>{$admin_bearbeiten_auswahl_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$admin_bearbeiten_auswahl_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br><p align="left">
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=stammdaten method="POST">
|
||||
<p align="center">
|
||||
<b>{$admin_bearbeiten_auswahl_text}</b>
|
||||
<br>
|
||||
<br>
|
||||
<select size="10" id='benutzer' name='benutzer'>
|
||||
{section name=table_data loop=$table_data}
|
||||
<option value="{$table_data[table_data].vaid}">{$table_data[table_data].bezeichnung} </option>
|
||||
{/section}
|
||||
</select>
|
||||
<br><br>
|
||||
|
||||
<p align='center'>
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
</p>
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'stammdaten'}
|
||||
{if $admin_bearbeiten_mandatory_auswahl == '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>{$admin_bearbeiten_mandatory_auswahl_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$admin_bearbeiten_mandatory_auswahl_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$admin_bearbeiten_mandatory_auswahl_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $admin_bearbeiten_mandatory_auswahl == '2'}
|
||||
<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>{$admin_bearbeiten_titel}</title>
|
||||
</head>
|
||||
<body onload="if (document.adm_anleg)document.adm_anleg.vorname.focus(); return false;">
|
||||
<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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$admin_bearbeiten_titel}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<form action=?action=profil method="POST" name="adm_anleg">
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$admin_bearbeiten_field_vorname}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type="text" name="vorname" value="{$admin_bearbeiten_vorname}" size="40">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$admin_bearbeiten_field_name}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type="text" name="nachname" value="{$admin_bearbeiten_nachname}" size="40">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$admin_bearbeiten_field_mail}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type="text" name="mail" value="{$admin_bearbeiten_mail}" size="40">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
<input type="button" value="Zurück" onclick="window.location.href = '?new=1'">
|
||||
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'profil'}
|
||||
{if $admin_bearbeiten_mandatory == '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>{$admin_bearbeiten_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$admin_bearbeiten_mandatory_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$admin_bearbeiten_mandatory_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="?action=stammdaten">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $admin_bearbeiten_mandatory == '2'}
|
||||
<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>{$admin_bearbeiten_profil_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$admin_bearbeiten_profil_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br><p align="left">
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=passwort method="POST">
|
||||
<p align="center">
|
||||
<b>{$admin_bearbeiten_profil_text}</b>
|
||||
<br>
|
||||
<br>
|
||||
<select size="10" id='profil' multiple name='profil[]'>
|
||||
{section name=table_data loop=$table_data}
|
||||
<option value="{$table_data[table_data].rid}" {if $table_data[table_data].select == 'Y'} selected {/if}>{$table_data[table_data].bezeichnung} </option>
|
||||
{/section}
|
||||
</select>
|
||||
|
||||
<br>
|
||||
|
||||
<p align='center'>
|
||||
<input type="button" value="Zurück" onclick="window.location.href = '?action=stammdaten'">
|
||||
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
|
||||
</p
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'passwort'}
|
||||
{if $admin_bearbeiten_mandatory_profil == '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>{$admin_bearbeiten_mandatory_profil_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$admin_bearbeiten_mandatory_profil_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$admin_bearbeiten_mandatory_profil_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="?action=profil&back=1">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $admin_bearbeiten_mandatory_profil == '2'}
|
||||
<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>{$admin_bearbeiten_passwort_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$admin_bearbeiten_passwort_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br><p align="left">
|
||||
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=inaktiv method="POST">
|
||||
<p align="left">
|
||||
<b>{$admin_bearbeiten_passwort_text}</b>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<label for="r1"><input type="radio" name="passwort" value="J" id="r1" {if $admin_bearbeiten_passwort_check == 'J'} checked {/if}> {$admin_bearbeiten_passwort_ja}</label><br>
|
||||
<label for="r2"><input type="radio" name="passwort" value="N" id="r2" {if $admin_bearbeiten_passwort_check == 'N'} checked {/if}> {$admin_bearbeiten_passwort_nein}</label><br
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
<input type="button" value="Zurück" onclick="window.location.href = '?action=profil&back=1'">
|
||||
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
|
||||
</p
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'inaktiv'}
|
||||
<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>{$admin_bearbeiten_inaktiv_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$admin_bearbeiten_inaktiv_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br><p align="left">
|
||||
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=overview method="POST">
|
||||
<p align="left">
|
||||
<b>{$admin_bearbeiten_inaktiv_text}</b>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<label for="r1"><input type="radio" name="inaktiv" value="J" id="r1" {if $admin_bearbeiten_inaktiv_check == 'J'} checked {/if}> {$admin_bearbeiten_inaktiv_ja}</label><br>
|
||||
<label for="r2"><input type="radio" name="inaktiv" value="N" id="r2" {if $admin_bearbeiten_inaktiv_check == 'N'} checked {/if}> {$admin_bearbeiten_inaktiv_nein}</label><br
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
<input type="button" value="Zurück" onclick="window.location.href = '?action=passwort&back=1'">
|
||||
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
|
||||
</p
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'overview'}
|
||||
<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>{$admin_bearbeiten_overview_titel}</title>
|
||||
|
||||
</head>
|
||||
<body onload="if (document.{$admin_bearbeiten_form})document.{$admin_bearbeiten_form}.{$admin_bearbeiten_focus}.focus(); return false;">
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$admin_bearbeiten_overview_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2">
|
||||
<!-- hier inhalt -->
|
||||
|
||||
|
||||
<form action=?action=save method="POST">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<b>
|
||||
Feld
|
||||
</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>
|
||||
Wert
|
||||
</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>
|
||||
Bearbeiten
|
||||
</b>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
{$admin_bearbeiten_overview_field_vorname}
|
||||
</td>
|
||||
<td>
|
||||
{$admin_bearbeiten_vorname}
|
||||
</td>
|
||||
<td>
|
||||
<a href="?">{$admin_bearbeiten_overview_linktext_change}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
{$admin_bearbeiten_overview_field_nachname}
|
||||
</td>
|
||||
<td>
|
||||
{$admin_bearbeiten_nachname}
|
||||
</td>
|
||||
<td>
|
||||
<a href="?">{$admin_bearbeiten_overview_linktext_change}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
{$admin_bearbeiten_overview_field_mail}
|
||||
</td>
|
||||
<td>
|
||||
{$admin_bearbeiten_mail}
|
||||
</td>
|
||||
<td>
|
||||
<a href="?">{$admin_bearbeiten_overview_linktext_change}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
{$admin_bearbeiten_overview_field_user}
|
||||
</td>
|
||||
<td>
|
||||
{$admin_bearbeiten_user}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
{$admin_bearbeiten_overview_field_profil}
|
||||
</td>
|
||||
<td>
|
||||
{$admin_bearbeiten_profil}
|
||||
</td>
|
||||
<td>
|
||||
<a href="?action=profil">{$admin_bearbeiten_overview_linktext_change}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
{$admin_bearbeiten_overview_field_passwort}
|
||||
</td>
|
||||
<td>
|
||||
{$admin_bearbeiten_passwort}
|
||||
</td>
|
||||
<td>
|
||||
<a href="?action=passwort">{$admin_bearbeiten_overview_linktext_change}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
{$admin_bearbeiten_overview_field_inaktiv}
|
||||
</td>
|
||||
<td>
|
||||
{$admin_bearbeiten_inaktiv}
|
||||
</td>
|
||||
<td>
|
||||
<a href="?action=inaktiv">{$admin_bearbeiten_overview_linktext_change}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
<input type="button" value="Zurück" onclick="window.location.href = '?action=inaktiv'">
|
||||
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'save'}
|
||||
{if $admin_bearbeiten_inserterr == '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>{$admin_bearbeiten_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$admin_bearbeiten_inserterr_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="left"><b>{$admin_bearbeiten_inserterr_text}</b>
|
||||
<br><br>
|
||||
{$admin_bearbeiten_reason}
|
||||
</p>
|
||||
<p align="center"><a href="?action=overview">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $admin_bearbeiten_inserterr == '2'}
|
||||
<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>{$admin_bearbeiten_returnmail_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$admin_bearbeiten_returnmail_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
{$admin_bearbeiten_returnmal_text1}
|
||||
<br><br>
|
||||
{if $admin_bearbeiten_mailsuccess == '2'}
|
||||
{$admin_bearbeiten_returnmal_text2}: {$admin_bearbeiten_returnmailadr}
|
||||
{/if}
|
||||
|
||||
{if $admin_bearbeiten_mailsuccess == '1'}
|
||||
{$admin_bearbeiten_returnmal_text3}
|
||||
{/if}
|
||||
</p>
|
||||
<p align="center"><a href="?new=1">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
581
templates/standard/atelierwahl.html
Executable file
@ -0,0 +1,581 @@
|
||||
{if $atelierwahl_zeit== '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>{$atelierwahl_titel_nologin}</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">{$atelierwahl_titel_nologin}</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>{$atelierwahl_txt_zeit}</b>
|
||||
</p>
|
||||
<p align="center"><a href='hauptframe.php'>
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></img></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 $atelierwahl_save== '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>{$atelierwahl_titel_nologin}</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">{$atelierwahl_titel_nologin}</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>{$atelierwahl_txt_nologin}</b>
|
||||
</p>
|
||||
<p align="center"><a href='hauptframe.php'>
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></img></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 $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">
|
||||
<title>{$atelierwahl_titel}</title>
|
||||
|
||||
<script type="text/javascript" src="jquery-1.9.1.js"></script>
|
||||
<script type='text/javascript'>
|
||||
$(window).load(function(){
|
||||
$('#close-panel').click(function() {
|
||||
$('.panel').slideToggle('slow');
|
||||
$(this).toggleClass('transform');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
.stundenplan {
|
||||
border:1px solid #C0C0C0;
|
||||
border-collapse:collapse;
|
||||
padding:3px;
|
||||
}
|
||||
.stundenplan th {
|
||||
border:1px solid #C0C0C0;
|
||||
padding:3px;
|
||||
background:#F0F0F0;
|
||||
}
|
||||
.stundenplan td {
|
||||
border:1px solid #C0C0C0;
|
||||
padding:3px;
|
||||
}
|
||||
.fieldset1{
|
||||
border: solid 2px #080808;
|
||||
}
|
||||
.shadow1 {
|
||||
text-shadow: 1px 1px 1px white,
|
||||
1px -1px 1px white,
|
||||
-1px 1px 1px white,
|
||||
-1px -1px 1px white;
|
||||
}
|
||||
.transform {
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="if (document.pers_daten)
|
||||
document.pers_daten.pw_alt.focus();
|
||||
return false;">
|
||||
<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="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$atelierwahl_titel} {$atelierwahl_hj_text}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<table class="stundenplan" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="10%"><br></th>
|
||||
{section name=table_data loop=$table_data}
|
||||
<th width="18%">{$table_data[table_data].bezeichnung}</th>
|
||||
{/section}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- schulstunden -->
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<th>
|
||||
{$table_data2[table_data2].bezeichnung}<br>
|
||||
<font size=1>{$table_data2[table_data2].von} - {$table_data2[table_data2].bis}</font>
|
||||
</th>
|
||||
<!-- Montag, Dienstag, Mittwoch, Do, Fr -->
|
||||
{section name=table_data loop=$table_data}
|
||||
<td valign='top'>
|
||||
<table width="100%" border="0">
|
||||
{section name=table_data1 loop=$table_data1}
|
||||
{if $table_data1[table_data1].Wochentag == {$table_data[table_data].bezeichnung}}
|
||||
{if $table_data1[table_data1].std_von == {$table_data2[table_data2].std_von}}
|
||||
<tr bgcolor="{$table_data1[table_data1].farbe}">
|
||||
<td>
|
||||
<b>Atelier:</b> {$table_data1[table_data1].Atelier} - ({$table_data1[table_data1].Gruppe})<br>
|
||||
{if {$table_data1[table_data1].Pflichtfeld} != ''}
|
||||
<b>Kategorie:</b> {$table_data1[table_data1].Pflichtfeld}
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
{/if}
|
||||
{/section}
|
||||
</table>
|
||||
{/section}
|
||||
</td>
|
||||
{/section}
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<fieldset class="fieldset1">
|
||||
<legend><div style="float:left;"><b>Vorgaben </b></div>
|
||||
<div id="close-panel" style="float:left; background-image:url('templates/{$global_template}/images/icon-close-round-20.png'); background-repeat: no-repeat; cursor:pointer; height:20px; width:20px;"><i class="ion ion-ios7-close-empty"></i>
|
||||
</div>
|
||||
</legend>
|
||||
<div class="panel">
|
||||
<div class="header-area">
|
||||
<fieldset>
|
||||
<legend>Vorgaben, die im aktuellen Halbjahr erfüllt werden müssen</legend>
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$atelierwahl_diff_bereiche}</b>
|
||||
</td>
|
||||
<td>
|
||||
{if $atelierwahl_erf_gruppen == '1'}
|
||||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||||
{/if}
|
||||
{if $atelierwahl_erf_gruppen == '0'}
|
||||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$atelierwahl_alle_blocke}</b>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{section name=table_block loop=$table_block}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_block[table_block].wochentag}, {$table_block[table_block].std}
|
||||
</td>
|
||||
<td width="40">
|
||||
{if $table_block[table_block].blockwahl == '1'}
|
||||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||||
{/if}
|
||||
{if $table_block[table_block].blockwahl == '0'}
|
||||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend>Vorgaben, die bis Ende <b><u>Klasse 6</u></b> erfüllt werden müssen</legend>
|
||||
{section name=table_data_gruppe loop=$table_data_gruppe}
|
||||
{if $table_data_gruppe[table_data_gruppe].erreicht == '0'}
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td colspan="2" style="padding-left:10px">
|
||||
<b>Gruppe {$table_data_gruppe[table_data_gruppe].bezeichnung}</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td colspan="2" style="padding-left:10px">
|
||||
<!-- Variante 1 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'J' AND $table_data_gruppe[table_data_gruppe].anz_pf != 0}
|
||||
<b>Ziel:</b> <i>Es müssen mindestens {$table_data_gruppe[table_data_gruppe].anz_pf} unterschiedliche Kategorien gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<!-- Variante 2 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'J' AND $table_data_gruppe[table_data_gruppe].anz_pf == 0}
|
||||
<b>Ziel:</b> <i>Es müssen alle Kategorien gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<!-- Variante 3 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'N' AND $table_data_gruppe[table_data_gruppe].anz_pf != 0}
|
||||
<b>Ziel:</b> <i>Es müssen mindestens {$table_data_gruppe[table_data_gruppe].anz_pf} unterschiedliche Ateliers gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<!-- Variante 4 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'N' AND $table_data_gruppe[table_data_gruppe].anz_pf == 0}
|
||||
<b>Ziel:</b> <i>Es müssen alle Ateliers gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
{section name=inner_kenner loop=$table_data_gruppe[table_data_gruppe].inner_kenner}
|
||||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].bezeichnung != ''}
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td style="padding-left:20px">
|
||||
{$table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].bezeichnung}
|
||||
</td>
|
||||
<td width="40">
|
||||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].belegt == '1'}
|
||||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||||
{/if}
|
||||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].belegt == '0'}
|
||||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
{/section}
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td colspan="2" style="padding-left:10px">
|
||||
<br>
|
||||
{if $table_data_gruppe[table_data_gruppe].erreicht == '1'}
|
||||
<!-- Gesamte Gruppe wird ausgeblendet (s.o.), wenn erreicht, daher wird das nicht angezeigt -->
|
||||
<b><font class="shadow1" color="green">Ergebnis: Gruppenziel erreicht</font></b>
|
||||
{/if}
|
||||
{if $table_data_gruppe[table_data_gruppe].erreicht == '0'}
|
||||
<b><font class="shadow1" color="red">Gruppenziel nicht erreicht</font></b>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
{/if}
|
||||
{/section}
|
||||
{if $atelierwahl_vorg_kl6 == '0'}
|
||||
<i>{$atelierwahl_txt_vorg_kl6}</i>
|
||||
{/if}
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<br>
|
||||
<!-- Buchungen-->
|
||||
<fieldset class="fieldset1">
|
||||
<legend><b>Atelierbuchung</b></legend>
|
||||
<form action=?action=save method="POST" name="buchung">
|
||||
<table width="100%" border="0" cellpadding="0"cellspacing="0">
|
||||
<tr height='25' bgcolor='#C8C8C8' >
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_wann}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_atelier}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_bereich}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_kategorie}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_restplatz}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_auswahl}</b>
|
||||
</td>
|
||||
</tr>
|
||||
{section name=table_atelier loop=$table_atelier}
|
||||
{if $table_atelier[table_atelier].trenner == '1'}
|
||||
<tr>
|
||||
<td colspan=5>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr height='25' bgcolor='#C8C8C8' >
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_wann}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_atelier}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_bereich}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_kategorie}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_restplatz}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$atelierwahl_tabheader_auswahl}</b>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
{if $table_atelier[table_atelier].ausblenden != '1'}
|
||||
{if $table_atelier[table_atelier].show == '1'}
|
||||
<tr bgcolor="{$table_atelier[table_atelier].farbe}" height='25'>
|
||||
<td>
|
||||
<label for="{$table_atelier[table_atelier].aid}">
|
||||
{$table_atelier[table_atelier].Wochentag}, {$table_atelier[table_atelier].std_von}./{$table_atelier[table_atelier].std_bis}. Stunde
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label for="{$table_atelier[table_atelier].aid}">
|
||||
{$table_atelier[table_atelier].Atelier} {if {$table_atelier[table_atelier].anzeigen_bis_format} != '00.00.0000'}<br><b>Buchbar bis:</b> {$table_atelier[table_atelier].anzeigen_bis_format}{/if}
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label for="{$table_atelier[table_atelier].aid}">
|
||||
{$table_atelier[table_atelier].Gruppe}
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label for="{$table_atelier[table_atelier].aid}">
|
||||
{$table_atelier[table_atelier].Pflichtfeld}
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label for="{$table_atelier[table_atelier].aid}">
|
||||
{$table_atelier[table_atelier].restplatz}
|
||||
</label>
|
||||
</td>
|
||||
<td align="center">
|
||||
<input type="radio" name="{$table_atelier[table_atelier].kenner}" id="{$table_atelier[table_atelier].aid}" value="{$table_atelier[table_atelier].aid}" {if $table_atelier[table_atelier].selected == 1} checked {/if} {if $table_atelier[table_atelier].disable_auswahl == 1} disabled {/if}>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
{/if}
|
||||
{/section}
|
||||
<tr>
|
||||
<td colspan=5>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=5 align= center>
|
||||
<input class="btn_green" type="submit" value="Auswahl vormerken" name="B1" size="20">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</fieldset>
|
||||
<!-- Buchungen Ende-->
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action== 'save'}
|
||||
{if $atelierwahl_fehler_restplatze== '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>{$atelierwahl_fehler_restplatze_txt}</b>
|
||||
</p>
|
||||
<p align="center"><a href='?hj={$atelierwahl_fehler_hj}'>
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></img></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}
|
261
templates/standard/css/styles_pc.php
Executable file
@ -0,0 +1,261 @@
|
||||
<?php
|
||||
require_once("../../../config/datenbankanbindung.php"); // fügt die Datenbankanbindung ein: Sys:\php\includes\kurs\datenbankanbindung.php
|
||||
$user_admin=$_COOKIE["user_admin"];
|
||||
|
||||
#$db = dbconnect();
|
||||
#$result = $db->query( "SELECT css FROM stylesheet WHERE user ='$user_admin'")
|
||||
# or die ("Cannot execute query");
|
||||
#while ($row = $result->fetch_array()){
|
||||
# echo "$row[css]\n";
|
||||
#}
|
||||
|
||||
|
||||
echo"
|
||||
|
||||
font.hd { /* <20>berschrifteinstellungen */
|
||||
font-family : Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size : 17px;
|
||||
font-weight : bold;
|
||||
color : #002276;
|
||||
}
|
||||
|
||||
.sh { /* Subheader */
|
||||
font-weight : normal;
|
||||
font-size : 12px;
|
||||
color : rgb(101, 101, 101);
|
||||
font-family : Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
ul.li { /* Aufz<66>hlungen */
|
||||
font-weight : normal;
|
||||
line-height : 150%;
|
||||
text-align : justify;
|
||||
list-style-type : square;
|
||||
}
|
||||
|
||||
ul { /* Aufz<66>hlungen */
|
||||
font-weight : normal;
|
||||
line-height : 150%;
|
||||
padding-left : 25px;
|
||||
text-align : justify;
|
||||
margin-left : 15px;
|
||||
padding-left : 15px;
|
||||
}
|
||||
|
||||
ol { /* Aufz<66>hlungen */
|
||||
font-weight : normal;
|
||||
line-height : 150%;
|
||||
padding-left : 25px;
|
||||
text-align : justify;
|
||||
}
|
||||
|
||||
/*
|
||||
table {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
line-height : 150%;
|
||||
text-align : justify
|
||||
}
|
||||
*/
|
||||
|
||||
.formdesc {
|
||||
padding-left : 10px;
|
||||
width : 33%;
|
||||
color : rgb(255, 255, 255);
|
||||
background-color : rgb(146, 155, 171);
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.login {
|
||||
background-color : #f1f2f6;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
font-family : verdana, arial;
|
||||
font-weight : normal;
|
||||
color : #000066;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.td2 {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
line-height : 150%;
|
||||
text-align : justify
|
||||
}
|
||||
|
||||
.farbe {
|
||||
background-color : #6487DC;
|
||||
}
|
||||
|
||||
.farbe_border {
|
||||
border : 1px;
|
||||
border-color : #6487DC;
|
||||
border-style : solid;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
td {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h1 {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
|
||||
.uberschrift {
|
||||
font-family : verdana, arial;
|
||||
font-size : 12pt;
|
||||
font-weight : bold;
|
||||
color : #006699;
|
||||
}
|
||||
|
||||
|
||||
.bemerkung {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
font-weight : bold;
|
||||
color : #FF0000;
|
||||
text-transform : uppercase; /* Gro<72>buchstaben */
|
||||
}
|
||||
|
||||
|
||||
|
||||
.textfarbe { /* Botschaft, Ausf<73>hrungen, Zusammenfassung, Kontext */
|
||||
color : #6487DC;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
|
||||
.contentfarbe { /* Hintergrundsfarbe in Tabellen bei Inhalten */
|
||||
background-color : #DEDEDE;
|
||||
}
|
||||
|
||||
|
||||
.titel { /* Kopfframe */
|
||||
font-weight : bold;
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 16pt;
|
||||
color : #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.footer { /* Fu<46>zeile (Copyright) */
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
}
|
||||
|
||||
|
||||
.nav_link { /* Hyperlinks in der Navigation */
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
height : 13pt;
|
||||
}
|
||||
|
||||
|
||||
.nav_head { /* <20>berschriften in der Navigation */
|
||||
font-weight : bold;
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
.btn_red
|
||||
{
|
||||
background: #d93434;
|
||||
background-image: linear-gradient(tobottom,#d93434,#b82b2b);
|
||||
border-radius: 28px;
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
font-size: 20px;
|
||||
moz-border-radius: 28;
|
||||
padding: 10px 20px;
|
||||
text-decoration: none;
|
||||
webkit-border-radius: 28;
|
||||
}
|
||||
|
||||
.btn_red:hover
|
||||
{
|
||||
background: #b03030;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn_blue
|
||||
{
|
||||
background: #3498db;
|
||||
border-radius: 28px;
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
font-size: 20px;
|
||||
moz-border-radius: 28;
|
||||
padding: 10px 20px;
|
||||
text-decoration: none;
|
||||
webkit-border-radius: 28;
|
||||
}
|
||||
|
||||
.btn_blue:hover
|
||||
{
|
||||
background: #2c7bb0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn_green
|
||||
{
|
||||
background: #06ba06;
|
||||
border-radius: 28px;
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
font-size: 20px;
|
||||
moz-border-radius: 28;
|
||||
padding: 10px 20px;
|
||||
text-decoration: none;
|
||||
webkit-border-radius: 28;
|
||||
}
|
||||
|
||||
.btn_green_klein
|
||||
{
|
||||
background: #06ba06;
|
||||
border-radius: 14px;
|
||||
color: #fff;
|
||||
font-family: Arial;
|
||||
font-size: 10px;
|
||||
moz-border-radius: 14;
|
||||
padding: 5px 10px;
|
||||
text-decoration: none;
|
||||
webkit-border-radius: 14;
|
||||
}
|
||||
|
||||
.btn_green:hover
|
||||
{
|
||||
background: #0b960b;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.aformlink{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted red;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
";
|
||||
?>
|
343
templates/standard/datencheck.html
Executable file
@ -0,0 +1,343 @@
|
||||
{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">
|
||||
<title>{$datencheck_titel}</title>
|
||||
<style>
|
||||
.stundenplan {
|
||||
border:1px solid #C0C0C0;
|
||||
border-collapse:collapse;
|
||||
padding:3px;
|
||||
}
|
||||
.stundenplan th {
|
||||
border:1px solid #C0C0C0;
|
||||
padding:3px;
|
||||
background:#F0F0F0;
|
||||
}
|
||||
.stundenplan td {
|
||||
border:1px solid #C0C0C0;
|
||||
padding:3px;
|
||||
}
|
||||
.fieldset1{
|
||||
border: solid 2px #080808;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="if (document.pers_daten)
|
||||
document.pers_daten.pw_alt.focus();
|
||||
return false;">
|
||||
<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="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$datencheck_titel} {$datencheck_hj_text}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<table class="stundenplan" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="10%"><br></th>
|
||||
{section name=table_data loop=$table_data}
|
||||
<th width="18%">{$table_data[table_data].bezeichnung}</th>
|
||||
{/section}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- schulstunden -->
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<th>
|
||||
{$table_data2[table_data2].bezeichnung}<br>
|
||||
<font size=1>{$table_data2[table_data2].von} - {$table_data2[table_data2].bis}</font>
|
||||
</th>
|
||||
<!-- Montag, Dienstag, Mittwoch, Do, Fr -->
|
||||
{section name=table_data loop=$table_data}
|
||||
<td valign='top'>
|
||||
<table width="100%" border="0">
|
||||
{section name=table_data1 loop=$table_data1}
|
||||
{if $table_data1[table_data1].Wochentag == {$table_data[table_data].bezeichnung}}
|
||||
{if $table_data1[table_data1].std_von == {$table_data2[table_data2].std_von}}
|
||||
<tr bgcolor="{$table_data1[table_data1].farbe}">
|
||||
<td>
|
||||
<b>Atelier:</b> {$table_data1[table_data1].Atelier} - ({$table_data1[table_data1].Gruppe})<br>
|
||||
{if {$table_data1[table_data1].Pflichtfeld} != ''}
|
||||
<b>Kategorie:</b> {$table_data1[table_data1].Pflichtfeld}<br>
|
||||
{/if}
|
||||
<b>Schuljahr:</b> {$table_data1[table_data1].halbjahr} - {$table_data1[table_data1].schuljahr}/{$table_data1[table_data1].schuljahr_bis}
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
{/if}
|
||||
{/section}
|
||||
</table>
|
||||
{/section}
|
||||
</td>
|
||||
{/section}
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<fieldset class="fieldset1">
|
||||
<legend><b>Vorgaben</b></legend>
|
||||
<fieldset>
|
||||
<legend>Vorgaben, die in jedem Halbjahr erfüllt werden müssen</legend>
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$datencheck_diff_bereiche}</b>
|
||||
</td>
|
||||
<td>
|
||||
{if $datencheck_erf_gruppen == '1'}
|
||||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||||
{/if}
|
||||
{if $datencheck_erf_gruppen == '0'}
|
||||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$datencheck_alle_blocke}</b>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
{section name=table_block loop=$table_block}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_block[table_block].wochentag}, Stunde {$table_block[table_block].std}
|
||||
</td>
|
||||
<td>
|
||||
{if $table_block[table_block].blockwahl == '1'}
|
||||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||||
{/if}
|
||||
{if $table_block[table_block].blockwahl == '0'}
|
||||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend>Vorgaben, die bis Ende <b><u>Klasse 6</u></b> erfüllt werden müssen</legend>
|
||||
<!-- Bis Ende Kl. 6 alles ausgef<65>llt?-->
|
||||
{section name=table_data_gruppe loop=$table_data_gruppe}
|
||||
{if $table_data_gruppe[table_data_gruppe].erreicht == '0'}
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td colspan="2" style="padding-left:10px">
|
||||
<b>Gruppe {$table_data_gruppe[table_data_gruppe].bezeichnung}</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td colspan="2" style="padding-left:10px">
|
||||
<!-- Variante 1 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'J' AND $table_data_gruppe[table_data_gruppe].anz_pf != 0}
|
||||
<b>Ziel:</b> <i>Es müssen mindestens {$table_data_gruppe[table_data_gruppe].anz_pf} unterschiedliche Kategorien gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<!-- Variante 2 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'J' AND $table_data_gruppe[table_data_gruppe].anz_pf == 0}
|
||||
<b>Ziel:</b> <i>Es müssen alle Kategorien gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<!-- Variante 3 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'N' AND $table_data_gruppe[table_data_gruppe].anz_pf != 0}
|
||||
<b>Ziel:</b> <i>Es müssen mindestens {$table_data_gruppe[table_data_gruppe].anz_pf} unterschiedliche Ateliers gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<!-- Variante 4 -->
|
||||
{if $table_data_gruppe[table_data_gruppe].ugr_pf == 'N' AND $table_data_gruppe[table_data_gruppe].anz_pf == 0}
|
||||
<b>Ziel:</b> <i>Es müssen alle Ateliers gewählt werden!</i>
|
||||
<br>
|
||||
{/if}
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
{section name=inner_kenner loop=$table_data_gruppe[table_data_gruppe].inner_kenner}
|
||||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].bezeichnung != ''}
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td style="padding-left:20px">
|
||||
{$table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].bezeichnung}
|
||||
</td>
|
||||
<td width="40">
|
||||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].belegt == '1'}
|
||||
<img src="templates/{$global_template}/images/ok.png" border="0" width=20>
|
||||
{/if}
|
||||
{if $table_data_gruppe[table_data_gruppe].inner_kenner[inner_kenner].belegt == '0'}
|
||||
<img src="templates/{$global_template}/images/cross.png" border="0" width=20>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
{/section}
|
||||
<tr bgcolor={$table_data_gruppe[table_data_gruppe].farbe}>
|
||||
<td colspan="2" style="padding-left:10px">
|
||||
<br>
|
||||
{if $table_data_gruppe[table_data_gruppe].erreicht == '1'}
|
||||
<!-- Gesamte Gruppe wird ausgeblendet (s.o.), wenn erreicht, daher wird das nicht angezeigt -->
|
||||
<b><font class="shadow1" color="green">Ergebnis: Gruppenziel erreicht</font></b>
|
||||
{/if}
|
||||
{if $table_data_gruppe[table_data_gruppe].erreicht == '0'}
|
||||
<b><font class="shadow1" color="red">Gruppenziel nicht erreicht</font></b>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
{/if}
|
||||
{/section}
|
||||
{if $datencheck_vorg_kl6 == '0'}
|
||||
<i>{$datencheck_txt_vorg_kl6}</i>
|
||||
{/if}
|
||||
</fieldset>
|
||||
|
||||
</fieldset>
|
||||
<br>
|
||||
<!-- speichern-->
|
||||
<fieldset>
|
||||
{if $datencheck_save == '1'}
|
||||
<legend><b>{$datencheck_titel_verb_buchung}</b></legend>
|
||||
<form action=?action=save method="POST" name="buchung">
|
||||
<p align="center">
|
||||
{$datencheck_txt_verb_buchung}
|
||||
<input class="btn_green" type="submit" value="Ateliers verbindlich speichern" name="B1" size="20">
|
||||
</p>
|
||||
</form>
|
||||
{/if}
|
||||
{if $datencheck_save == '0'}
|
||||
<legend><b><font color=red>{$datencheck_titel_not_verb_buchung}</font></b></legend>
|
||||
<form action=?action=save method="POST" name="buchung">
|
||||
<p align="center">
|
||||
{$datencheck_txt_not_verb_buchung}
|
||||
<input class="btn_red" type="submit" value="Speichern nicht möglich" disabled name="B1" size="20">
|
||||
</p>
|
||||
</form>
|
||||
{/if}
|
||||
{if $datencheck_save == '2'}
|
||||
<legend><b>{$datencheck_titel_done_verb_buchung}</b></legend>
|
||||
<p align="center">
|
||||
{$datencheck_txt_done_verb_buchung}
|
||||
</p>
|
||||
{/if}
|
||||
</fieldset>
|
||||
<!-- speichern Ende-->
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action== 'save'}
|
||||
<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>{$datencheck_save_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">{$datencheck_save_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>
|
||||
{if $datencheck_success== '1'}
|
||||
<p align="center"><b>{$datencheck_txt_success}</b>
|
||||
{/if}
|
||||
{if $datencheck_success== '0'}
|
||||
<p align="center"><b>{$datencheck_txt_fail}</b>
|
||||
{/if}
|
||||
</p>
|
||||
<p align="center"><a href='?'>
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></img></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}
|
88
templates/standard/detail_prof.html
Executable file
@ -0,0 +1,88 @@
|
||||
{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">
|
||||
<title>{$detail_prof_headtitel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$detail_prof_headtitel}</font><br>
|
||||
<font class="sh">{$detail_prof_auswahl}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=auswahl method="POST" name="adm_anleg">
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
|
||||
</td>
|
||||
<td width="60%">
|
||||
<select size="5" id='prof' name='prof'>
|
||||
<option value="%">[alle] </option>
|
||||
{section name=table_data3 loop=$table_data3}
|
||||
<option value="{$table_data3[table_data3].did}" {if $lb_fz_did == $table_data3[table_data3].did} selected {/if}>{$table_data3[table_data3].doz_name}, {$table_data3[table_data3].doz_vorname} </option>
|
||||
{/section}
|
||||
</select>
|
||||
</td>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
157
templates/standard/erf_besausg.html
Executable file
@ -0,0 +1,157 @@
|
||||
{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">
|
||||
<title>{$ba_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$ba_titel} {$ba_jahr}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$ba_field_zulage}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="number" min="0.00" step="0.01" name="zulage" value="{$ba_zulage}" size="20"> €
|
||||
</td>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Hinweise</b></legend>
|
||||
{$ba_field_hinweis}
|
||||
</fieldset>
|
||||
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'save'}
|
||||
<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>{$ba_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$ba_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="left"><b>{$ba_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
157
templates/standard/erf_besschnitt.html
Executable file
@ -0,0 +1,157 @@
|
||||
{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">
|
||||
<title>{$bs_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$bs_titel} {$bs_jahr}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$bs_field_betrag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="number" min="0.00" step="0.01" name="wert" value="{$bs_wert}" size="20"> €
|
||||
</td>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Hinweise</b></legend>
|
||||
{$bs_field_hinweis}
|
||||
</fieldset>
|
||||
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'save'}
|
||||
<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>{$bs_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$bs_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="left"><b>{$bs_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
235
templates/standard/erf_deltas.html
Executable file
@ -0,0 +1,235 @@
|
||||
{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">
|
||||
<title>{$deltadat_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
<!-- Kalender Beginn // -->
|
||||
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
|
||||
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
|
||||
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
<!--
|
||||
// Calendar callback. When a date is clicked on the calendar
|
||||
// this function is called so you can do as you want with it
|
||||
function calendarCallback(date, month, year, pos)
|
||||
{
|
||||
if(date<10){date='0'+date;}
|
||||
if(month<10){month='0'+month;}
|
||||
date_tag = date;
|
||||
date_mon = month;
|
||||
date_jahr = year;
|
||||
document.getElementById('tag'+pos).value = date_tag;
|
||||
document.getElementById('mon'+pos).value = date_mon;
|
||||
document.getElementById('jahr'+pos).value = date_jahr;
|
||||
}
|
||||
|
||||
// -->
|
||||
{/literal}
|
||||
</script>
|
||||
<!-- Kalender Ende // -->
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$deltadat_titel}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$deltadat_field_starttag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag1' id='tag1' value='{$deltadat_startdat_tag}' size=1>.<input type='text' name='mon1' id='mon1' value='{$deltadat_startdat_mon}' size=1>.<input type='text' name='jahr1' id='jahr1' value='{$deltadat_startdat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
startdat = new dynCalendar('startdat', 'calendarCallback', './datepicker/images/', '', '1');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$deltadat_field_betrag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="text" name="wert" value='{$deltadat_wert}'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Gespeicherte LBZ mtl.</b></legend>
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$deltadat_field_starttag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$deltadat_field_betrag}</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>{$deltadat_field_aktionen}</b>
|
||||
</td>
|
||||
<tr>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data2[table_data2].startdat_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].wert}
|
||||
</td>
|
||||
<td align='center'>
|
||||
<a href=?edit={$table_data2[table_data2].deid}><img title = "Daten bearbeiten" border="0" height=10 src="./templates/{$global_template}/images/edit.png"></a>
|
||||
|
||||
<a href=?action=del&deid={$table_data2[table_data2].deid}><img title = "Daten löschen" border="0" height=10 src="./templates/{$global_template}/images/drop.png"></a>
|
||||
</td>
|
||||
<tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'save'}
|
||||
<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>{$deltadat_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$deltadat_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left"><b>{$deltadat_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
922
templates/standard/erf_grundgehalt.html
Executable file
@ -0,0 +1,922 @@
|
||||
{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">
|
||||
<title>{$e_grund_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
|
||||
#menu,
|
||||
#menu ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
#menu {
|
||||
width: 700px auto;
|
||||
margin: 0px auto;
|
||||
border: 1px solid #222;
|
||||
background-color: #00138C;
|
||||
background-image: -moz-linear-gradient(#6487DC, #00138C);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#6487DC), to(#00138C));
|
||||
background-image: -webkit-linear-gradient(#6487DC, #00138C);
|
||||
background-image: -o-linear-gradient(#6487DC, #00138C);
|
||||
background-image: -ms-linear-gradient(#6487DC, #00138C);
|
||||
background-image: linear-gradient(#6487DC, #00138C);
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
|
||||
-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
|
||||
box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
|
||||
}
|
||||
#menu:before,
|
||||
#menu:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
#menu:after {
|
||||
clear: both;
|
||||
}
|
||||
#menu {
|
||||
zoom: 1;
|
||||
}
|
||||
#menu li {
|
||||
float: left;
|
||||
border-right: 1px solid #222;
|
||||
-moz-box-shadow: 1px 0 0 #6487DC;
|
||||
-webkit-box-shadow: 1px 0 0 #6487DC;
|
||||
box-shadow: 1px 0 0 #6487DC;
|
||||
position: relative;
|
||||
}
|
||||
#menu a {
|
||||
float: left;
|
||||
padding: 12px 30px;
|
||||
color: #CCC;
|
||||
text-transform: uppercase;
|
||||
font: bold 12px Arial, Helvetica;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 1px 0 #000;
|
||||
}
|
||||
#menu li:hover > a {
|
||||
color: #fafafa;
|
||||
}
|
||||
*html #menu li a:hover {
|
||||
/* IE6 only */
|
||||
|
||||
color: #fafafa;
|
||||
}
|
||||
#menu ul {
|
||||
margin: 20px 0 0 0;
|
||||
_margin: 0;
|
||||
/*IE6 only*/
|
||||
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
top: 38px;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
background: #6487DC;
|
||||
background: -moz-linear-gradient(#6487DC, #00138C);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#6487DC), to(#00138C));
|
||||
background: -webkit-linear-gradient(#6487DC, #00138C);
|
||||
background: -o-linear-gradient(#6487DC, #00138C);
|
||||
background: -ms-linear-gradient(#6487DC, #00138C);
|
||||
background: linear-gradient(#6487DC, #00138C);
|
||||
-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
|
||||
-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
|
||||
box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-moz-transition: all .2s ease-in-out;
|
||||
-ms-transition: all .2s ease-in-out;
|
||||
-o-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
#menu li:hover > ul {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
margin: 0;
|
||||
}
|
||||
#menu ul ul {
|
||||
top: 0;
|
||||
left: 150px;
|
||||
margin: 0 0 0 20px;
|
||||
_margin: 0;
|
||||
/*IE6 only*/
|
||||
|
||||
-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
|
||||
-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
|
||||
box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
|
||||
}
|
||||
#menu ul li {
|
||||
float: none;
|
||||
display: block;
|
||||
border: 0;
|
||||
_line-height: 0;
|
||||
/*IE6 only*/
|
||||
|
||||
-moz-box-shadow: 0 1px 0 #00138C, 0 2px 0 #666;
|
||||
-webkit-box-shadow: 0 1px 0 #00138C, 0 2px 0 #666;
|
||||
box-shadow: 0 1px 0 #00138C, 0 2px 0 #666;
|
||||
}
|
||||
#menu ul li:last-child {
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#menu ul a {
|
||||
padding: 10px;
|
||||
width: 160px;
|
||||
_height: 10px;
|
||||
/*IE6 only*/
|
||||
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
float: none;
|
||||
text-transform: none;
|
||||
}
|
||||
#menu ul a:hover {
|
||||
background-color: #0186ba;
|
||||
background-image: -moz-linear-gradient(#04acec, #0186ba);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
|
||||
background-image: -webkit-linear-gradient(#04acec, #0186ba);
|
||||
background-image: -o-linear-gradient(#04acec, #0186ba);
|
||||
background-image: -ms-linear-gradient(#04acec, #0186ba);
|
||||
background-image: linear-gradient(#04acec, #0186ba);
|
||||
}
|
||||
#menu ul li:first-child > a {
|
||||
-moz-border-radius: 3px 3px 0 0;
|
||||
-webkit-border-radius: 3px 3px 0 0;
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
#menu ul li:first-child > a:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 40px;
|
||||
top: -6px;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #6487DC;
|
||||
}
|
||||
#menu ul ul li:first-child a:after {
|
||||
left: -6px;
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
border-left: 0;
|
||||
border-bottom: 6px solid transparent;
|
||||
border-top: 6px solid transparent;
|
||||
border-right: 6px solid #3b3b3b;
|
||||
}
|
||||
#menu ul li:first-child a:hover:after {
|
||||
border-bottom-color: #04acec;
|
||||
}
|
||||
#menu ul ul li:first-child a:hover:after {
|
||||
border-right-color: #0299d3;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
#menu ul li:last-child > a {
|
||||
-moz-border-radius: 0 0 3px 3px;
|
||||
-webkit-border-radius: 0 0 3px 3px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
}
|
||||
/* Mobile */
|
||||
|
||||
#menu-trigger {
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 600px) {
|
||||
/* nav-wrap */
|
||||
|
||||
#menu-wrap {
|
||||
position: relative;
|
||||
}
|
||||
#menu-wrap * {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/* menu icon */
|
||||
|
||||
#menu-trigger {
|
||||
display: block;
|
||||
/* show menu icon */
|
||||
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
cursor: pointer;
|
||||
padding: 0 0 0 35px;
|
||||
border: 1px solid #222;
|
||||
color: #fafafa;
|
||||
font-weight: bold;
|
||||
background-color: #00138C;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -moz-linear-gradient(#6487DC, #00138C);
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -webkit-linear-gradient(#6487DC, #00138C);
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -o-linear-gradient(#6487DC, #00138C);
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, -ms-linear-gradient(#6487DC, #00138C);
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#6487DC, #00138C);
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
|
||||
-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
|
||||
box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
|
||||
}
|
||||
/* main nav */
|
||||
|
||||
#menu {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
background-color: #ffffff;
|
||||
display: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#menu:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 25px;
|
||||
top: -8px;
|
||||
border-left: 8px solid transparent;
|
||||
border-right: 8px solid transparent;
|
||||
border-bottom: 8px solid #6487DC;
|
||||
}
|
||||
#menu ul {
|
||||
position: static;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
margin: 0;
|
||||
background: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#menu ul ul {
|
||||
margin: 0 0 0 20px !important;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#menu li {
|
||||
position: static;
|
||||
display: block;
|
||||
float: none;
|
||||
border: 0;
|
||||
margin: 5px;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#menu ul li {
|
||||
margin-left: 20px;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#menu a {
|
||||
display: block;
|
||||
float: none;
|
||||
padding: 0;
|
||||
color: #999;
|
||||
}
|
||||
#menu a:hover {
|
||||
color: #fafafa;
|
||||
}
|
||||
#menu ul a {
|
||||
padding: 0;
|
||||
width: auto;
|
||||
}
|
||||
#menu ul a:hover {
|
||||
background: none;
|
||||
}
|
||||
#menu ul li:first-child a:after,
|
||||
#menu ul ul li:first-child a:after {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 600px) {
|
||||
#menu {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
/* iPad */
|
||||
|
||||
.no-transition {
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
-ms-transition: none;
|
||||
-o-transition: none;
|
||||
transition: none;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
display: none;
|
||||
}
|
||||
#menu li:hover > .no-transition {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<!-- Kalender Beginn // -->
|
||||
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
|
||||
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
|
||||
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
<!--
|
||||
// Calendar callback. When a date is clicked on the calendar
|
||||
// this function is called so you can do as you want with it
|
||||
function calendarCallback(date, month, year, pos)
|
||||
{
|
||||
if(date<10){date='0'+date;}
|
||||
if(month<10){month='0'+month;}
|
||||
date_tag = date;
|
||||
date_mon = month;
|
||||
date_jahr = year;
|
||||
document.getElementById('tag'+pos).value = date_tag;
|
||||
document.getElementById('mon'+pos).value = date_mon;
|
||||
document.getElementById('jahr'+pos).value = date_jahr;
|
||||
}
|
||||
|
||||
// -->
|
||||
{/literal}
|
||||
</script>
|
||||
<!-- Kalender Ende // -->
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
showDiv(document.getElementById("besoldung"))
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$e_grund_titel} {$e_grund_jahrgang}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$e_grund_field_starttag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag1' id='tag1' value='{$e_grund_startdat_tag}' size=1>.<input type='text' name='mon1' id='mon1' value='{$e_grund_startdat_mon}' size=1>.<input type='text' name='jahr1' id='jahr1' value='{$e_grund_startdat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
startdat = new dynCalendar('startdat', 'calendarCallback', './datepicker/images/', '', '1');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$e_grund_field_besoldung}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<select size="1" id='besoldung' name='besoldung' onchange="showDiv(this)">
|
||||
<option value="W1" {if $e_grund_besoldung == 'W1'} selected {/if}>W1 </option>
|
||||
<option value="W2" {if $e_grund_besoldung == 'W2'} selected {/if}>W2 </option>
|
||||
<option value="W3" {if $e_grund_besoldung == 'W3'} selected {/if}>W3 </option>
|
||||
<option value="C1" {if $e_grund_besoldung == 'C1'} selected {/if}>C1 </option>
|
||||
<option value="C2" {if $e_grund_besoldung == 'C2'} selected {/if}>C2 </option>
|
||||
<option value="C3" {if $e_grund_besoldung == 'C3'} selected {/if}>C3 </option>
|
||||
<option value="C4" {if $e_grund_besoldung == 'C4'} selected {/if}>C4 </option>
|
||||
<option value="A9" {if $e_grund_besoldung == 'A9'} selected {/if}>A9 </option>
|
||||
<option value="A10" {if $e_grund_besoldung == 'A10'} selected {/if}>A10 </option>
|
||||
<option value="A11" {if $e_grund_besoldung == 'A11'} selected {/if}>A11 </option>
|
||||
<option value="A12" {if $e_grund_besoldung == 'A12'} selected {/if}>A12 </option>
|
||||
<option value="A13" {if $e_grund_besoldung == 'A13'} selected {/if}>A13 </option>
|
||||
<option value="A14" {if $e_grund_besoldung == 'A14'} selected {/if}>A14 </option>
|
||||
<option value="A15" {if $e_grund_besoldung == 'A15'} selected {/if}>A15 </option>
|
||||
<option value="A16" {if $e_grund_besoldung == 'A16'} selected {/if}>A16 </option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$e_grund_field_stufe}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<div id="hidden_divA" style="display:none;">
|
||||
<select size="1" id='stufeA' name='stufeA'>
|
||||
<option value="1" {if $e_grund_stufe == '1'} selected {/if}>1 </option>
|
||||
<option value="2" {if $e_grund_stufe == '2'} selected {/if}>2 </option>
|
||||
<option value="3" {if $e_grund_stufe == '3'} selected {/if}>3 </option>
|
||||
<option value="4" {if $e_grund_stufe == '4'} selected {/if}>4 </option>
|
||||
<option value="5" {if $e_grund_stufe == '5'} selected {/if}>5 </option>
|
||||
<option value="6" {if $e_grund_stufe == '6'} selected {/if}>6 </option>
|
||||
<option value="7" {if $e_grund_stufe == '7'} selected {/if}>7 </option>
|
||||
<option value="8" {if $e_grund_stufe == '8'} selected {/if}>8 </option>
|
||||
<option value="9" {if $e_grund_stufe == '9'} selected {/if}>9 </option>
|
||||
<option value="10" {if $e_grund_stufe == '10'} selected {/if}>10 </option>
|
||||
<option value="11" {if $e_grund_stufe == '11'} selected {/if}>11 </option>
|
||||
<option value="12" {if $e_grund_stufe == '12'} selected {/if}>12 </option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="hidden_divC" style="display:none;">
|
||||
<select size="1" id='stufeC' name='stufeC'>
|
||||
<option value="1" {if $e_grund_stufe == '1'} selected {/if}>1 </option>
|
||||
<option value="2" {if $e_grund_stufe == '2'} selected {/if}>2 </option>
|
||||
<option value="3" {if $e_grund_stufe == '3'} selected {/if}>3 </option>
|
||||
<option value="4" {if $e_grund_stufe == '4'} selected {/if}>4 </option>
|
||||
<option value="5" {if $e_grund_stufe == '5'} selected {/if}>5 </option>
|
||||
<option value="6" {if $e_grund_stufe == '6'} selected {/if}>6 </option>
|
||||
<option value="7" {if $e_grund_stufe == '7'} selected {/if}>7 </option>
|
||||
<option value="8" {if $e_grund_stufe == '8'} selected {/if}>8 </option>
|
||||
<option value="9" {if $e_grund_stufe == '9'} selected {/if}>9 </option>
|
||||
<option value="10" {if $e_grund_stufe == '10'} selected {/if}>10 </option>
|
||||
<option value="11" {if $e_grund_stufe == '11'} selected {/if}>11 </option>
|
||||
<option value="12" {if $e_grund_stufe == '12'} selected {/if}>12 </option>
|
||||
<option value="13" {if $e_grund_stufe == '13'} selected {/if}>13 </option>
|
||||
<option value="14" {if $e_grund_stufe == '14'} selected {/if}>14 </option>
|
||||
<option value="15" {if $e_grund_stufe == '15'} selected {/if}>15 </option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
function showDiv(select){
|
||||
if(select.value=='A9'||select.value=='A10'||select.value=='A11'||select.value=='A12'||select.value=='A13'||select.value=='A14'||select.value=='A15'||select.value=='A16'){
|
||||
document.getElementById('hidden_divA').style.display = "block";
|
||||
document.getElementById('hidden_divC').style.display = "none";
|
||||
}
|
||||
if(select.value=='C1'||select.value=='C2'||select.value=='C3'||select.value=='C4'){
|
||||
document.getElementById('hidden_divA').style.display = "none";
|
||||
document.getElementById('hidden_divC').style.display = "block";
|
||||
}
|
||||
if(select.value=='W1'||select.value=='W2'||select.value=='W3'){
|
||||
document.getElementById('hidden_divA').style.display = "none";
|
||||
document.getElementById('hidden_divC').style.display = "none";
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$e_grund_field_wert}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="number" min="0.00" step="0.01" name="betrag" value="{$e_grund_betrag}"> €
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Gespeicherte Werte für das Grundgehalt</b></legend>
|
||||
|
||||
<table border=0 width=100% cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td align="left">
|
||||
<nav id="menu-wrap">
|
||||
<ul id="menu">
|
||||
<li><a href="?besoldung=%&stufe=%">Alle</a></li>
|
||||
<li>
|
||||
<a href="?besoldung=A%&stufe=%">A-Besoldung</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="?besoldung=A9&stufe=%" border="0">A9</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A9&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A9&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=A10&stufe=%" border="0">A10</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A10&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A10&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=A11&stufe=%" border="0">A11</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A11&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A11&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=A13&stufe=%" border="0">A12</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A12&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A12&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=A13&stufe=%" border="0">A13</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A13&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A13&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=A14&stufe=%" border="0">A14</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A14&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A14&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=A15&stufe=%" border="0">A15</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A15&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A15&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=A16&stufe=%" border="0">A16</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=A16&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=A16&stufe=12">Stufe 12</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=C%&stufe=%">C-Besoldung</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="?besoldung=C1&stufe=%" border="0">C1</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=C1&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=12">Stufe 12</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=13">Stufe 13</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=14">Stufe 14</a></li>
|
||||
<li><a href="?besoldung=C1&stufe=15">Stufe 15</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=C2&stufe=%" border="0">C2</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=C2&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=12">Stufe 12</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=13">Stufe 13</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=14">Stufe 14</a></li>
|
||||
<li><a href="?besoldung=C2&stufe=15">Stufe 15</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=C3&stufe=%" border="0">C3</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=C3&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=12">Stufe 12</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=13">Stufe 13</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=14">Stufe 14</a></li>
|
||||
<li><a href="?besoldung=C3&stufe=15">Stufe 15</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=C4&stufe=%" border="0">C4</a>
|
||||
<ul>
|
||||
<li><a href="?besoldung=C4&stufe=1">Stufe 1</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=2">Stufe 2</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=3">Stufe 3</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=4">Stufe 4</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=5">Stufe 5</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=6">Stufe 6</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=7">Stufe 7</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=8">Stufe 8</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=9">Stufe 9</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=10">Stufe 10</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=11">Stufe 11</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=12">Stufe 12</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=13">Stufe 13</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=14">Stufe 14</a></li>
|
||||
<li><a href="?besoldung=C4&stufe=15">Stufe 15</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="?besoldung=W%&stufe=%">W-Besoldung</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="?besoldung=W1&stufe=0" border="0">W1</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=W2&stufe=0" border="0">W2</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?besoldung=W3&stufe=0" border="0">W3</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
{if $e_grund_filter_besoldung != '%' or $e_grund_filter_stufe != '%'}
|
||||
<b>{$e_grund_field_filter_act}</b><br>
|
||||
{/if}
|
||||
|
||||
{if $e_grund_filter_besoldung != '%'}
|
||||
{$e_grund_field_besoldung} {$e_grund_filter_besoldung}<br>
|
||||
{/if}
|
||||
|
||||
{if $e_grund_filter_stufe != '%'}
|
||||
{$e_grund_field_stufe} {$e_grund_filter_stufe}<br>
|
||||
{/if}
|
||||
<br>
|
||||
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$e_grund_field_starttag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$e_grund_field_besoldung}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$e_grund_field_stufe}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$e_grund_field_wert}</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>{$e_grund_field_aktionen}</b>
|
||||
</td>
|
||||
<tr>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data2[table_data2].startdat_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].besoldung}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].stufe}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].betrag} €
|
||||
</td>
|
||||
<td align='center'>
|
||||
<a href=?edit={$table_data2[table_data2].gid}><img title = "Daten bearbeiten" border="0" height=10 src="./templates/{$global_template}/images/edit.png"></a>
|
||||
|
||||
<a href=?action=del&gid={$table_data2[table_data2].gid}><img title = "Daten löschen" border="0" height=10 src="./templates/{$global_template}/images/drop.png"></a>
|
||||
</td>
|
||||
<tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'save'}
|
||||
<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>{$e_grund_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$e_grund_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left"><b>{$e_grund_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
362
templates/standard/erf_lb_bz.html
Executable file
@ -0,0 +1,362 @@
|
||||
{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">
|
||||
<title>{$lb_bz_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lb_bz_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left">
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=lzulerf method="POST">
|
||||
<p align="center">
|
||||
<select size="10" id='prof' name='prof'>
|
||||
{section name=table_data loop=$table_data}
|
||||
<option value="{$table_data[table_data].did}">{$table_data[table_data].doz_name}, {$table_data[table_data].doz_vorname} </option>
|
||||
{/section}
|
||||
</select>
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
</p>
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'lzulerf'}
|
||||
<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>{$lb_bz_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
<!-- Kalender Beginn // -->
|
||||
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
|
||||
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
|
||||
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
<!--
|
||||
// Calendar callback. When a date is clicked on the calendar
|
||||
// this function is called so you can do as you want with it
|
||||
function calendarCallback(date, month, year, pos)
|
||||
{
|
||||
if(date<10){date='0'+date;}
|
||||
if(month<10){month='0'+month;}
|
||||
date_tag = date;
|
||||
date_mon = month;
|
||||
date_jahr = year;
|
||||
document.getElementById('tag'+pos).value = date_tag;
|
||||
document.getElementById('mon'+pos).value = date_mon;
|
||||
document.getElementById('jahr'+pos).value = date_jahr;
|
||||
}
|
||||
|
||||
// -->
|
||||
{/literal}
|
||||
</script>
|
||||
<!-- Kalender Ende // -->
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lb_bz_titel}</font><br>
|
||||
<font class="sh">{$lb_bz_profname}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_bz_field_starttag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag1' id='tag1' value='{$lb_bz_startdat_tag}' size=1>.<input type='text' name='mon1' id='mon1' value='{$lb_bz_startdat_mon}' size=1>.<input type='text' name='jahr1' id='jahr1' value='{$lb_bz_startdat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
startdat = new dynCalendar('startdat', 'calendarCallback', './datepicker/images/', '', '1');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_bz_field_betrag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="number" min="0.00" step="0.01" name="wert" value='{$lb_bz_wert}'> €
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_bz_field_befende}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag2' id='tag2' value='{$lb_bz_befende_tag}' size=1>.<input type='text' name='mon2' id='mon2'value='{$lb_bz_befende_mon}' size=1>.<input type='text' name='jahr2' id='jahr2' value='{$lb_bz_befende_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
befende = new dynCalendar('befende', 'calendarCallback', './datepicker/images/', '', '2');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_bz_field_endtag}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag3' id='tag3' value='{$lb_bz_enddat_tag}' size=1>.<input type='text' name='mon3' id='mon3'value='{$lb_bz_enddat_mon}' size=1>.<input type='text' name='jahr3' id='jahr3' value='{$lb_bz_enddat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
endtag = new dynCalendar('endtag', 'calendarCallback', './datepicker/images/', '', '3');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_bz_field_anpassung}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<label for="r1"><input type='radio' name='anpassung' value='Y' id="r1" {if $lb_bz_anpassung=='Y'} checked {/if}> Ja</label><br>
|
||||
<label for="r2"><input type='radio' name='anpassung' value='N' id="r2" {if $lb_bz_anpassung=='N'} checked {/if}> Nein</label>
|
||||
</td>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Gespeicherte Zulagen</b></legend>
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$lb_bz_field_starttag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lb_bz_field_betrag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lb_bz_field_befende}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lb_bz_field_endtag}</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>{$lb_bz_field_anpassung}</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>{$lb_bz_field_aktionen}</b>
|
||||
</td>
|
||||
<tr>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data2[table_data2].startdat_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].wert} €
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].befende_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].enddat_form}
|
||||
</td>
|
||||
<td align='center'>
|
||||
{$table_data2[table_data2].anpassung}
|
||||
</td>
|
||||
<td align='center'>
|
||||
<a href=?action=lzulerf&edit={$table_data2[table_data2].lbbzid}><img title = "Daten bearbeiten" border="0" height=10 src="./templates/{$global_template}/images/edit.png"></a>
|
||||
|
||||
<a href=?action=del&lbbzid={$table_data2[table_data2].lbbzid}><img title = "Daten löschen" border="0" height=10 src="./templates/{$global_template}/images/drop.png"></a>
|
||||
</td>
|
||||
<tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'save'}
|
||||
<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>{$lb_bz_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lb_bz_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left"><b>{$lb_bz_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
157
templates/standard/erf_lb_einmal.html
Executable file
@ -0,0 +1,157 @@
|
||||
{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">
|
||||
<title>{$lb_einmal_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lb_einmal_titel} {$lb_einmal_jahr}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_einmal_field_betrag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="number" min="0.00" step="0.01" name="wert" value="{$lb_einmal_wert}" size="20"> €
|
||||
</td>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Hinweise</b></legend>
|
||||
{$lb_einmal_field_hinweis}
|
||||
</fieldset>
|
||||
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'save'}
|
||||
<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>{$lb_einmal_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lb_einmal_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="left"><b>{$lb_einmal_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
349
templates/standard/erf_lb_fz.html
Executable file
@ -0,0 +1,349 @@
|
||||
|
||||
|
||||
{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">
|
||||
<title>{$lb_fz_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lb_fz_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left">
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=lbfzerf method="POST">
|
||||
<p align="center">
|
||||
<select size="10" id='funktion' name='funktion'>
|
||||
{section name=table_data loop=$table_data}
|
||||
<option value="{$table_data[table_data].kfid}">{$table_data[table_data].bezeichnung} </option>
|
||||
{/section}
|
||||
</select>
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
</p>
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'lbfzerf'}
|
||||
<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>{$lb_fz_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
<!-- Kalender Beginn // -->
|
||||
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
|
||||
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
|
||||
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
<!--
|
||||
// Calendar callback. When a date is clicked on the calendar
|
||||
// this function is called so you can do as you want with it
|
||||
function calendarCallback(date, month, year, pos)
|
||||
{
|
||||
if(date<10){date='0'+date;}
|
||||
if(month<10){month='0'+month;}
|
||||
date_tag = date;
|
||||
date_mon = month;
|
||||
date_jahr = year;
|
||||
document.getElementById('tag'+pos).value = date_tag;
|
||||
document.getElementById('mon'+pos).value = date_mon;
|
||||
document.getElementById('jahr'+pos).value = date_jahr;
|
||||
}
|
||||
|
||||
// -->
|
||||
{/literal}
|
||||
</script>
|
||||
<!-- Kalender Ende // -->
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lb_fz_titel}</font><br>
|
||||
<font class="sh">{$lb_fz_funktion}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_fz_field_starttag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag1' id='tag1' value='{$lb_fz_startdat_tag}' size=1>.<input type='text' name='mon1' id='mon1' value='{$lb_fz_startdat_mon}' size=1>.<input type='text' name='jahr1' id='jahr1' value='{$lb_fz_startdat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
startdat = new dynCalendar('startdat', 'calendarCallback', './datepicker/images/', '', '1');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_fz_field_betrag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="number" min="0.00" step="0.01" name="wert" value='{$lb_fz_wert}'> €
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_fz_field_endtag}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag3' id='tag3' value='{$lb_fz_enddat_tag}' size=1>.<input type='text' name='mon3' id='mon3'value='{$lb_fz_enddat_mon}' size=1>.<input type='text' name='jahr3' id='jahr3' value='{$lb_fz_enddat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
endtag = new dynCalendar('endtag', 'calendarCallback', './datepicker/images/', '', '3');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lb_fz_field_prof}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<select size="5" id='prof' name='prof'>
|
||||
{section name=table_data3 loop=$table_data3}
|
||||
<option value="{$table_data3[table_data3].did}" {if $lb_fz_did == $table_data3[table_data3].did} selected {/if}>{$table_data3[table_data3].doz_name}, {$table_data3[table_data3].doz_vorname} </option>
|
||||
{/section}
|
||||
</select>
|
||||
</td>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Gespeicherte Zulagen</b></legend>
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$lb_fz_field_starttag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lb_fz_field_betrag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lb_fz_field_name}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lb_fz_field_endtag}</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>{$lb_fz_field_aktionen}</b>
|
||||
</td>
|
||||
<tr>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data2[table_data2].startdat_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].wert} €
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].name}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].enddat_form}
|
||||
</td>
|
||||
<td align='center'>
|
||||
<a href=?action=lbfzerf&edit={$table_data2[table_data2].lbfzid}><img title = "Daten bearbeiten" border="0" height=10 src="./templates/{$global_template}/images/edit.png"></a>
|
||||
|
||||
<a href=?action=del&lbfzid={$table_data2[table_data2].lbfzid}><img title = "Daten löschen" border="0" height=10 src="./templates/{$global_template}/images/drop.png"></a>
|
||||
</td>
|
||||
<tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'save'}
|
||||
<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>{$lb_fz_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lb_fz_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left"><b>{$lb_fz_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
347
templates/standard/erf_lz.html
Executable file
@ -0,0 +1,347 @@
|
||||
{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">
|
||||
<title>{$lz_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lz_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left">
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=lzulerf method="POST">
|
||||
<p align="center">
|
||||
<select size="10" id='prof' name='prof'>
|
||||
{section name=table_data loop=$table_data}
|
||||
<option value="{$table_data[table_data].did}">{$table_data[table_data].doz_name}, {$table_data[table_data].doz_vorname} </option>
|
||||
{/section}
|
||||
</select>
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
</p>
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'lzulerf'}
|
||||
<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>{$lz_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
<!-- Kalender Beginn // -->
|
||||
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
|
||||
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
|
||||
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
<!--
|
||||
// Calendar callback. When a date is clicked on the calendar
|
||||
// this function is called so you can do as you want with it
|
||||
function calendarCallback(date, month, year, pos)
|
||||
{
|
||||
if(date<10){date='0'+date;}
|
||||
if(month<10){month='0'+month;}
|
||||
date_tag = date;
|
||||
date_mon = month;
|
||||
date_jahr = year;
|
||||
document.getElementById('tag'+pos).value = date_tag;
|
||||
document.getElementById('mon'+pos).value = date_mon;
|
||||
document.getElementById('jahr'+pos).value = date_jahr;
|
||||
}
|
||||
|
||||
// -->
|
||||
{/literal}
|
||||
</script>
|
||||
<!-- Kalender Ende // -->
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lz_titel}</font><br>
|
||||
<font class="sh">{$lz_profname}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lz_field_starttag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag1' id='tag1' value='{$lz_startdat_tag}' size=1>.<input type='text' name='mon1' id='mon1' value='{$lz_startdat_mon}' size=1>.<input type='text' name='jahr1' id='jahr1' value='{$lz_startdat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
startdat = new dynCalendar('startdat', 'calendarCallback', './datepicker/images/', '', '1');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lz_field_betrag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="number" min="0.00" step="0.01" name="wert" value='{$lz_wert}'> €
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lz_field_befende}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag2' id='tag2' value='{$lz_befende_tag}' size=1>.<input type='text' name='mon2' id='mon2'value='{$lz_befende_mon}' size=1>.<input type='text' name='jahr2' id='jahr2' value='{$lz_befende_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
befende = new dynCalendar('befende', 'calendarCallback', './datepicker/images/', '', '2');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$lz_field_endtag}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag3' id='tag3' value='{$lz_enddat_tag}' size=1>.<input type='text' name='mon3' id='mon3'value='{$lz_enddat_mon}' size=1>.<input type='text' name='jahr3' id='jahr3' value='{$lz_enddat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
endtag = new dynCalendar('endtag', 'calendarCallback', './datepicker/images/', '', '3');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Gespeicherte Zulagen</b></legend>
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$lz_field_starttag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lz_field_betrag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lz_field_befende}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$lz_field_endtag}</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>{$lz_field_aktionen}</b>
|
||||
</td>
|
||||
<tr>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data2[table_data2].startdat_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].wert} €
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].befende_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].enddat_form}
|
||||
</td>
|
||||
<td align='center'>
|
||||
<a href=?action=lzulerf&edit={$table_data2[table_data2].lblzid}><img title = "Daten bearbeiten" border="0" height=10 src="./templates/{$global_template}/images/edit.png"></a>
|
||||
|
||||
<a href=?action=del&lblzid={$table_data2[table_data2].lblzid}><img title = "Daten löschen" border="0" height=10 src="./templates/{$global_template}/images/drop.png"></a>
|
||||
</td>
|
||||
<tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'save'}
|
||||
<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>{$lz_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lz_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left"><b>{$lz_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
235
templates/standard/erf_vza.html
Executable file
@ -0,0 +1,235 @@
|
||||
{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">
|
||||
<title>{$vza_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
<!-- Kalender Beginn // -->
|
||||
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
|
||||
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
|
||||
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
<!--
|
||||
// Calendar callback. When a date is clicked on the calendar
|
||||
// this function is called so you can do as you want with it
|
||||
function calendarCallback(date, month, year, pos)
|
||||
{
|
||||
if(date<10){date='0'+date;}
|
||||
if(month<10){month='0'+month;}
|
||||
date_tag = date;
|
||||
date_mon = month;
|
||||
date_jahr = year;
|
||||
document.getElementById('tag'+pos).value = date_tag;
|
||||
document.getElementById('mon'+pos).value = date_mon;
|
||||
document.getElementById('jahr'+pos).value = date_jahr;
|
||||
}
|
||||
|
||||
// -->
|
||||
{/literal}
|
||||
</script>
|
||||
<!-- Kalender Ende // -->
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$vza_titel}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font>
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Erfassung</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$vza_field_starttag}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag1' id='tag1' value='{$vza_startdat_tag}' size=1>.<input type='text' name='mon1' id='mon1' value='{$vza_startdat_mon}' size=1>.<input type='text' name='jahr1' id='jahr1' value='{$vza_startdat_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
startdat = new dynCalendar('startdat', 'calendarCallback', './datepicker/images/', '', '1');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$vza_field_vza}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input align="right" type="text" name="wert" value='{$vza_wert}'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><b>Gespeicherte VZÄ</b></legend>
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<b>{$vza_field_starttag}</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>{$vza_field_vza}</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>{$vza_field_aktionen}</b>
|
||||
</td>
|
||||
<tr>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data2[table_data2].startdat_form}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data2[table_data2].wert}
|
||||
</td>
|
||||
<td align='center'>
|
||||
<a href=?edit={$table_data2[table_data2].vzaid}><img title = "Daten bearbeiten" border="0" height=10 src="./templates/{$global_template}/images/edit.png"></a>
|
||||
|
||||
<a href=?action=del&vzaid={$table_data2[table_data2].vzaid}><img title = "Daten löschen" border="0" height=10 src="./templates/{$global_template}/images/drop.png"></a>
|
||||
</td>
|
||||
<tr>
|
||||
{/section}
|
||||
</table>
|
||||
</fieldset>
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'save'}
|
||||
<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>{$vza_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$vza_save_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="left"><b>{$vza_save_text}</b></p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
419
templates/standard/funktionen_bearbeiten.html
Executable file
@ -0,0 +1,419 @@
|
||||
{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">
|
||||
<title>{$funkt_bearb_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="800" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$funkt_bearb_titel}</font><br>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br><p align="left">
|
||||
<!-- hier inhalt -->
|
||||
<form action=?action=grcreate method="POST">
|
||||
<p align="center">
|
||||
<b>{$funkt_bearb_text}</b>
|
||||
<br>
|
||||
<br>
|
||||
<select size="10" id='funktion' name='funktion'>
|
||||
<option value="new">Funktion anlegen </option>
|
||||
<option style="font-weight:bold;font-style: italic;" disabled> </option>
|
||||
{section name=table_data loop=$table_data}
|
||||
<option value="{$table_data[table_data].kfid}">{$table_data[table_data].bezeichnung} </option>
|
||||
{/section}
|
||||
</select>
|
||||
<br><br>
|
||||
|
||||
<p align='center'>
|
||||
<input type="submit" value="Weiter" name="B1">
|
||||
</p>
|
||||
</p>
|
||||
</form>
|
||||
<!-- hier inhalt Ende -->
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'grcreate'}
|
||||
{if $funkt_bearb_mandatory_auswahl == '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>{$funkt_bearb_mandatory_auswahl_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$funkt_bearb_mandatory_auswahl_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$funkt_bearb_mandatory_auswahl_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="?">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $funkt_bearb_mandatory_auswahl == '2'}
|
||||
<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>{$funkt_bearb_titel}</title>
|
||||
<style>
|
||||
select{
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function start() {
|
||||
if (document.adm_anleg)
|
||||
document.adm_anleg.atelier.focus();
|
||||
return false;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<script type='text/javascript' src='./overlib/overlib.js'></script>
|
||||
<script type='text/javascript' src='./overlib/overlib_centerpopup.js'></script>
|
||||
<!-- Kalender Beginn // -->
|
||||
<link rel='stylesheet' href='./datepicker/dynCalendar.css' type='text/css' media='screen'>
|
||||
<script src='./datepicker/browserSniffer.js' type='text/javascript' language='javascript'></script>
|
||||
<script src='./datepicker/dynCalendar.js' type='text/javascript' language='javascript'></script>
|
||||
<script type='text/javascript'>
|
||||
{literal}
|
||||
<!--
|
||||
// Calendar callback. When a date is clicked on the calendar
|
||||
// this function is called so you can do as you want with it
|
||||
function calendarCallback(date, month, year, pos)
|
||||
{
|
||||
if(date<10){date='0'+date;}
|
||||
if(month<10){month='0'+month;}
|
||||
date_tag = date;
|
||||
date_mon = month;
|
||||
date_jahr = year;
|
||||
document.getElementById('tag'+pos).value = date_tag;
|
||||
document.getElementById('mon'+pos).value = date_mon;
|
||||
document.getElementById('jahr'+pos).value = date_jahr;
|
||||
}
|
||||
|
||||
// -->
|
||||
{/literal}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="80%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="./templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$funkt_bearb_titel}</font><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<br>
|
||||
<form action=?action=save method="POST" name="adm_anleg">
|
||||
<fieldset>
|
||||
<legend><b>Funktionsdefinition</b></legend>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="100%" id="AutoNumber1" height="194">
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$funkt_bearb_field_funktionnbez}*</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type="text" name="funktion" value="{$funkt_bearb_bez_funktion}" size="40">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$funkt_bearb_field_gueltig_ab}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag_ab' id='tag1' value='{$funkt_bearb_gueltig_ab_tag}' size=1>.<input type='text' name='mon_ab' id='mon1' value='{$funkt_bearb_gueltig_ab_mon}' size=1>.<input type='text' name='jahr_ab' id='jahr1' value='{$funkt_bearb_gueltig_ab_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
gueltig_ab = new dynCalendar('gueltig_ab', 'calendarCallback', './datepicker/images/', '', '1');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="40%">
|
||||
<b>{$funkt_bearb_field_gueltig_bis}</b>
|
||||
</td>
|
||||
<td width="60%">
|
||||
<input type='text' name='tag_bis' id='tag2' value='{$funkt_bearb_gueltig_bis_tag}' size=1>.<input type='text' name='mon_bis' id='mon2' value='{$funkt_bearb_gueltig_bis_mon}' size=1>.<input type='text' name='jahr_bis' id='jahr2' value='{$funkt_bearb_gueltig_bis_jahr}' size=3>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
gueltig_bis = new dynCalendar('gueltig_bis', 'calendarCallback', './datepicker/images/', '', '2');
|
||||
//-->
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="40%">
|
||||
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr
|
||||
<tr>
|
||||
<td width="40%">
|
||||
* = Pflichtfelder
|
||||
</td>
|
||||
<td width="60%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
<p align='center'>
|
||||
<input type="submit" value="Speichern" name="B1">
|
||||
</p>
|
||||
|
||||
</form>
|
||||
</td>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'save'}
|
||||
<!-- Wird nicht verwendet, es wird nach 0 Sekunden weitergeleitet auf die grcreate-->
|
||||
{if $funkt_bearb_inserterr == '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>{$funkt_bearb_inserterr_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$funkt_bearb_inserterr_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="left"><b>{$funkt_bearb_inserterr_text}</b>
|
||||
<br><br>
|
||||
{$funkt_bearb_reason}
|
||||
</p>
|
||||
<p align="center"><a href="?action=overview">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $funkt_bearb_inserterr == '2'}
|
||||
<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>{$funkt_bearb_returnmail_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/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="./templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="./templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="./templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$funkt_bearb_returnmail_titel}</span><br>
|
||||
<img height="5" src="./templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="./templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
{$funkt_bearb_returnmal_text1}
|
||||
<br><br>
|
||||
{if $funkt_bearb_mailsuccess == '2'}
|
||||
{$funkt_bearb_returnmal_text2}: {$funkt_bearb_returnmailadr}
|
||||
{/if}
|
||||
|
||||
{if $funkt_bearb_mailsuccess == '1'}
|
||||
{$funkt_bearb_returnmal_text3}
|
||||
{/if}
|
||||
</p>
|
||||
<p align="center"><a href="?new=1">
|
||||
<img border="0" src="./templates/{$global_template}/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/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="./templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="./templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="./templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="./templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
73
templates/standard/hauptframe.html
Executable file
@ -0,0 +1,73 @@
|
||||
<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">
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<script type='text/javascript' src='overlib/overlib_centerpopup.js'></script>
|
||||
<style type="text/css"></style>
|
||||
<title>{$welcome_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<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="94%" height="60%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"> </td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">
|
||||
<center>{$welcome_titel} {$admin}</center>
|
||||
</font>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td colspan="2">
|
||||
<br>
|
||||
<p align="center">
|
||||
{$welcome_text1}
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<!--
|
||||
<p align="center">{$welcome_text2}
|
||||
<br><br>
|
||||
<p align='center'>
|
||||
{$welcome_select}-->
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
4
templates/standard/images/Font.txt
Executable file
@ -0,0 +1,4 @@
|
||||
Button Schriftart
|
||||
|
||||
Verdana fett 12
|
||||
Anti Aliasing
|
BIN
templates/standard/images/Pfeile.cdr
Executable file
BIN
templates/standard/images/aufteilung.jpg
Executable file
After Width: | Height: | Size: 54 KiB |
BIN
templates/standard/images/ausrufezeichen_gruen - Kopie (2).png
Executable file
After Width: | Height: | Size: 2.9 KiB |
BIN
templates/standard/images/ausrufezeichen_gruen - Kopie.png
Executable file
After Width: | Height: | Size: 23 KiB |
BIN
templates/standard/images/ausrufezeichen_gruen.jpg
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/standard/images/ausrufezeichen_gruen.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
templates/standard/images/ausrufezeichen_rot.png
Executable file
After Width: | Height: | Size: 42 KiB |
BIN
templates/standard/images/b_abschicken.gif
Executable file
After Width: | Height: | Size: 604 B |
BIN
templates/standard/images/b_login.gif
Executable file
After Width: | Height: | Size: 216 B |
BIN
templates/standard/images/back.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/standard/images/back1.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/blank.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
templates/standard/images/box_bottom.gif
Executable file
After Width: | Height: | Size: 37 B |
BIN
templates/standard/images/box_e1.gif
Executable file
After Width: | Height: | Size: 408 B |
BIN
templates/standard/images/box_e1a.gif
Executable file
After Width: | Height: | Size: 186 B |
BIN
templates/standard/images/box_e2.gif
Executable file
After Width: | Height: | Size: 258 B |
BIN
templates/standard/images/box_e2a.gif
Executable file
After Width: | Height: | Size: 181 B |
BIN
templates/standard/images/box_e3.gif
Executable file
After Width: | Height: | Size: 144 B |
BIN
templates/standard/images/box_e4.gif
Executable file
After Width: | Height: | Size: 152 B |
BIN
templates/standard/images/box_l.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
templates/standard/images/box_r.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
templates/standard/images/box_top.gif
Executable file
After Width: | Height: | Size: 62 B |
BIN
templates/standard/images/box_top1.gif
Executable file
After Width: | Height: | Size: 37 B |
BIN
templates/standard/images/cross - Kopie (2).png
Executable file
After Width: | Height: | Size: 2.1 KiB |
BIN
templates/standard/images/cross - Kopie.png
Executable file
After Width: | Height: | Size: 228 KiB |
BIN
templates/standard/images/cross.jpg
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/standard/images/cross.png
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
templates/standard/images/cross_grey - Kopi.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/standard/images/cross_grey - Kopie (2).png
Executable file
After Width: | Height: | Size: 164 KiB |
BIN
templates/standard/images/cross_grey - Kopie.png
Executable file
After Width: | Height: | Size: 164 KiB |
BIN
templates/standard/images/cross_grey.png
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/standard/images/deleteicon_enabled.gif
Executable file
After Width: | Height: | Size: 869 B |
BIN
templates/standard/images/drop.png
Executable file
After Width: | Height: | Size: 311 B |
BIN
templates/standard/images/drop2.png
Executable file
After Width: | Height: | Size: 264 B |
BIN
templates/standard/images/drop_grey.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/edit.png
Executable file
After Width: | Height: | Size: 451 B |
BIN
templates/standard/images/edit_grey.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/excel.png
Executable file
After Width: | Height: | Size: 2.9 KiB |
BIN
templates/standard/images/export.gif
Executable file
After Width: | Height: | Size: 709 B |
BIN
templates/standard/images/fadein.png
Executable file
After Width: | Height: | Size: 151 B |
BIN
templates/standard/images/fadeout.png
Executable file
After Width: | Height: | Size: 152 B |
BIN
templates/standard/images/i.jpg
Executable file
After Width: | Height: | Size: 809 B |
BIN
templates/standard/images/i.png
Executable file
After Width: | Height: | Size: 278 B |
BIN
templates/standard/images/i_login.gif
Executable file
After Width: | Height: | Size: 646 B |
BIN
templates/standard/images/ico_pdf.gif
Executable file
After Width: | Height: | Size: 1007 B |
BIN
templates/standard/images/icon-close-round-20.png
Executable file
After Width: | Height: | Size: 330 B |
BIN
templates/standard/images/ja.gif
Executable file
After Width: | Height: | Size: 320 B |
BIN
templates/standard/images/left.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/left_first.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/left_first_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/left_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/link.png
Executable file
After Width: | Height: | Size: 776 B |
BIN
templates/standard/images/logo.png
Executable file
After Width: | Height: | Size: 23 KiB |
BIN
templates/standard/images/minus - Kopie (2).png
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
templates/standard/images/minus - Kopie.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/standard/images/minus.png
Executable file
After Width: | Height: | Size: 2.7 KiB |
BIN
templates/standard/images/nein.gif
Executable file
After Width: | Height: | Size: 333 B |
BIN
templates/standard/images/neu_icon.gif
Executable file
After Width: | Height: | Size: 74 B |
BIN
templates/standard/images/next.cpt
Executable file
BIN
templates/standard/images/next.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/standard/images/next1.png
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/offline.gif
Executable file
After Width: | Height: | Size: 494 B |
BIN
templates/standard/images/ok - Kopie.png
Executable file
After Width: | Height: | Size: 113 KiB |
BIN
templates/standard/images/ok.gif
Executable file
After Width: | Height: | Size: 663 B |
BIN
templates/standard/images/ok.png
Executable file
After Width: | Height: | Size: 2.8 KiB |
BIN
templates/standard/images/ok_grey.png
Executable file
After Width: | Height: | Size: 44 KiB |
BIN
templates/standard/images/outlook.gif
Executable file
After Width: | Height: | Size: 918 B |
BIN
templates/standard/images/outlook_grey.gif
Executable file
After Width: | Height: | Size: 918 B |
BIN
templates/standard/images/podcast.png
Executable file
After Width: | Height: | Size: 6.1 KiB |
BIN
templates/standard/images/right.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/right_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/right_last.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/right_last_grey.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/sidebox-bar-left.gif
Executable file
After Width: | Height: | Size: 50 B |
BIN
templates/standard/images/sidebox-bar-px.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
templates/standard/images/sidebox-bar-right.gif
Executable file
After Width: | Height: | Size: 50 B |
BIN
templates/standard/images/sidebox-bottom.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/sidebox-title-bg.gif
Executable file
After Width: | Height: | Size: 153 B |
BIN
templates/standard/images/sidebox-title-left.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/standard/images/sidebox-title-left1.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/sidebox-title-right.gif
Executable file
After Width: | Height: | Size: 356 B |
BIN
templates/standard/images/stat.gif
Executable file
After Width: | Height: | Size: 504 B |