first commit

This commit is contained in:
aschwarz
2023-04-25 13:25:59 +02:00
commit 086d1e1e9e
1774 changed files with 396049 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,500 @@
{if $action == ''}
<html>
<head>
<title>{$ansicht_entschieden_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:267px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
{literal}
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
{/literal}
</script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,forecolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form action="?action=save" method='post' name='ldap'>
<div class="header">
<div>
{if $ansicht_entschieden_annahme == 'Ja'}
<div>{$ansicht_entschieden_titel_ent}</div>
{else}
<div>{$ansicht_entschieden_titel_aus}</div>
{/if}
</div>
</div>
<div class="pat_list_box">
<p>
<fieldset>
<legend><b>{$ansicht_entschieden_legend_allg}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="3" width="90%">
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_id}</strong>
</td>
<td>
{$ansicht_entschieden_id}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_datumeingang}</strong>
</td>
<td>
{$ansicht_entschieden_datum}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_ersteller}</strong>
</td>
<td>
{$ansicht_entschieden_vorname} {$ansicht_entschieden_nachname}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_mailadresse}</strong>
</td>
<td>
{$ansicht_entschieden_mail}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gruppe}</strong>
</td>
<td>
{$ansicht_entschieden_beziehung}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gruppenmitglieder}</strong>
</td>
<td>
{section name=table_data loop=$table_data}
<a href="mailto:{$table_data1[table_data1].mail}">{$table_data1[table_data1].name}</a><br />
{/section}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_betreff}</strong>
</td>
<td>
{$ansicht_entschieden_betreff}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_beschreibung}</strong>
</td>
<td>
{$ansicht_entschieden_beschreibung}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_vorschlag}</strong>
</td>
<td>
{$ansicht_entschieden_vorschlag}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_nutzen}</strong>
</td>
<td>
{$ansicht_entschieden_nutzen}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_public}</strong>
</td>
<td>
{$ansicht_entschieden_public}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_category}</strong>
</td>
<td>
{$ansicht_entschieden_kategorie}
</td>
</tr>
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_gut}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ansicht_entschieden_field_gutname}</strong>
</td>
<td>
<strong>{$ansicht_entschieden_field_gutstatus}</strong>
</td>
</tr>
{section name=table_data2 loop=$table_data2}
{if $smarty.section.table_data2.rownum >= '1'}
<tr>
<td width="50%">
{$table_data2[table_data2].vorname} {$table_data2[table_data2].nachname}
</td>
<td>
{if $table_data2[table_data2].stellung_dat == '0000-00-00 00:00:00'}
kein Gutachten abgegeben
{else}
<a class='aformlink box' title='Stellungnahme Gutachter' href="ansicht_gutachten.php?gid={$table_data2[table_data2].gid}">Gutachten vom {$table_data2[table_data2].stellung_dat_form}</a>
{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_bet}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ansicht_entschieden_field_betname}</strong>
</td>
<td>
<strong>{$ansicht_entschieden_field_betstatus}</strong>
</td>
</tr>
{section name=table_data2a loop=$table_data2a}
{if $smarty.section.table_data2a.rownum >= '1'}
<tr>
<td width="50%">
{$table_data2a[table_data2a].vorname} {$table_data2a[table_data2a].nachname}
</td>
<td>
{if $table_data2a[table_data2a].stellung_dat == '0000-00-00 00:00:00'}
kein Gutachten abgegeben
{else}
<a class='aformlink box' title='Stellungnahme Beteiligter' href="ansicht_stellungnahme.php?bid={$table_data2a[table_data2a].bid}">Stellungnahme vom {$table_data2a[table_data2a].stellung_dat_form}</a>
{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_schluss}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="3" width="90%">
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_annahme}</strong>
</td>
<td>
{$ansicht_entschieden_annahme}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_bemerkung}</strong>
</td>
<td>
{$ansicht_entschieden_annahme_bemerkung}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_ziel}</strong>
</td>
<td valign="top">
{if $ansicht_entschieden_chk1 == '1'} {$ansicht_entschieden_chk_1}<br /> {/if}
{if $ansicht_entschieden_chk2 == '2'} {$ansicht_entschieden_chk_2}<br /> {/if}
{if $ansicht_entschieden_chk3 == '3'} {$ansicht_entschieden_chk_3}<br /> {/if}
{if $ansicht_entschieden_chk4 == '4'} {$ansicht_entschieden_chk_4}<br /> {/if}
{if $ansicht_entschieden_chk5 == '5'} {$ansicht_entschieden_chk_5}<br /> {/if}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_praemienzahlung}</strong>
</td>
<td>
{$ansicht_entschieden_praemie}
</td>
</tr>
{if $ansicht_entschieden_praemie == 'Ja'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gehalt}</strong>
</td>
<td>
{$ansicht_entschieden_praemie1} Punkt(e)
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_qualitaet}</strong>
</td>
<td>
{$ansicht_entschieden_praemie2} Punkt(e)
</td>
</tr>
{if $ansicht_entschieden_annahme == 'Ja'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_anwendungsbreite}</strong>
</td>
<td>
{$ansicht_entschieden_praemie3} Punkt(e)
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gradverbesserung}</strong>
</td>
<td>
{$ansicht_entschieden_praemie4} Punkt(e)
</td>
</tr>
{/if}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gesamtpunkte}</strong>
</td>
<td>
{$ansicht_entschieden_punkte_gesamt} Punkte
</td>
</tr>
{if $ansicht_entschieden_praemienart == 'P'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_praemie}</strong>
</td>
<td>
{$ansicht_entschieden_praemie_gutschein} &euro;
</td>
</tr>
{/if}
{if $ansicht_entschieden_praemienart == 'G'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gutschein}</strong>
</td>
<td>
{$ansicht_entschieden_praemie_gutschein} &euro;
</td>
</tr>
{/if}
{if $ansicht_entschieden_praemienart == 'B'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_dienstbefreiung}</strong>
</td>
<td>
{$ansicht_entschieden_dienstbefreiung} Tag(e)
</td>
</tr>
{/if}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_klassierung}</strong>
</td>
<td>
Pr&auml;mienklasse {$ansicht_entschieden_klassierung}
</td>
</tr>
{/if}
{if $ansicht_entschieden_annahme == 'Ja'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_umsetzung}</strong>
</td>
<td>
{$ansicht_entschieden_massnahme}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_sachstand}</strong>
</td>
<td>
<textarea name='ansicht_entschieden_sachstand' style='width:90%' rows='10' cols='5'>{$ansicht_entschieden_sachstand}</textarea>
<br />
<p align="center"><input type="submit" name="senden" value="Sachstand speichern"></p>
</td>
</tr>
{/if}
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_details}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ansicht_entschieden_field_datum}</strong>
</td>
<td>
<strong>{$ansicht_entschieden_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].ansicht_entschieden_id}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
</div>
</form>
</body>
</html>
{/if}

View File

@ -0,0 +1,149 @@
{if $action == ''}
<html>
<head>
<title>{$register_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="5%">
&nbsp;
</td>
<td width="90%">
<div class="Header">
<div>
<div align="center">{$ansicht_gutachten_titel} {$ansicht_gutachten_vorname} {$ansicht_gutachten_nachname}</div>
</div>
</div>
<div class="pat_list_box">
<table width="100%">
<tr>
<td>
<strong>{$ansicht_gutachten_field_betreff}</strong>
</td>
<td>
{$ansicht_gutachten_betreff}
</td>
</tr>
<tr>
<td>
<strong>{$ansicht_gutachten_field_datum}</strong>
</td>
<td>
{$ansicht_gutachten_stellung_dat}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_gutachten_field_zweck}</strong>
</td>
<td valign="top">
{$ansicht_gutachten_zweck}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_gutachten_field_umsetzung}</strong>
</td>
<td valign="top">
{$ansicht_gutachten_umsetzung}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_gutachten_field_nutzen}</strong>
</td>
<td valign="top">
{$ansicht_gutachten_nutzen}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_gutachten_field_kosteneinsparung}</strong>
</td>
<td valign="top">
{$ansicht_gutachten_kosteneinsparung}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_gutachten_field_arbeitszeiteinsparung}</strong>
</td>
<td valign="top">
{$ansicht_gutachten_arbeitszeiteinsparung}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_gutachten_field_ideeneu}</strong>
</td>
<td valign="top">
{$ansicht_gutachten_ideeneu}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_gutachten_field_empfehlung}</strong>
</td>
<td valign="top">
{$ansicht_gutachten_empfehlung}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
</table>
<br />
<br />
</div>
</td>
<td width="5%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
{/if}

View File

@ -0,0 +1,163 @@
{if $action == ''}
<html>
<head>
<title>{$register_titel}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="5%">
&nbsp;
</td>
<td width="90%">
<div class="Header">
<div>
<div align="center">{$ansicht_stellungnahme_titel} {$ansicht_stellungnahme_vorname} {$ansicht_stellungnahme_nachname}</div>
</div>
</div>
<div class="pat_list_box">
<table width="100%">
<tr>
<td>
{$ansicht_stellungnahme_field_betreff}
</td>
<td>
{$ansicht_stellungnahme_betreff}
</td>
</tr>
<tr>
<td>
{$ansicht_stellungnahme_field_datum}
</td>
<td>
{$ansicht_stellungnahme_stellung_dat}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$ansicht_stellungnahme_field_stellungnahme}</strong>
</td>
<td>
&nbsp;
</td>
</tr>
<!--
<tr>
<td colspan="2">
{$ansicht_stellungnahme_stellungnahme}
</td>
</tr>
-->
<tr>
<td valign="top">
<strong>{$ansicht_stellungnahme_field_zweck}</strong>
</td>
<td valign="top">
{$ansicht_stellungnahme_zweck}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_stellungnahme_field_umsetzung}</strong>
</td>
<td valign="top">
{$ansicht_stellungnahme_umsetzung}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_stellungnahme_field_nutzen}</strong>
</td>
<td valign="top">
{$ansicht_stellungnahme_nutzen}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_stellungnahme_field_kosteneinsparung}</strong>
</td>
<td valign="top">
{$ansicht_stellungnahme_kosteneinsparung}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_stellungnahme_field_arbeitszeiteinsparung}</strong>
</td>
<td valign="top">
{$ansicht_stellungnahme_arbeitszeiteinsparung}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_stellungnahme_field_ideeneu}</strong>
</td>
<td valign="top">
{$ansicht_stellungnahme_ideeneu}
</td>
</tr>
<tr>
<td valign="top">
<strong>{$ansicht_stellungnahme_field_empfehlung}</strong>
</td>
<td valign="top">
{$ansicht_stellungnahme_empfehlung}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
</table>
<br />
<br />
</div>
</td>
<td width="5%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
{/if}

View File

@ -0,0 +1,436 @@
{if $action == ''}
<html>
<head>
<title>{$ansicht_entschieden_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:267px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form action="?action=save" method='post' name='ldap'>
<div class="header">
<div>
{if $ansicht_entschieden_annahme == 'Ja'}
<div>{$ansicht_entschieden_titel_ent}</div>
{else}
<div>{$ansicht_entschieden_titel_aus}</div>
{/if}
</div>
</div>
<div class="pat_list_box">
<p>
<fieldset>
<legend><b>{$ansicht_entschieden_legend_allg}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="3" width="90%">
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_id}</strong>
</td>
<td>
{$ansicht_entschieden_id}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_datumeingang}</strong>
</td>
<td>
{$ansicht_entschieden_datum}
</td>
</tr>
<!-- Darf Ausschuss nicht sehen
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_ersteller}</strong>
</td>
<td>
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_mailadresse}</strong>
</td>
<td>
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gruppe}</strong>
</td>
<td>
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gruppenmitglieder}</strong>
</td>
<td>
</td>
</tr>
-->
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_betreff}</strong>
</td>
<td>
{$ansicht_entschieden_betreff}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_beschreibung}</strong>
</td>
<td>
{$ansicht_entschieden_beschreibung}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_vorschlag}</strong>
</td>
<td>
{$ansicht_entschieden_vorschlag}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_nutzen}</strong>
</td>
<td>
{$ansicht_entschieden_nutzen}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_public}</strong>
</td>
<td>
{$ansicht_entschieden_public}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_category}</strong>
</td>
<td>
{$ansicht_entschieden_kategorie}
</td>
</tr>
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_gut}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ansicht_entschieden_field_gutname}</strong>
</td>
<td>
<strong>{$ansicht_entschieden_field_gutstatus}</strong>
</td>
</tr>
{section name=table_data2 loop=$table_data2}
{if $smarty.section.table_data2.rownum >= '1'}
<tr>
<td width="50%">
{$table_data2[table_data2].vorname} {$table_data2[table_data2].nachname}
</td>
<td>
{if $table_data2[table_data2].stellung_dat == '0000-00-00 00:00:00'}
kein Gutachten abgegeben
{else}
<a class='aformlink box' title='Stellungnahme Gutachter' href="ansicht_gutachten.php?gid={$table_data2[table_data2].gid}">Gutachten vom {$table_data2[table_data2].stellung_dat_form}</a>
{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_bet}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ansicht_entschieden_field_betname}</strong>
</td>
<td>
<strong>{$ansicht_entschieden_field_betstatus}</strong>
</td>
</tr>
{section name=table_data2a loop=$table_data2a}
{if $smarty.section.table_data2a.rownum >= '1'}
<tr>
<td width="50%">
{$table_data2a[table_data2a].vorname} {$table_data2a[table_data2a].nachname}
</td>
<td>
{if $table_data2a[table_data2a].stellung_dat == '0000-00-00 00:00:00'}
kein Gutachten abgegeben
{else}
<a class='aformlink box' title='Stellungnahme Beteiligter' href="ansicht_stellungnahme.php?bid={$table_data2a[table_data2a].bid}">Stellungnahme vom {$table_data2a[table_data2a].stellung_dat_form}</a>
{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_schluss}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="3" width="90%">
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_annahme}</strong>
</td>
<td>
{$ansicht_entschieden_annahme}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_bemerkung}</strong>
</td>
<td>
{$ansicht_entschieden_annahme_bemerkung}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_praemienzahlung}</strong>
</td>
<td>
{$ansicht_entschieden_praemie}
</td>
</tr>
{if $ansicht_entschieden_praemie == 'Ja'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gehalt}</strong>
</td>
<td>
{$ansicht_entschieden_praemie1} Punkt(e)
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_qualitaet}</strong>
</td>
<td>
{$ansicht_entschieden_praemie2} Punkt(e)
</td>
</tr>
{if $ansicht_entschieden_annahme == 'Ja'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_anwendungsbreite}</strong>
</td>
<td>
{$ansicht_entschieden_praemie3} Punkt(e)
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gradverbesserung}</strong>
</td>
<td>
{$ansicht_entschieden_praemie4} Punkt(e)
</td>
</tr>
{/if}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gesamtpunkte}</strong>
</td>
<td>
{$ansicht_entschieden_punkte_gesamt} Punkte
</td>
</tr>
{if $ansicht_entschieden_praemienart == 'P'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_praemie}</strong>
</td>
<td>
{$ansicht_entschieden_praemie_gutschein} &euro;
</td>
</tr>
{/if}
{if $ansicht_entschieden_praemienart == 'G'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_gutschein}</strong>
</td>
<td>
{$ansicht_entschieden_praemie_gutschein} &euro;
</td>
</tr>
{/if}
{if $ansicht_entschieden_praemienart == 'B'}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_dienstbefreiung}</strong>
</td>
<td>
{$ansicht_entschieden_dienstbefreiung} Tag(e)
</td>
</tr>
{/if}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_klassierung}</strong>
</td>
<td>
Pr&auml;mienklasse {$ansicht_entschieden_klassierung}
</td>
</tr>
{/if}
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_umsetzung}</strong>
</td>
<td>
{$ansicht_entschieden_massnahme}
</td>
</tr>
<tr>
<td valign="top" width="50%">
<strong>{$ansicht_entschieden_field_sachstand}</strong>
</td>
<td>
{$ansicht_entschieden_sachstand}
</td>
</tr>
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend><b>{$ansicht_entschieden_legend_details}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ansicht_entschieden_field_datum}</strong>
</td>
<td>
<strong>{$ansicht_entschieden_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].ansicht_entschieden_id}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
</div>
</form>
</body>
</html>
{/if}

View File

@ -0,0 +1,170 @@
<html>
<head>
<title>{$ausschuss_bearbeiten_titel}</title>
<link rel="stylesheet" type="text/css" href="templates/{$global_template}/css/ajaxtabs.css" />
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="templates/{$global_template}/js/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at https://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type="text/javascript">
function checkBez(wahl){
if(wahl == "P" || wahl == "L"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'block':'block';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'block':'block';
}
if(wahl == "S"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'block':'block';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'block':'block';
}
if(wahl == "" || wahl == "V"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
}
}
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
{if $ausschuss_bearbeiten_err == '1'}
<html>
<head>
<title>{$ausschuss_bearbeiten_err_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$ausschuss_bearbeiten_err_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$ausschuss_bearbeiten_err_text}</b>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $ausschuss_bearbeiten_err == '0'}
<div class="header">
<div>
<div>{$ausschuss_bearbeiten_titel}</div>
</div>
</div>
<div class="tab_box">
<div id="detailtab" class="animatedtabs">
<ul>
<li><a href="ausschuss_edit.php?id={$ausschuss_bearbeiten_id}" class="selected" rel="#iframe"><span>&Uuml;bersicht</span></a></li>
<!--
<li><a href="gutachterbenennung.php?id={$ausschuss_bearbeiten_id}" rel="#iframe"><span>Gutachterbenennung</span></a></li>
<li><a href="beteiligtenbenennung.php?id={$ausschuss_bearbeiten_id}" rel="#iframe"><span>Beteiligtenanh&ouml;rung</span></a></li>
<li><a href="verlauf.php?id={$ausschuss_bearbeiten_id}" rel="#iframe"><span>Verlauf</span></a></li>
-->
</ul>
</div>
</div>
<div class="pat_list_box">
<table align="center" border="0" width="94%" height="87%">
<tr>
<td valign="top">
<div id="detailtabcontainer" style="border:0px solid gray; width:100%; height:100%; margin-bottom: 0em; padding: 0px">
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var mypets=new ddajaxtabs("detailtab", "detailtabcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.onajaxpageload = function(){
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'save,undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
};
mypets.init()
</script>
{/if}
</body>
</html>

View File

@ -0,0 +1,62 @@
<html>
<head>
<title>{$ausschuss_bearbeitung_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$ausschuss_bearbeitung_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
<td align="center">
<a href="ausschuss_bearbeitung_ansicht.php?id={$table_data1[table_data1].vid}"><img title = "Vorschlag anzeigen" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,104 @@
<html>
<head>
<title>{$ausschuss_bearbeitung_ansicht_titel}</title>
<link rel="stylesheet" type="text/css" href="templates/{$global_template}/css/ajaxtabs.css" />
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="templates/{$global_template}/js/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at https://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
{if $ausschuss_bearbeitung_ansicht_err == '0'}
<div class="header">
<div>
<div>{$ausschuss_bearbeitung_ansicht_titel}</div>
</div>
</div>
<div class="tab_box">
<div id="detailtab" class="animatedtabs">
<ul>
<li><a href="ausschuss_uberblick.php?id={$ausschuss_bearbeitung_ansicht_id}" class="selected" rel="#iframe"><span>&Uuml;bersicht</span></a></li>
<li><a href="ausschuss_gutachter_uberblick.php?id={$ausschuss_bearbeitung_ansicht_id}" rel="#iframe"><span>Gutachter</span></a></li>
<li><a href="ausschuss_beteiligte_uberblick.php?id={$ausschuss_bearbeitung_ansicht_id}" rel="#iframe"><span>Beteiligte</span></a></li>
</ul>
</div>
</div>
<div class="pat_list_box">
<table align="center" border="0" width="94%" height="87%">
<tr>
<td valign="top">
<div id="detailtabcontainer" style="border:0px solid gray; width:100%; height:100%; margin-bottom: 0em; padding: 0px">
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var mypets=new ddajaxtabs("detailtab", "detailtabcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.onajaxpageload = function(){
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'save,undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
};
mypets.init()
</script>
{/if}
</body>
</html>

View File

@ -0,0 +1,96 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:350px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=balance" method='post' name='erfassen'>
{if $ausschuss_beteiligte_uberblick_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$ausschuss_beteiligte_uberblick_error_text}
</td>
</tr>
</table><br>
{/if}
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%">
<tr>
<td>
{$ausschuss_beteiligte_uberblick_text1}
<br><br>
<table width="100%">
<tr>
<td>
<strong>{$ausschuss_beteiligte_uberblick_field_name}</strong>
</td>
<td>
<strong>{$ausschuss_beteiligte_uberblick_field_frist}</strong>
</td>
<td>
<strong>{$ausschuss_beteiligte_uberblick_field_status}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum != ''}
<tr>
<td>
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
</td>
<td>
{$table_data1[table_data1].frist_tag}
</td>
<td>
{$table_data1[table_data1].status_klartext}
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
</form>
</body>
</html>
{/if}

View File

@ -0,0 +1,286 @@
{if $action == ''}
<html>
<head>
<title>{$ausschuss_edit_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=save" method='post' name='erfassen'>
{if $ausschuss_edit_pflichtfelder == '1'}
<table width="100%" class="errorTable">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$ausschuss_edit_mandatory_text}
</td>
</tr>
</table><br>
{/if}
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" max-height="90%">
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_id}</strong>
</td>
<td>
{$ausschuss_edit_id}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_betreff}</strong>
</td>
<td>
{$ausschuss_edit_betreff}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_beschreibung}</strong>
</td>
<td>
{$ausschuss_edit_beschreibung}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_vorschlag}</strong>
</td>
<td>
{$ausschuss_edit_vorschlag}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_nutzen}</strong>
</td>
<td>
{$ausschuss_edit_nutzen}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_hinweiseigen}</strong>
</td>
<td>
{$ausschuss_edit_hinweis_eigen}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_category}</strong>
</td>
<td>
{$ausschuss_edit_kat}
</td>
</tr>
</table>
<br />
<br />
<fieldset>
<legend><b>Bestellte Gutachter</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td>
<strong>{$ausschuss_edit_field_name}</strong>
</td>
<td>
<strong>{$ausschuss_edit_field_auswahl}</strong>
</td>
<td>
<strong>{$ausschuss_edit_field_hinweis}</strong>
</td>
<td>
<strong>{$ausschuss_edit_field_frist}</strong>
</td>
</tr>
{section name=table_data2 loop=$table_data2}
<tr height='30px'>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
{$table_data2[table_data2].vorname}&nbsp;{$table_data2[table_data2].nachname}
</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<select name="{$table_data2[table_data2].imtuid}" {if $table_data2[table_data2].disabled == '1'} disabled{/if}>
<option value="Y" {if $table_data2[table_data2].ergebnis == 'Y'} selected {/if}>Annehmen</option>
<option value="N" {if $table_data2[table_data2].ergebnis == 'N'} selected {/if}>Ablehnen</option>
<option value="">keine Entscheidung</option>
</select>
</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
{if $table_data2[table_data2].bemerkung != ''}
{$table_data2[table_data2].bemerkung}
{else}
<!-- Sonst wird die Rahmenlinie nicht dargestellt -->
&nbsp;
{/if}
</td>
<td style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
{$table_data2[table_data2].frist_dat_form}
</td>
</tr>
{/section}
</table>
</fieldset>
<p align='center'><input type="submit" name="senden" value="Speichern"></p>
<br />
<br />
<fieldset>
<legend><b>Statusdetails</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ausschuss_edit_field_datum}</strong>
</td>
<td>
<strong>{$ausschuss_edit_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].ausschuss_edit_id}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
</form>
</body>
</html>
{/if}
{if $action == 'save'}
<html>
<head>
<title>{$ausschuss_edit_abgeschlossen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<h3>{$ausschuss_edit_abgeschlossen_text1}</h3>
<br />
<br />
{$ausschuss_edit_abgeschlossen_text2} <strong>{$ausschuss_edit_id}</strong>
</td>
</tr>
</table>
</body>
</html>
{/if}

View File

@ -0,0 +1,22 @@
<html>
<head>
<title>Ideenmanagement</title>
<link type="text/css" rel="stylesheet" href="css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_ausschuss" scrolling="auto" marginwidth="10" marginheight="14" namo_target_frame="detail" src="menu_ausschuss.php" />
<frame name="ausschuss_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe_ausschuss.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html>

View File

@ -0,0 +1,69 @@
<html>
<head>
<title>{$ausschuss_gutachter_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$ausschuss_gutachter_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
<td>
<strong>Fr&uuml;hstes Fristdatum</strong>
</td>
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
<td>
{$table_data1[table_data1].frist_dat_form}
</td>
<td align="center">
<a href="ausschuss_bearbeiten.php?id={$table_data1[table_data1].vid}"><img title = "Gutachter bearbeiten" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,83 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:350px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%">
<tr>
<td>
{$ausschuss_gutachter_uberblick_text1}
<br><br>
<table width="100%">
<tr>
<td>
<strong>{$ausschuss_gutachter_uberblick_field_name}</strong>
</td>
<td>
<strong>{$ausschuss_gutachter_uberblick_field_frist}</strong>
</td>
<td>
<strong>{$ausschuss_gutachter_uberblick_field_frist_abgabe}</strong>
</td>
<td>
<strong>{$ausschuss_gutachter_uberblick_field_status}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum != ''}
<tr>
<td>
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
</td>
<td>
{$table_data1[table_data1].frist_tag}
</td>
<td>
{$table_data1[table_data1].frist_datum_abgabe}
</td>
<td>
{$table_data1[table_data1].status_klartext}
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
</body>
</html>
{/if}

View File

@ -0,0 +1,113 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe',
onCleanup : function() {
return window.location.reload();
}
});
});
</script>
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$ausschuss_sitzung_titel}</div>
</div>
</div>
<div class="pat_list_box">
{if $ausschuss_sitzung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$ausschuss_sitzung_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="90%" border="0">
<tr>
<td width="10%" valign="top">
<strong>{$ausschuss_sitzung_field_datum1}</strong>
</td>
<td width="10%" valign="top">
<strong>{$ausschuss_sitzung_field_zeit1}</strong>
</td>
<td width="10%" valign="top">
<strong>{$ausschuss_sitzung_field_raum1}</strong>
</td>
<td valign="top">
<strong>{$ausschuss_sitzung_field_beschreibung1}</strong>
</td>
<td width="10%" valign="top" align="center">
<strong>{$ausschuss_sitzung_field_vorlage1}</strong>
</td>
</tr>
{section name=outer_loop loop=$outer_loop}
{if $smarty.section.outer_loop.rownum != ''}
<tr>
<td width="10%" valign="top">
{$outer_loop[outer_loop].datum_form}
</td>
<td width="10%" valign="top">
{$outer_loop[outer_loop].zeit_form}
</td>
<td width="10%" valign="top">
{$outer_loop[outer_loop].raum}
</td>
<td valign="top">
{$outer_loop[outer_loop].beschreibung}
</td>
<td width="10%" valign="top" align="center">
<a href="prints/sitzung_pdf.php?isid={$outer_loop[outer_loop].isid}&output=D"><img src="templates/{$global_template}/images/ico_pdf.gif" border="0"></a>
</td>
</tr>
{/if}
{/section}
<tr>
<td colspan="5" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="5" align="center">
&nbsp;
</td>
</tr>
</table>
</table>
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,72 @@
<html>
<head>
<title>{$status_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$status_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
{if $status_id == '100'}
<td>
<strong>Sitzungsdatum</strong>
</td>
{/if}
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
{if $table_data1[table_data1].status_id == '100'}
<td>
{$table_data1[table_data1].sitzungsdat}
</td>
{/if}
<td align="center">
<a href="{$table_data1[table_data1].dateiname}?id={$table_data1[table_data1].vid}"><img title = "Vorschlag bearbeiten" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,215 @@
{if $action == ''}
<html>
<head>
<title>{$ausschuss_uberblick_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
<style type='text/css'>
select { width:267px;}
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
{if $ausschuss_uberblick_pflichtfelder == '1'}
<table width="100%" class="errorTable">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$ausschuss_uberblick_mandatory_text}
</td>
</tr>
</table><br>
{/if}
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%">
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_id}</strong>
</td>
<td>
{$ausschuss_uberblick_id}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_betreff}</strong>
</td>
<td>
{$ausschuss_uberblick_betreff}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_beschreibung}</strong>
</td>
<td>
{$ausschuss_uberblick_beschreibung}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_vorschlag}</strong>
</td>
<td>
{$ausschuss_uberblick_vorschlag}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_nutzen}</strong>
</td>
<td>
{$ausschuss_uberblick_nutzen}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_public}</strong>
</td>
<td>
{$ausschuss_uberblick_public}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_category}</strong>
</td>
<td>
{$ausschuss_uberblick_kategorie}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
</table>
<br />
<br />
<fieldset>
<legend><b>Statusdetails</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$ausschuss_uberblick_field_datum}</strong>
</td>
<td>
<strong>{$ausschuss_uberblick_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].ausschuss_edit_id}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
</body>
</html>
{/if}

View File

@ -0,0 +1,170 @@
<html>
<head>
<title>{$bearbeiten_titel}</title>
<link rel="stylesheet" type="text/css" href="templates/{$global_template}/css/ajaxtabs.css" />
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="templates/{$global_template}/js/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at https://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type="text/javascript">
function checkBez(wahl){
if(wahl == "P" || wahl == "L"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'block':'block';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'block':'block';
}
if(wahl == "S"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'block':'block';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'block':'block';
}
if(wahl == "" || wahl == "V"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
}
}
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
{if $bearbeiten_err == '1'}
<html>
<head>
<title>{$bearbeiten_err_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$bearbeiten_err_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$bearbeiten_err_text}</b>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $bearbeiten_err == '0'}
<div class="header">
<div>
<div>{$bearbeiten_titel}</div>
</div>
</div>
<div class="tab_box">
<div id="detailtab" class="animatedtabs">
<ul>
<li><a href="edit.php?id={$bearbeiten_id}" class="selected" rel="#iframe"><span>&Uuml;bersicht</span></a></li>
<li><a href="gutachterbenennung.php?id={$bearbeiten_id}" rel="#iframe"><span>Gutachterbenennung</span></a></li>
<li><a href="beteiligtenbenennung.php?id={$bearbeiten_id}" rel="#iframe"><span>Beteiligtenanh&ouml;rung</span></a></li>
{if $bearbeiten_status_id == '100'}
<li><a href="bewertungsvorschlag.php?id={$bearbeiten_id}" rel="#iframe"><span>Bewertungsvorschlag</span></a></li>
{/if}
<li><a href="verlauf.php?id={$bearbeiten_id}" rel="#iframe"><span>Verlauf</span></a></li>
</ul>
</div>
</div>
<div class="pat_list_box">
<table align="center" border="0" width="94%" height="87%">
<tr>
<td valign="top">
<div id="detailtabcontainer" style="border:0px solid gray; width:100%; height:100%; margin-bottom: 0em; padding: 0px">
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var mypets=new ddajaxtabs("detailtab", "detailtabcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.onajaxpageload = function(){
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'save,undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
};
mypets.init()
</script>
{/if}
</body>
</html>

View File

@ -0,0 +1,169 @@
<html>
<head>
<title>{$beteiligte_bearbeiten_titel}</title>
<link rel="stylesheet" type="text/css" href="templates/{$global_template}/css/ajaxtabs.css" />
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="templates/{$global_template}/js/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at https://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type="text/javascript">
function checkBez(wahl){
if(wahl == "P" || wahl == "L"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'block':'block';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'block':'block';
}
if(wahl == "S"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'block':'block';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'block':'block';
}
if(wahl == "" || wahl == "V"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
}
}
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
{if $beteiligte_bearbeiten_err == '1'}
<html>
<head>
<title>{$beteiligte_bearbeiten_err_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$beteiligte_bearbeiten_err_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$beteiligte_bearbeiten_err_text}</b>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $beteiligte_bearbeiten_err == '0'}
<div class="header">
<div>
<div>{$beteiligte_bearbeiten_titel}</div>
</div>
</div>
<div class="tab_box">
<div id="detailtab" class="animatedtabs">
<ul>
<li><a href="beteiligte_edit.php?id={$beteiligte_bearbeiten_id}" class="selected" rel="#iframe"><span>&Uuml;bersicht</span></a></li>
<!--
<li><a href="gutachterbenennung.php?id={$beteiligte_bearbeiten_id}" rel="#iframe"><span>Gutachterbenennung</span></a></li>
<li><a href="beteiligtenbenennung.php?id={$beteiligte_bearbeiten_id}" rel="#iframe"><span>Beteiligtenanh&ouml;rung</span></a></li>
<li><a href="verlauf.php?id={$beteiligte_bearbeiten_id}" rel="#iframe"><span>Verlauf</span></a></li>
-->
</ul>
</div>
</div>
<div class="pat_list_box">
<table align="center" border="0" width="94%" height="87%">
<tr>
<td valign="top">
<div id="detailtabcontainer" style="border:0px solid gray; width:100%; height:100%; margin-bottom: 0em; padding: 0px">
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var mypets=new ddajaxtabs("detailtab", "detailtabcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.onajaxpageload = function(){
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'save,undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
};
mypets.init()
</script>
{/if}
</body>
</html>

View File

@ -0,0 +1,504 @@
{if $action == ''}
<html>
<head>
<title>{$beteiligte_edit_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
{literal}
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
{/literal}
</script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=save" method='post' name='erfassen'>
{if $beteiligte_edit_pflichtfelder == '1'}
<table width="100%" class="errorTable">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$beteiligte_edit_error_text}
</td>
</tr>
</table><br>
{/if}
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" max-height="90%">
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_id}</strong>
</td>
<td>
{$beteiligte_edit_id}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_betreff}</strong>
</td>
<td>
{$beteiligte_edit_betreff}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_beschreibung}</strong>
</td>
<td>
{$beteiligte_edit_beschreibung}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_vorschlag}</strong>
</td>
<td>
{$beteiligte_edit_vorschlag}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_nutzen_desc}</strong>
</td>
<td>
{$beteiligte_edit_nutzen1}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_hinweiseigen}</strong>
</td>
<td>
{$beteiligte_edit_hinweis_eigen}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_category}</strong>
</td>
<td>
{$beteiligte_edit_kat}
</td>
</tr>
</table>
<br />
<br />
<fieldset>
<legend><b>Stellungnahme {if $beteiligte_edit_fristablauf == '1'}(Frist abgelaufen){/if}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td>
{if $beteiligte_edit_zweck_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligte_edit_zweck_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligte_edit_field_zweck}<br></strong>
{if $beteiligte_edit_zweck_ico == '1'}</font>{/if}
{$beteiligte_edit_field_zweck_text}
{if $beteiligte_edit_fristablauf == '0'}
<textarea name='beteiligte_edit_zweck' style='width:100%' rows='15' cols='5'>{$beteiligte_edit_zweck}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$beteiligte_edit_zweck}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $beteiligte_edit_umsetzung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligte_edit_umsetzung_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligte_edit_field_umsetzung}<br></strong>
{if $beteiligte_edit_umsetzung_ico == '1'}</font>{/if}
{$beteiligte_edit_field_umsetzung_text}
{if $beteiligte_edit_fristablauf == '0'}
<textarea name='beteiligte_edit_umsetzung' style='width:100%' rows='15' cols='5'>{$beteiligte_edit_umsetzung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$beteiligte_edit_umsetzung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$beteiligte_edit_field_nutzen}<br></strong>
{$beteiligte_edit_field_nutzen_text}<br><br>
{if $beteiligte_edit_nutzen_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligte_edit_nutzen_ico == '1'}<font color="#FF0000">{/if}
{$beteiligte_edit_field_nutzenim_text}<br>
{if $beteiligte_edit_nutzen_ico == '1'}</font>{/if}
{if $beteiligte_edit_fristablauf == '0'}
<textarea name='beteiligte_edit_nutzen' style='width:100%' rows='15' cols='5'>{$beteiligte_edit_nutzen}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$beteiligte_edit_nutzen}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $beteiligte_edit_kosteneinsparung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligte_edit_kosteneinsparung_ico == '1'}<font color="#FF0000">{/if}
{$beteiligte_edit_field_kosteneinsparung_text}<br>
{if $beteiligte_edit_kosteneinsparung_ico == '1'}</font>{/if}
{if $beteiligte_edit_fristablauf == '0'}
<textarea name='beteiligte_edit_kosteneinsparung' style='width:100%' rows='15' cols='5'>{$beteiligte_edit_kosteneinsparung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$beteiligte_edit_kosteneinsparung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $beteiligte_edit_arbeitszeiteinsparung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligte_edit_arbeitszeiteinsparung_ico == '1'}<font color="#FF0000">{/if}
{$beteiligte_edit_field_arbeitszeit_text}<br>
{if $beteiligte_edit_arbeitszeiteinsparung_ico == '1'}</font>{/if}
{if $beteiligte_edit_fristablauf == '0'}
<textarea name='beteiligte_edit_arbeitszeiteinsparung' style='width:100%' rows='15' cols='5'>{$beteiligte_edit_arbeitszeiteinsparung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$beteiligte_edit_arbeitszeiteinsparung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $beteiligte_edit_ideeneu_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligte_edit_ideeneu_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligte_edit_field_innovation}</strong><br>
{if $beteiligte_edit_ideeneu_ico == '1'}</font>{/if}
{$beteiligte_edit_field_innovation_text}<br>
{if $beteiligte_edit_fristablauf == '0'}
<textarea name='beteiligte_edit_ideeneu' style='width:100%' rows='15' cols='5'>{$beteiligte_edit_ideeneu}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$beteiligte_edit_ideeneu}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $beteiligte_edit_empfehlung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligte_edit_empfehlung_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligte_edit_field_empfehlung}</strong><br>
{if $beteiligte_edit_empfehlung_ico == '1'}</font>{/if}
{if $beteiligte_edit_fristablauf == '0'}
<textarea name='beteiligte_edit_empfehlung' style='width:100%' rows='15' cols='5'>{$beteiligte_edit_empfehlung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$beteiligte_edit_empfehlung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
</table>
</fieldset>
{if $beteiligte_edit_fristablauf == '0'}
<p align='center'><input type="submit" name="senden" value="Speichern"></p>
{/if}
<br />
<br />
<fieldset>
<legend><b>Statusdetails</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$beteiligte_edit_field_datum}</strong>
</td>
<td>
<strong>{$beteiligte_edit_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].beteiligte_edit_id}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
</form>
</body>
</html>
{/if}
{if $action == 'save'}
{if $beteiligte_edit_error == '0'}
<html>
<head>
<title>{$beteiligte_edit_abgeschlossen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<h3>{$beteiligte_edit_abgeschlossen_text1}</h3>
<br />
<br />
{$beteiligte_edit_abgeschlossen_text2} <strong>{$beteiligte_edit_id}</strong>
</td>
</tr>
</table>
</body>
</html>
{/if}
{/if}

View File

View File

@ -0,0 +1,68 @@
<html>
<head>
<title>{$beteiligte_offen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$beteiligte_offen_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
<td>
<strong>Fristdatum</strong>
</td>
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
<td>
{$table_data1[table_data1].frist_dat_form}
</td>
<td align="center">
<a href="beteiligte_bearbeiten.php?id={$table_data1[table_data1].vid}"><img title = "Stellungnahme abgeben" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,22 @@
<html>
<head>
<title>Ideenmanagement</title>
<link type="text/css" rel="stylesheet" href="css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_beteiligte" scrolling="auto" marginwidth="10" marginheight="14" namo_target_frame="detail" src="menu_beteiligte.php" />
<frame name="beteiligte_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe_beteiligte.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html>

View File

@ -0,0 +1,68 @@
<html>
<head>
<title>{$beteiligte_offen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$beteiligte_offen_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
<td>
<strong>Fristdatum</strong>
</td>
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
<td>
{$table_data1[table_data1].frist_dat_form}
</td>
<td align="center">
<a href="beteiligte_bearbeiten.php?id={$table_data1[table_data1].vid}"><img title = "Stellungnahme abgeben" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,888 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:350px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
<!--[if lte IE 7]>
<script>
function ativaOptionsDisabled(){
var sels = document.getElementsByTagName('select');
for(var i=0; i < sels.length; i++){
sels[i].onchange= function(){ //pra se mudar pro desabilitado
if(this.options[this.selectedIndex].disabled){
if(this.options.length<=1){
this.selectedIndex = -1;
}else if(this.selectedIndex < this.options.length - 1){
this.selectedIndex++;
}else{
this.selectedIndex--;
}
}
}
if(sels[i].options[sels[i].selectedIndex].disabled){
//se o selecionado atual <20> desabilitado chamo o onchange
sels[i].onchange();
}
for(var j=0; j < sels[i].options.length; j++){ //colocando o estilo
if(sels[i].options[j].disabled){
sels[i].options[j].style.color = '#CCC';
}
}
}
}
window.attachEvent("onload", ativaOptionsDisabled)
</script>
<![endif]-->
</head>
<body onload='ativaOptionsDisabled()' bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=balance" method='post' name='erfassen'>
{if $beteiligtenbenennung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$beteiligtenbenennung_error_text}
</td>
</tr>
</table><br>
{/if}
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td>
{$beteiligtenbenennung_text1}
<br><br>
<table width="100%">
<tr>
<td>
<strong>{$beteiligtenbenennung_field_name}</strong>
</td>
<td>
<strong>{$beteiligtenbenennung_field_frist}</strong>
</td>
<td>
<strong>{$beteiligtenbenennung_field_status}</strong>
</td>
<td>
<strong>{$beteiligtenbenennung_field_aktionen}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum != ''}
<tr>
<td>
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
</td>
<td>
{$table_data1[table_data1].frist_tag}
</td>
<td>
{$table_data1[table_data1].status_klartext}
</td>
<td>
<a href="?action=anschreiben&bid={$table_data1[table_data1].bid}"><img height='20' border="0" alt="Gutachter anschreiben" src="templates/{$global_template}/images/mail_icon.jpg"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
<tr>
<td align="center">
<select {if $beteiligtenbenennung_user_beteiligter_ico == '1'}class="errorField"{/if} name="user_beteiligter" size=15>
<optgroup label="Beteiligte erfassen">
<option value="P">Neuer Beteiligter (ProfessorIn)</option>
<option value="L">Neuer Beteiligter (Externe/r - Lehrbeauftragte/r)</option>
<option value="S">Neuer Beteiligter (StudentIn)</option>
<option value="V">Neuer Beteiligter (Verwaltungsmitarbeiter)</option>
<option value="R">Neuer Beteiligter (Rechenzentrum)</option>
</optgroup>
<optgroup label="&nbsp;">
</optgroup>
<optgroup label="Beteiligtenauswahl">
{section name=table_data2 loop=$table_data2}
<option value="{$table_data2[table_data2].imtuid}" {if $table_data2[table_data2].disable_gut == '1'} disabled {/if}{if $table_data2[table_data2].disable_bet == '1'} disabled {/if} {if $table_data2[table_data2].selected == '1'} selected {/if}>{$table_data2[table_data2].nachname}, {$table_data2[table_data2].vorname}{if $table_data2[table_data2].disable_gut == '1'} (Gutachter){/if}{if $table_data2[table_data2].disable_bet == '1'} (Beteiligter){/if}</option>
{/section}
</optgroup>
</select>
<br />
<br />
<input type="submit" name="senden" value="Beteiligte anh&ouml;ren">
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
</form>
</body>
</html>
{/if}
{if $action == 'ldap1'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<form action="?action=ldap2" method='post' name='ldap'>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td class="formdesc" width="60%">
{$beteiligtenbenennung_ldap1_field_suche}
</td>
<td width="40%">
<input type="text" name="suchstring" size="40" tabindex="2"><br>
</td>
</tr>
<tr>
<td class="formdesc" width="60%">
{$beteiligtenbenennung_ldap1_field_pfad}
</td>
<td width="40%">
<label for id=1><input type="radio" name="suchpfad" id=1 value="sn" checked>Nachnamen<br></label>
<label for id=2><input type="radio" name="suchpfad" id=2 value="samaccountname">UIDs</label>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<br>
<font size="1">{$beteiligtenbenennung_ldap1_text1}</font>
<p>
</td>
</tr>
<tr>
<td align='center' colspan="2">
<input type="submit" name="senden" value="suchen">
</td>
</tr>
</td>
</tr>
</table>
</form>
</table>
</body>
</html>
{/if}
{if $action == 'ldap2'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<form action="?action=ldap3" method='post' name='ldap'>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
<strong>{$beteiligtenbenennung_ldap2_field_auswahl}</strong>
</td>
<td>
<strong>{$beteiligtenbenennung_ldap2_field_uid}</strong>
</td>
<td>
<strong>{$beteiligtenbenennung_ldap2_field_name}</strong>
</td>
<td>
<strong>{$beteiligtenbenennung_ldap2_field_gruppe}</strong>
</td>
<td>
<strong>{$beteiligtenbenennung_ldap2_field_mail}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
<tr>
<td>
<input type="radio" name="auswahl" id="{$table_data3[table_data3].uid}" value="{$table_data3[table_data3].uid}">
</td>
<td>
{$table_data3[table_data3].uid}
</td>
<td>
{$table_data3[table_data3].nachname}, {$table_data3[table_data3].vorname}
</td>
<td>
{$table_data3[table_data3].gruppe}
</td>
<td>
{$table_data3[table_data3].mail}
</td>
</tr>
{/section}
<tr>
<td colspan="5" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="5" align="center">
<input type="submit" name="senden" value="Auswahl">
</td>
</tr>
</table>
</form>
</table>
</body>
</html>
{/if}
{if $action == 'ldap3'}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
<script src="validation/usercheck.js"></script>
<script language='JavaScript' type='text/javascript'>
function start() {
if(document.ldap){
document.ldap.vorname.focus();
}else{
return false;
}
checkUser(document.ldap.mail.value);
checkBez('{$beteiligtenbenennung_beziehung}');
}
</script>
<script type="text/javascript">
function checkBez(wahl){
if(wahl == "P" || wahl == "L"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'block':'block';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'block':'block';
}
if(wahl == "S"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'block':'block';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'block':'block';
}
if(wahl == "" || wahl == "V" || wahl == "E"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
}
}
</script>
</head>
<body onload="start();">
<table height="100%" width="100%">
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
<form action=?action=ldap4 method="POST" name="ldap">
{if $beteiligtenbenennung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$beteiligtenbenennung_error_text}
</td>
</tr>
</table><br>
{/if}
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td>
{if $beteiligtenbenennung_vorname_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligtenbenennung_vorname_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_ldap3_field_vorname}</strong>
{if $beteiligtenbenennung_vorname_ico == '1'}</font>{/if}
</td>
<td>
<input {if $beteiligtenbenennung_vorname_ico == '1'}class="errorField"{/if} type="text" name="vorname" value="{$beteiligtenbenennung_vorname}" size="40">
</td>
</tr>
<tr>
<td>
{if $beteiligtenbenennung_nachname_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligtenbenennung_nachname_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_ldap3_field_nachname}</strong>
{if $beteiligtenbenennung_nachname_ico == '1'}</font>{/if}
</td>
<td>
<input {if $beteiligtenbenennung_nachname_ico == '1'}class="errorField"{/if} type="text" name="nachname" value="{$beteiligtenbenennung_nachname}" size="40">
</td>
</tr>
<tr>
<td>
{if $beteiligtenbenennung_mail_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligtenbenennung_mail_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_ldap3_field_mail}</strong>
{if $beteiligtenbenennung_mail_ico == '1'}</font>{/if}
</td>
<td>
<input {if $beteiligtenbenennung_mail_ico == '1'}class="errorField"{/if} type="text" name="mail" value="{$beteiligtenbenennung_mail}" size="40" onkeyup="checkUser(this.value)">
</td>
<tr>
<td>
&nbsp;
</td>
<td>
<font size="2"><p id="validateCheck"></p></font>
</td>
<tr>
<td>
{if $beteiligtenbenennung_beziehung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligtenbenennung_beziehung_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_ldap3_field_beziehung}</strong>
{if $beteiligtenbenennung_beziehung_ico == '1'}</font>{/if}
</td>
<td>
<select {if $beteiligtenbenennung_beziehung_ico == '1'}class="errorField select1"{else}class="select1"{/if} name="beziehung" onchange="checkBez(this.value)">
<option value="" {if $beteiligtenbenennung_beziehung == ''}{/if} >Bitte ausw&auml;hlen</option>
<option value="P" {if $beteiligtenbenennung_beziehung == 'P'} selected {/if} >ProfessorIn</option>
<option value="L" {if $beteiligtenbenennung_beziehung == 'L'} selected {/if} >Lehrbeauftragte/r</option>
<option value="R" {if $beteiligtenbenennung_beziehung == 'R'} selected {/if} >Rechenzentrum</option>
<option value="E" {if $beteiligtenbenennung_beziehung == 'S'} selected {/if} >Externe/r</option>
<option value="S" {if $beteiligtenbenennung_beziehung == 'S'} selected {/if} >StudentIn</option>
<option value="V" {if $beteiligtenbenennung_beziehung == ''} selected {/if} >Verwaltungsmitarbeiter </option>
</select>
</td>
</tr>
<tr>
<td>
<div id="fakultaet1" style="display: none">
{if $beteiligtenbenennung_fakultaet_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligtenbenennung_fakultaet_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_ldap3_field_fakultaet}</strong>
{if $beteiligtenbenennung_fakultaet_ico == '1'}</font>{/if}
</div>
<div id="jahrgang1" style="display: none">
{if $beteiligtenbenennung_ag_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_ldap3_field_ag}</strong>
{if $beteiligtenbenennung_ag_ico == '1'}</font>{/if}
<strong> / </strong>
{if $beteiligtenbenennung_jahrgang_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_ldap3_field_jahrgang}</strong>
{if $beteiligtenbenennung_jahrgang_ico == '1'}</font>{/if}
</div>
</td>
<td>
<div id="fakultaet2" style="display: none">
<input {if $beteiligtenbenennung_fakultaet_ico == '1'}class="errorField"{/if} type="text" name="fakultaet" value="{$beteiligtenbenennung_fakultaet}" size="40">
</div>
<div id="jahrgang2" style="display: none">
{if $beteiligtenbenennung_ag_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
<input {if $beteiligtenbenennung_ag_ico == '1'}class="errorField"{/if} type="text" name="ag" value="{$beteiligtenbenennung_ag}" size="2"> /
{if $beteiligtenbenennung_jahrgang_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
<select {if $beteiligtenbenennung_jahrgang_ico == '1'}class="errorField"{/if} name="jahrgang">
<option value="">Bitte ausw&auml;hlen</option>
{section name=table_data loop=$table_data}
<option value="{$table_data[table_data].jahrgang}" {if $table_data[table_data].select == '1'} selected {/if}>{$table_data[table_data].jahrgang}</option>
{/section}
</select>
</div>
</td>
</tr>
</table>
<br />
<p align="center">
<input type="submit" name="senden">
</p>
</form>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
{/if}
{if $action == 'frist'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<!-- Kalender Beginn // -->
<link rel='stylesheet' href='dyncalendar/dynCalendar.css' type='text/css' media='screen'>
<script src='dyncalendar/browserSniffer.js' type='text/javascript' language='javascript'></script>
<script src='dyncalendar/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)
{
if(date<10){date='0'+date;}
if(month<10){month='0'+month;}
date_tag = date;
date_mon = month;
date_jahr = year;
document.getElementById('frist_tag').value = date_tag;
document.getElementById('frist_mon').value = date_mon;
document.getElementById('frist_jahr').value = date_jahr;
}
// -->
{/literal}
</script>
<!-- Kalender Ende // -->
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<form action="?action=frist2" method='post' name='ldap'>
{if $beteiligtenbenennung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$beteiligtenbenennung_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
{if $beteiligtenbenennung_frist_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligtenbenennung_frist_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_frist_field_fristdat}</strong>
{if $beteiligtenbenennung_frist_ico == '1'}</font>{/if}
</td>
<td>
<input {if $beteiligtenbenennung_fristtag_ico == '1'}class="errorField"{/if} type="text" name="frist_tag" id="frist_tag" value="{$beteiligtenbenennung_fristtag}" size=1>.<input {if $beteiligtenbenennung_fristmon_ico == '1'}class="errorField"{/if} type="text" name="frist_mon" id="frist_mon" value="{$beteiligtenbenennung_fristmon}" size=1>.<input {if $beteiligtenbenennung_fristjahr_ico == '1'}class="errorField"{/if} type="text" name="frist_jahr" id="frist_jahr" value="{$beteiligtenbenennung_fristjahr}" size=3>
<script language='JavaScript' type='text/javascript'>
{literal}
<!--
frist_cal = new dynCalendar('frist_cal', 'calendarCallback', 'dyncalendar/images/', '');
//-->
{/literal}
</script>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$beteiligtenbenennung_frist_field_bemerk}</strong>
</td>
<td>
<textarea name='beteiligte_bemerkung' style='width:100%' rows='20' cols='5'>{$beteiligtenbenennung_beteiligterbemerkung}</textarea>
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="senden" value="Beteiligten benachrichtigen">
</td>
</tr>
</table>
</form>
</table>
</body>
</html>
{/if}
{if $action == 'frist2'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$beteiligtenbenennung_frist2_text1}</b>
</td>
</tr>
</table>
</body>
</html>
{/if}
{if $action == 'anschreiben'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<!-- Kalender Beginn // -->
<link rel='stylesheet' href='dyncalendar/dynCalendar.css' type='text/css' media='screen'>
<script src='dyncalendar/browserSniffer.js' type='text/javascript' language='javascript'></script>
<script src='dyncalendar/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)
{
if(date<10){date='0'+date;}
if(month<10){month='0'+month;}
date_tag = date;
date_mon = month;
date_jahr = year;
document.getElementById('frist_tag').value = date_tag;
document.getElementById('frist_mon').value = date_mon;
document.getElementById('frist_jahr').value = date_jahr;
}
// -->
{/literal}
</script>
<!-- Kalender Ende // -->
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,forecolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<form action="?action=anschreiben1" method='post' name='ldap'>
{if $beteiligtenbenennung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$beteiligtenbenennung_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
{if $beteiligtenbenennung_frist_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $beteiligtenbenennung_frist_ico == '1'}<font color="#FF0000">{/if}
<strong>{$beteiligtenbenennung_frist_field_fristdat}</strong>
{if $beteiligtenbenennung_frist_ico == '1'}</font>{/if}
</td>
<td>
<input {if $beteiligtenbenennung_fristtag_ico == '1'}class="errorField"{/if} type="text" name="frist_tag" id="frist_tag" value="{$beteiligtenbenennung_fristtag}" size=1>.<input {if $beteiligtenbenennung_fristmon_ico == '1'}class="errorField"{/if} type="text" name="frist_mon" id="frist_mon" value="{$beteiligtenbenennung_fristmon}" size=1>.<input {if $beteiligtenbenennung_fristjahr_ico == '1'}class="errorField"{/if} type="text" name="frist_jahr" id="frist_jahr" value="{$beteiligtenbenennung_fristjahr}" size=3>
<script language='JavaScript' type='text/javascript'>
<!--
frist_cal = new dynCalendar('frist_cal', 'calendarCallback', 'dyncalendar/images/', '');
//-->
</script>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$beteiligtenbenennung_frist_field_bemerk}</strong>
</td>
<td>
<textarea name='beteiligten_bemerkung' style='width:100%' rows='20' cols='5'>{$beteiligtenbenennung_beteiligtenbemerkung}</textarea>
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="senden" value="Beteiligter benachrichtigen">
</td>
</tr>
</table>
</form>
</table>
</body>
</html>
{/if}
{if $action == 'anschreiben1'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$beteiligtenbenennung_frist2_text1}</b>
</td>
</tr>
</table>
</body>
</html>
{/if}

View File

@ -0,0 +1,293 @@
{if $action == ''}
<html>
<head>
<title>{$bewertungsvorschlag_text}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:267px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
{literal}
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
{/literal}
</script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
<script type="text/javascript">
function senden_aktiv(){
if ( document.erfassen.chk5.checked == true){
document.erfassen.chk1.disabled = true;
document.erfassen.chk2.disabled = true;
document.erfassen.chk3.disabled = true;
document.erfassen.chk4.disabled = true;
}else{
document.erfassen.chk1.disabled = false;
document.erfassen.chk2.disabled = false;
document.erfassen.chk3.disabled = false;
document.erfassen.chk4.disabled = false;
}
if (document.erfassen.chk1.checked == true || document.erfassen.chk2.checked == true || document.erfassen.chk3.checked == true || document.erfassen.chk4.checked == true){
document.erfassen.chk5.disabled = true;
}else{
document.erfassen.chk5.disabled = false;
}
}
</script>
</head>
<body onload='senden_aktiv()' bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=save" method='post' name='erfassen'>
{if $bewertungsvorschlag_pflichtfelder == '1'}
<table width="90%" class="errorTable">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$bewertungsvorschlag_mandatory_text}
</td>
</tr>
</table><br>
{/if}
<table align="center" valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="100%" colspan="2">
{$bewertungsvorschlag_text}
</td>
</tr>
<tr>
<td width="50%" valign="top">
&nbsp;
</td>
<td width="50%" valign="top">
&nbsp;
</td>
</tr>
<tr>
<td width="50%" valign="top">
{if $bewertungsvorschlag_ziel_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $bewertungsvorschlag_ziel_ico == '1'}<font color="#FF0000">{/if}
<strong>{$bewertungsvorschlag_field_ziel}</strong>
{if $bewertungsvorschlag_ziel_ico == '1'}</font>{/if}
</td>
<td width="50%" valign="top">
<table>
<tr><td><input type="checkbox" name="chk1" value="1" onclick="senden_aktiv();" id="r1" {if $bewertungsvorschlag_chk1 == 'Y'} checked {/if}></td><td><label for="r1">{$bewertungsvorschlag_chk_1}</label></td></tr>
<tr><td><input type="checkbox" name="chk2" value="2" onclick="senden_aktiv();" id="r2" {if $bewertungsvorschlag_chk2 == 'Y'} checked {/if}></td><td><label for="r2">{$bewertungsvorschlag_chk_2}</label></td></tr>
<tr><td><input type="checkbox" name="chk3" value="3" onclick="senden_aktiv();" id="r3" {if $bewertungsvorschlag_chk3 == 'Y'} checked {/if}></td><td><label for="r3">{$bewertungsvorschlag_chk_3}</label></td></tr>
<tr><td><input type="checkbox" name="chk4" value="4" onclick="senden_aktiv();" id="r4" {if $bewertungsvorschlag_chk4 == 'Y'} checked {/if}></td><td><label for="r4">{$bewertungsvorschlag_chk_4}</label></td></tr>
<tr><td><input type="checkbox" name="chk5" value="5" onclick="senden_aktiv();" id="r5" {if $bewertungsvorschlag_chk5 == 'Y'} checked {/if}></td><td><label for="r5">{$bewertungsvorschlag_chk_5}</label></td></tr>
</table>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td width="50%">
&nbsp;
</td>
</tr>
<tr>
<td width="50%" valign="top">
<strong>{$bewertungsvorschlag_field_annahme}</strong>
</td>
<td width="50%" valign="top">
<label><input type="radio" name="bewertungsvorschlag_annahme" id=1 value="J" {if $bewertungsvorschlag_annahme == 'J'} checked{/if}> ja</label> <br />
<label><input type="radio" name="bewertungsvorschlag_annahme" id=1 value="N" {if $bewertungsvorschlag_annahme == 'N'} checked{/if}> Nein</label> <br />
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td width="50%">
&nbsp;
</td>
</tr>
<tr>
<td width="50%" valign="top">
<strong>{$bewertungsvorschlag_field_begruendung}</strong>
</td>
<td width="50%" valign="top">
<textarea name='bewertungsvorschlag_begruendung' style='width:100%' rows='8' cols='5'>{$bewertungsvorschlag_begruendung}</textarea>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td width="50%">
&nbsp;
</td>
</tr>
<tr>
<td width="50%" valign="top">
<strong>{$bewertungsvorschlag_field_umsetzung}</strong>
</td>
<td width="50%" valign="top">
<textarea name='bewertungsvorschlag_umsetzung' style='width:100%' rows='8' cols='5'>{$bewertungsvorschlag_umsetzung}</textarea>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td width="50%">
&nbsp;
</td>
</tr>
<tr>
<td width="50%" valign="top">
<strong>{$bewertungsvorschlag_field_paemierung}</strong>
</td>
<td width="50%" valign="top">
<textarea name='bewertungsvorschlag_praemierung' style='width:100%' rows='8' cols='5'>{$bewertungsvorschlag_praemierung}</textarea>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td width="50%">
&nbsp;
</td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">
<input type="submit" name="senden" value="Speichern">
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}
{if $action == 'save'}
<html>
<head>
<title>{$edit_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=save" method='post' name='erfassen'>
<table align="center" valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" height="90%" width="90%">
<tr>
<td width="100%">
&nbsp;
</td>
</tr>
<tr>
<td width="100%" align="center">
{if $bewertungsvorschlag_save <> '0'}{$bewertungsvorschlag_success}{/if}
</td>
</tr>
<tr>
<td width="100%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
{/if}

610
templates/modern/unused/edit.html Executable file
View File

@ -0,0 +1,610 @@
{if $action == ''}
<html>
<head>
<title>{$edit_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:267px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
{literal}
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
{/literal}
</script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
<script type="text/javascript">
{literal}
function senden_aktiv(){
if ( document.erfassen.versicherung.checked == true ){
document.erfassen.senden.disabled = false;
}else{
document.erfassen.senden.disabled = true;
}
}
{/literal}
</script>
<script type="text/javascript">
{literal}
function checkStat(wahl){
if(wahl == "8"){
document.getElementById('entschieden1').style.display = (document.getElementById('entschieden1').style.display == 'none')?'none':'none';
document.getElementById('entschieden2').style.display = (document.getElementById('entschieden2').style.display == 'none')?'none':'none';
document.getElementById('ausschluss1').style.display = (document.getElementById('ausschluss1').style.display == 'none')?'block':'block';
document.getElementById('ausschluss2').style.display = (document.getElementById('ausschluss2').style.display == 'none')?'block':'block';
}
if(wahl == "7"){
document.getElementById('ausschluss1').style.display = (document.getElementById('ausschluss1').style.display == 'none')?'none':'none';
document.getElementById('ausschluss2').style.display = (document.getElementById('ausschluss2').style.display == 'none')?'none':'none';
document.getElementById('entschieden1').style.display = (document.getElementById('entschieden1').style.display == 'none')?'block':'block';
document.getElementById('entschieden2').style.display = (document.getElementById('entschieden2').style.display == 'none')?'block':'block';
}
if(wahl == "1" || wahl == "2" || wahl == "3" || wahl == "4" || wahl == "5" || wahl == "6"){
document.getElementById('ausschluss1').style.display = (document.getElementById('ausschluss1').style.display == 'none')?'none':'none';
document.getElementById('ausschluss2').style.display = (document.getElementById('ausschluss2').style.display == 'none')?'none':'none';
document.getElementById('entschieden1').style.display = (document.getElementById('entschieden1').style.display == 'none')?'none':'none';
document.getElementById('entschieden2').style.display = (document.getElementById('entschieden2').style.display == 'none')?'none':'none';
}
}
{/literal}
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=save" method='post' name='erfassen'>
{if $edit_pflichtfelder == '1'}
<table width="100%" class="errorTable">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$edit_mandatory_text}
</td>
</tr>
</table><br>
{/if}
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td width="50%">
<strong>{$edit_field_id}</strong>
</td>
<td>
{$edit_id}
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_ersteller}</strong>
</td>
<td>
{$edit_vorname} {$edit_nachname}
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_mailadresse}</strong>
</td>
<td>
{$edit_mail}
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_gruppe}</strong>
</td>
<td>
{$edit_beziehung}
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_gruppenmitglieder}</strong>
</td>
<td>
{section name=table_data1 loop=$table_data1}
<a href="mailto:{$table_data1[table_data1].mail}">{$table_data1[table_data1].name}</a><br />
{/section}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_betreff}</strong>
</td>
<td>
{$edit_betreff}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_beschreibung}</strong>
</td>
<td>
{$edit_beschreibung}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_vorschlag}</strong>
</td>
<td>
{$edit_vorschlag}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_nutzen}</strong>
</td>
<td>
{$edit_nutzen}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_public}</strong>
</td>
<td>
{$edit_public}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_hinweiseigen}</strong>
</td>
<td>
{$edit_hinweis_eigen}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_hinweisadmin}</strong>
</td>
<td>
<textarea name='edit_hinweis_admin' style='width:100%' rows='10' cols='5'>{$edit_hinweis_admin}</textarea>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$edit_field_category}</strong>
</td>
<td>
<select size="1" name="edit_kategorie">
{section name=table_data2 loop=$table_data2}
<option value="{$table_data2[table_data2].kid}" {if $table_data2[table_data2].selected == '1'} selected {/if}>{$table_data2[table_data2].kategorie}</option>
{/section}
</select>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<div id="ausschluss1" style="display: none">
<strong>{$edit_field_ausschlgrund}</strong>
</div>
<div id="entschieden1" style="display: none">
<strong>{$edit_field_entschiedengrund}</strong>
</div>
</td>
<td>
<div id="ausschluss2" style="display: none">
<input type="text" name="edit_schliessgrund" value="" size="40">
</div>
<div id="entschieden2" style="display: none">
<input type="text" name="edit_schliessgrund" value="" size="40">
</div>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
<input type="submit" name="senden" value="Speichern">
</td>
</tr>
{if $edit_ablehnen_bttn == '1'}
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
<a href="?action=ablehnung&vid={$edit_ablehnen_vid}">{$edit_ablehnen_bttn_text}</a>
</td>
</tr>
{/if}
</table>
<br />
<br />
<fieldset>
<legend><b>Statusdetails</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$edit_field_datum}</strong>
</td>
<td>
<strong>{$edit_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].edit_id}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
</form>
</body>
</html>
{/if}
{if $action == 'save1'}
<html>
<head>
<title>{$edit_abgeschlossen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$edit_abgeschlossen_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<table class="vvsuccess" width="40%" height="200" border="0">
<tr>
<td align="center">
<h3>{$edit_abgeschlossen_text1}</h3>
<br />
<br />
{$edit_abgeschlossen_text2} <strong>{$edit_id}</strong>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $action == 'ablehnung'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,forecolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
</script>
</head>
<body>
<br />
<br />
<form action="?action=ablehnung2" method='post' name='ldap'>
<div class="header">
<div>
<div>{$edit_ablehnung_field_begruendung}</div>
</div>
</div>
<div class="pat_list_box">
<br>
<textarea name='edit_ablehnung_bemerkung' style='width:90%' rows='20' cols='5'></textarea>
<p align="center">
<input type="button" value="Zur&uuml;ck" onclick="window.location.href='?'">
&nbsp;
<input type="submit" name="senden" value="Vorschlag ablehnen">
</p>
</div>
</body>
</html>
{/if}
{if $action == 'ablehnung2'}
<html>
<head>
<title>{$edit_ablehnung_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$edit_ablehnung_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="60%">
<tr>
<td align="center">
<b>{$edit_ablehnung_text}</b>
<br />
<br />
<br />
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,107 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$edit_admin_titel}</div>
</div>
</div>
<form action="?action=step2" method='post' name='erfassen'>
<div class="pat_list_box">
<fieldset>
<legend>
<b>Administrator bestellen (Nur registrierte Benutzer)</b>
</legend>
<br />
<br />
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width=20%>
<strong>{$edit_admin_mitgl_ausw}</strong>
</td>
<td>
<select name="mitglied">
<option value="">Bitte ausw&auml;hlen</option>
{section name=table_data1 loop=$table_data1}
<option value="{$table_data1[table_data1].imtuid}">{$table_data1[table_data1].vorname} {$table_data1[table_data1].nachname}</option>
{/section}
</select>
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
</table>
<div style="display: none" id="divvertr">
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width=20%>
<strong>{$edit_admin_mitgl_vertreter_text}</strong>
</td>
<td>
<select name="vertreten_von">
{section name=table_data2a loop=$table_data2a}
<option value="{$table_data2a[table_data2a].imtuid}">{$table_data2a[table_data2a].vorname} {$table_data2a[table_data2a].nachname}</option>
{/section}
</select>
</td>
</tr>
</table>
</div>
<br />
<br />
<input type="submit" name="senden" value="Mitglied hinzuf&uuml;gen">
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Administratoren im System</b>
</legend>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width=80%>
<b>Name</b>
</td>
<td width=20%>
<b>L&ouml;schen</b>
</td>
<tr>
{section name=table_data2 loop=$table_data2}
{if $smarty.section.table_data2.rownum != ''}
<tr>
<td width=80%>
{$table_data2[table_data2].vorname} {$table_data2[table_data2].nachname}
</td>
<td width=20%>
<a href=?action=step3&rolle=1&imtuid={$table_data2[table_data2].imtuid}><img title = 'Mitglied l&ouml;schen' border="0" height=10 src="templates/{$global_template}/images/drop.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,167 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<script type="text/javascript">
function show(id) {
if(document.getElementById) {
var mydiv = document.getElementById(id);
// Umschaltung
if (mydiv.style.display === "none"){
mydiv.style.display = "block"
}else {
mydiv.style.display = "none"
}
}
}
</script>
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$edit_ausschuss_titel}</div>
</div>
</div>
<form action="?action=step2" method='post' name='erfassen'>
<div class="pat_list_box">
<fieldset>
<legend>
<b>Ausschussmitglieder bestellen (Nur registrierte Benutzer)</b>
</legend>
<br />
<br />
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width=20%>
<strong>{$edit_ausschuss_mitgl_ausw}</strong>
</td>
<td>
<select name="mitglied">
<option value="">Bitte ausw&auml;hlen</option>
{section name=table_data1 loop=$table_data1}
<option value="{$table_data1[table_data1].imtuid}">{$table_data1[table_data1].vorname} {$table_data1[table_data1].nachname}</option>
{/section}
</select>
</td>
</tr>
<tr>
<td >
<strong>{$edit_ausschuss_mitgl_vertreter}</strong>
</td>
<td>
<input type="checkbox" name="vertreter" value="Y" onclick="javascript:show('divvertr');" >
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
</table>
<div style="display: none" id="divvertr">
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width=20%>
<strong>{$edit_ausschuss_mitgl_vertreter_text}</strong>
</td>
<td>
<select name="vertreten_von">
{section name=table_data2a loop=$table_data2a}
<option value="{$table_data2a[table_data2a].imtuid}">{$table_data2a[table_data2a].vorname} {$table_data2a[table_data2a].nachname}</option>
{/section}
</select>
</td>
</tr>
</table>
</div>
<br />
<br />
<input type="submit" name="senden" value="Mitglied hinzuf&uuml;gen">
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Bestellte Ausschussmitglieder</b>
</legend>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width=80%>
<b>Mitglied</b>
</td>
<td width=20%>
<b>L&ouml;schen</b>
</td>
<tr>
{section name=table_data2b loop=$table_data2b}
{if $smarty.section.table_data2b.rownum != ''}
<tr>
<td width=80%>
{$table_data2b[table_data2b].vorname} {$table_data2b[table_data2b].nachname}
</td>
<td width=20%>
<a href="?action=step3&rolle=4&imtuid={$table_data2b[table_data2b].imtuid}"><img title = "Mitglied l&ouml;schen" border="0" height=10 src="templates/{$global_template}/images/drop.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend>
<b>Vertreter der Ausschussmitglieder</b>
</legend>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width=40%>
<b>Vertreter</b>
</td>
<td width=40%>
<b>Vertritt Ausschussmitglied</b>
</td>
<td width=20%>
<b>L&ouml;schen</b>
</td>
<tr>
{section name=table_data3 loop=$table_data3}
{if $smarty.section.table_data3.rownum != ''}
<tr>
<td width=40%>
{$table_data3[table_data3].vorname} {$table_data3[table_data3].nachname}
</td>
<td width=40%>
{$table_data3[table_data3].ver_von_vorname} {$table_data3[table_data3].ver_von_nachname}
</td>
<td>
<a href="?action=step3&rolle=5&imtuid={$table_data3[table_data3].imtuid}"><img title = 'Vertreter l&ouml;schen' border="0" height=10 src="templates/{$global_template}/images/drop.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
<br />
<br />
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,515 @@
{if $action == ''}
<html>
<head>
<title>{$hauptframe_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$erfassen_status_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign='top'>
<form action="?action=status1" method='post' name='erfassen'>
<table width='100%' >
<tr>
<td width="5%">
<strong>{$erfassen_status_field_id}</strong>
</td>
<td>
<strong>{$erfassen_status_field_titel}</strong>
</td>
<td>
<strong>{$erfassen_status_field_erstelldatum}</strong>
</td>
<td align="center">
<strong>{$erfassen_status_field_select}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td width="5%">
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat1}
</td>
<td align="center">
<input type="radio" name="vid" value="{$table_data1[table_data1].vid}">
</td>
</tr>
{/if}
{/section}
</table>
<br />
<br />
<input type="submit" name="senden" value="Abschicken">
</form>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $action == 'status1'}
<html>
<head>
<title>{$erfassen_status_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="js/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at https://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
{literal}
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
{/literal}
</script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
<script type="text/javascript">
{literal}
function senden_aktiv(){
if ( document.erfassen.versicherung.checked == true ){
document.erfassen.senden.disabled = false;
}else{
document.erfassen.senden.disabled = true;
}
}
{/literal}
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
{if $bearbeiten_err == '1'}
<html>
<head>
<title>{$erfassen_status_err_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$erfassen_status_err_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$erfassen_status_err_text}</b>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $bearbeiten_err == '0'}
<div class="header">
<div>
<div>{$erfassen_status_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$erfassen_status_field_id}</strong>
</td>
<td>
{$erfassen_status_vid}
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_ersteller}</strong>
</td>
<td>
{$erfassen_status_vorname} {$erfassen_status_nachname}
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_mailadresse}</strong>
</td>
<td>
{$erfassen_status_mail}
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_gruppe}</strong>
</td>
<td>
{$erfassen_status_beziehung}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_gruppenmitglieder}</strong>
</td>
<td>
{section name=table_data2 loop=$table_data2}
{$table_data2[table_data2].name}<br />
{/section}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_betreff}</strong>
</td>
<td>
{$erfassen_status_betreff}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_beschreibung}</strong>
</td>
<td>
{$erfassen_status_beschreibung}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_vorschlag}</strong>
</td>
<td>
{$erfassen_status_vorschlag}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_nutzen}</strong>
</td>
<td>
{$erfassen_status_nutzen}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_public}</strong>
</td>
<td>
{$erfassen_status_public}
</td>
</tr>
</table>
<br />
<br />
<fieldset>
<form action="?action=status2" method='post' name='erfassen'>
<legend><b>Kategogie / Hinweise</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%">
<tr>
<td width="50%">
<strong>{$erfassen_status_field_kategorie}</strong>
</td>
<td>
{$erfassen_status_kategorie}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_admhinweis}</strong>
</td>
<td>
{$erfassen_status_hinweis_admin}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$erfassen_status_field_eigenhinweis}</strong>
</td>
<td>
<textarea name='erfassen_status_hinweis_eigen'>{$erfassen_status_hinweis_eigen}</textarea>
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
<input type="submit" name="senden" value="Hinweis speichern">
</td>
</tr>
</table>
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend><b>Statusdetails</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$erfassen_status_field_datum}</strong>
</td>
<td>
<strong>{$erfassen_status_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].erfassen_status_vid}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
</div>
</body>
</html>
{/if}
{/if}
{if $action == 'status2'}
<html>
<head>
<title>{$hauptframe_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$erfassen_status_success_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="94%" height="90%">
<tr>
<td align="center">
<b>{$erfassen_status_success_text}</b>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1 @@
External 1

View File

@ -0,0 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Patronendetail-<2D>bersicht</title>
<meta name="generator" content="namo webeditor" />
<link type="text/css" rel="stylesheet" href="css/styles_refill.css" />
</head>
<p>Hier stehen die Bef<65>llanleitungen.</p>
<p>Dies w<>re meine&nbsp;Bef<EFBFBD>ll-Variante. Da ich diese als DT-LE-Standard definiert habe, erscheint diese bei Aufrufen der Patronen-Detailansicht als &lt;selected&gt;.</p>
<p>Und so w<>rden dann weitere Worte und sogar ganze Textzeilen folgen. Je nachdem wie aufw<66>ndig und ausf<73>hrlich man die Bef<65>llanleitung formuliert hat, die hier an dieser Stelle ihren Platz finden soll.</p>

View File

@ -0,0 +1 @@
External 3

View File

@ -0,0 +1 @@
External 4

View File

@ -0,0 +1,16 @@
{if $action == ''}
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>
<html xmlns='https://www.w3.org/1999/xhtml' dir='ltr'>
<head>
<title>TinyMCE - Full featured example</title>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({

View File

@ -0,0 +1,85 @@
{if $action == ''}
<html>
<head>
<title>{$hauptframe_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$gruppenmitglieder_eingabe_titel}</div>
</div>
</div>
<div class="pat_list_box">
<form action="?action=save" method='post' name='gruppenmitglieder'>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="80%">
<tr>
<td valign="top" >
<table valign="top" width="100%" border=0>
<tr>
<td width="50%">
<strong>Name</strong>
</td>
<td width="50%">
<strong>Mail</strong>
</td>
</tr>
<tr>
<td width="50%">
<input type="text" name="mitgl_name" size="40">
</td>
<td width="50%">
<input type="text" name="mitgl_mail" size="40">
</td>
</tr>
<tr>
<td width="50%">
<input type="submit" value="Speichern" name="B1">
</td>
<td width="50%">
</td>
</tr>
<tr>
<td width="50%">
<strong>Name</strong>
</td>
<td width="50%">
<strong>Mail</strong>
</td>
</tr>
{section name=table_data loop=$table_data}
<tr>
<td width="50%">
{$table_data[table_data].name}
</td>
<td width="50%">
{$table_data[table_data].mail}
</td>
</tr>
{/section}
</table>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,169 @@
<html>
<head>
<title>{$gutachten_bearbeiten_titel}</title>
<link rel="stylesheet" type="text/css" href="templates/{$global_template}/css/ajaxtabs.css" />
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="templates/{$global_template}/js/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at https://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type="text/javascript">
function checkBez(wahl){
if(wahl == "P" || wahl == "L"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'block':'block';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'block':'block';
}
if(wahl == "S"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'block':'block';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'block':'block';
}
if(wahl == "" || wahl == "V"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
}
}
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<body>
{if $gutachten_bearbeiten_err == '1'}
<html>
<head>
<title>{$gutachten_bearbeiten_err_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$gutachten_bearbeiten_err_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$gutachten_bearbeiten_err_text}</b>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $gutachten_bearbeiten_err == '0'}
<div class="header">
<div>
<div>{$gutachten_bearbeiten_titel}</div>
</div>
</div>
<div class="tab_box">
<div id="detailtab" class="animatedtabs">
<ul>
<li><a href="gutachten_edit.php?id={$gutachten_bearbeiten_id}" class="selected" rel="#iframe"><span>Formular Gutachter</span></a></li>
<!--
<li><a href="gutachterbenennung.php?id={$gutachten_bearbeiten_id}" rel="#iframe"><span>Gutachterbenennung</span></a></li>
<li><a href="beteiligtenbenennung.php?id={$gutachten_bearbeiten_id}" rel="#iframe"><span>Beteiligtenanh&ouml;rung</span></a></li>
<li><a href="verlauf.php?id={$gutachten_bearbeiten_id}" rel="#iframe"><span>Verlauf</span></a></li>
-->
</ul>
</div>
</div>
<div class="pat_list_box">
<table align="center" border="0" width="94%" height="87%">
<tr>
<td valign="top">
<div id="detailtabcontainer" style="border:0px solid gray; width:100%; height:100%; margin-bottom: 0em; padding: 0px">
</div>
</td>
</tr>
</table>
</div>
<script type="text/javascript">
var mypets=new ddajaxtabs("detailtab", "detailtabcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.onajaxpageload = function(){
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'save,undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
};
mypets.init()
</script>
{/if}
</body>
</html>

View File

@ -0,0 +1,502 @@
{if $action == ''}
<html>
<head>
<title>{$gutachten_edit_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
{literal}
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
{/literal}
</script>
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form action="?action=save" method='post' name='erfassen'>
{if $gutachten_edit_pflichtfelder == '1'}
<table width="100%" class="errorTable">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$gutachten_edit_error_text}
</td>
</tr>
</table><br>
{/if}
<p align="justify">{$gutachten_edit_vorwort}</p>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" max-height="90%">
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_id}</strong>
</td>
<td>
{$gutachten_edit_id}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_betreff}</strong>
</td>
<td>
{$gutachten_edit_betreff}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_beschreibung}</strong>
</td>
<td>
{$gutachten_edit_beschreibung}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_vorschlag}</strong>
</td>
<td>
{$gutachten_edit_vorschlag}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_nutzen1}</strong>
</td>
<td>
{$gutachten_edit_nutzen11}
</td>
</tr>
<tr>
<td width="50%">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_hinweiseigen}</strong>
</td>
<td>
{$gutachten_edit_hinweis_eigen}
</td>
</tr>
<tr>
<td width="50">
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_category}</strong>
</td>
<td>
{$gutachten_edit_kat}
</td>
</tr>
</table>
<br />
<br />
<fieldset>
<legend><b>Beurteilung {if $gutachten_edit_fristablauf == '1'}(Frist abgelaufen){/if}</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td>
{if $gutachten_edit_zweck_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachten_edit_zweck_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachten_edit_field_zweck}<br></strong>
{if $gutachten_edit_zweck_ico == '1'}</font>{/if}
{$gutachten_edit_field_zweck_text}
{if $gutachten_edit_fristablauf == '0'}
<textarea name='gutachten_edit_zweck' style='width:100%' rows='15' cols='5'>{$gutachten_edit_zweck}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$gutachten_edit_zweck}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $gutachten_edit_umsetzung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachten_edit_umsetzung_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachten_edit_field_umsetzung}<br></strong>
{if $gutachten_edit_umsetzung_ico == '1'}</font>{/if}
{$gutachten_edit_field_umsetzung_text}
{if $gutachten_edit_fristablauf == '0'}
<textarea name='gutachten_edit_umsetzung' style='width:100%' rows='15' cols='5'>{$gutachten_edit_umsetzung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$gutachten_edit_umsetzung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$gutachten_edit_field_nutzen}<br></strong>
{$gutachten_edit_field_nutzen_text}<br><br>
{if $gutachten_edit_nutzen_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachten_edit_nutzen_ico == '1'}<font color="#FF0000">{/if}
{$gutachten_edit_field_nutzenim_text}<br>
{if $gutachten_edit_nutzen_ico == '1'}</font>{/if}
{if $gutachten_edit_fristablauf == '0'}
<textarea name='gutachten_edit_nutzen' style='width:100%' rows='15' cols='5'>{$gutachten_edit_nutzen}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$gutachten_edit_nutzen}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $gutachten_edit_kosteneinsparung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachten_edit_kosteneinsparung_ico == '1'}<font color="#FF0000">{/if}
{$gutachten_edit_field_kosteneinsparung_text}<br>
{if $gutachten_edit_kosteneinsparung_ico == '1'}</font>{/if}
{if $gutachten_edit_fristablauf == '0'}
<textarea name='gutachten_edit_kosteneinsparung' style='width:100%' rows='15' cols='5'>{$gutachten_edit_kosteneinsparung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$gutachten_edit_kosteneinsparung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $gutachten_edit_arbeitszeiteinsparung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachten_edit_arbeitszeiteinsparung_ico == '1'}<font color="#FF0000">{/if}
{$gutachten_edit_field_arbeitszeit_text}<br>
{if $gutachten_edit_arbeitszeiteinsparung_ico == '1'}</font>{/if}
{if $gutachten_edit_fristablauf == '0'}
<textarea name='gutachten_edit_arbeitszeiteinsparung' style='width:100%' rows='15' cols='5'>{$gutachten_edit_arbeitszeiteinsparung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$gutachten_edit_arbeitszeiteinsparung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $gutachten_edit_ideeneu_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachten_edit_ideeneu_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachten_edit_field_innovation}</strong><br>
{if $gutachten_edit_ideeneu_ico == '1'}</font>{/if}
{$gutachten_edit_field_innovation_text}<br>
{if $gutachten_edit_fristablauf == '0'}
<textarea name='gutachten_edit_ideeneu' style='width:100%' rows='15' cols='5'>{$gutachten_edit_ideeneu}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$gutachten_edit_ideeneu}
</td>
</tr>
</table>
{/if}
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
{if $gutachten_edit_empfehlung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachten_edit_empfehlung_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachten_edit_field_empfehlung}</strong><br>
{if $gutachten_edit_empfehlung_ico == '1'}</font>{/if}
{if $gutachten_edit_fristablauf == '0'}
<textarea name='gutachten_edit_empfehlung' style='width:100%' rows='15' cols='5'>{$gutachten_edit_empfehlung}</textarea>
{else}
<table width="100%" class="gutachten_antwort">
<tr>
<td>
{$gutachten_edit_empfehlung}
</td>
</tr>
</table>
{/if}
</td>
</tr>
</table>
</fieldset>
{if $gutachten_edit_fristablauf == '0'}
<p align='center'><input type="submit" name="senden" value="Speichern"></p>
{/if}
<br />
<br />
<fieldset>
<legend><b>Statusdetails</b></legend>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td width="50%">
<strong>{$gutachten_edit_field_datum}</strong>
</td>
<td>
<strong>{$gutachten_edit_field_status}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
{if $table_data3[table_data3].status != ''}
<tr>
<td width="50%">
{$table_data3[table_data3].datum1}
</td>
<td>
{$table_data3[table_data3].status} {if $table_data3[table_data3].info == '1'}<a class="box" href="info_entscheid.php?vid={$table_data3[table_data3].gutachten_edit_id}"><img src="templates/{$global_template}/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a>{/if}
</td>
</tr>
{/if}
{/section}
</table>
</fieldset>
</form>
</body>
</html>
{/if}
{if $action == 'save'}
{if $gutachten_edit_error == '0'}
<html>
<head>
<title>{$gutachten_edit_abgeschlossen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<h3>{$gutachten_edit_abgeschlossen_text1}</h3>
<br />
<br />
{$gutachten_edit_abgeschlossen_text2} <strong>{$gutachten_edit_id}</strong>
</td>
</tr>
</table>
</body>
</html>
{/if}
{/if}

View File

@ -0,0 +1,68 @@
<html>
<head>
<title>{$gutachten_offen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$gutachten_offen_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
<td>
<strong>Fristdatum</strong>
</td>
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
<td>
{$table_data1[table_data1].frist_dat_form}
</td>
<td align="center">
<a href="gutachten_bearbeiten.php?id={$table_data1[table_data1].vid}"><img title = "Gutachten abgeben" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,68 @@
<html>
<head>
<title>{$gutachten_offen_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$gutachten_offen_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
<td>
<strong>Fristdatum</strong>
</td>
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
<td>
{$table_data1[table_data1].frist_dat_form}
</td>
<td align="center">
<a href="gutachten_bearbeiten.php?id={$table_data1[table_data1].vid}"><img title = "Gutachten abgeben" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,22 @@
<html>
<head>
<title>Ideenmanagement</title>
<link type="text/css" rel="stylesheet" href="css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_gutachter" scrolling="auto" marginwidth="10" marginheight="14" namo_target_frame="detail" src="menu_gutachter.php" />
<frame name="gutachter_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe_gutachter.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html>

View File

@ -0,0 +1,625 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:350px;}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
</script>
<!--[if lte IE 7]>
<script>
function ativaOptionsDisabled(){
var sels = document.getElementsByTagName('select');
for(var i=0; i < sels.length; i++){
sels[i].onchange= function(){ //pra se mudar pro desabilitado
if(this.options[this.selectedIndex].disabled){
if(this.options.length<=1){
this.selectedIndex = -1;
}else if(this.selectedIndex < this.options.length - 1){
this.selectedIndex++;
}else{
this.selectedIndex--;
}
}
}
if(sels[i].options[sels[i].selectedIndex].disabled){
//se o selecionado atual <20> desabilitado chamo o onchange
sels[i].onchange();
}
for(var j=0; j < sels[i].options.length; j++){ //colocando o estilo
if(sels[i].options[j].disabled){
sels[i].options[j].style.color = '#CCC';
}
}
}
}
window.attachEvent("onload", ativaOptionsDisabled)
</script>
<![endif]-->
</head>
<body onload='ativaOptionsDisabled()' bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>
<form action="?action=balance" method='post' name='erfassen'>
{if $gutachterbenennung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$gutachterbenennung_error_text}
</td>
</tr>
</table>
<br>
{/if}
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td>
{$gutachterbenennung_text1}
<br><br>
<table width="100%">
<tr>
<td>
<strong>{$gutachterbenennung_field_name}</strong>
</td>
<!-- Ausschuss wird nicht mehr ben<65>tigt
<td>
<strong>{$gutachterbenennung_field_frist}</strong>
</td>
-->
<td>
<strong>{$gutachterbenennung_field_frist_abgabe}</strong>
</td>
<td>
<strong>{$gutachterbenennung_field_status}</strong>
</td>
<td>
<strong>{$gutachterbenennung_field_aktionen}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum != ''}
<tr>
<td>
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
</td>
<!-- Ausschuss wird nicht mehr ben<65>tigt
<td>
{$table_data1[table_data1].frist_tag}
</td>
-->
<td>
{$table_data1[table_data1].frist_datum_abgabe}
</td>
<td>
{$table_data1[table_data1].status_klartext}
</td>
<td>
{if $table_data1[table_data1].gutachterbrief == '1'}
<a href="?action=anschreiben&gid={$table_data1[table_data1].gid}"><img height='20' border="0" alt="Gutachter anschreiben" src="templates/{$global_template}/images/mail_icon.jpg"></a>
{/if}
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
<tr>
<td align="center">
<select {if $gutachterbenennung_user_gutachter_ico == '1'}class="errorField"{/if} name="user_gutachter" size=15>
<optgroup label="Gutachter erfassen">
<option value="P">Neuer Gutachter (ProfessorIn)</option>
<option value="L">Neuer Gutachter (Externe/r - Lehrbeauftragte/r)</option>
<option value="S">Neuer Gutachter (StudentIn)</option>
<option value="V">Neuer Gutachter (Verwaltungsmitarbeiter)</option>
<option value="R">Neuer Gutachter (Rechenzentrum)</option>
</optgroup>
<optgroup label="&nbsp;">
</optgroup>
<optgroup label="Gutachterauswahl">
{section name=table_data2 loop=$table_data2}
<option value="{$table_data2[table_data2].imtuid}" {if $table_data2[table_data2].disable_gut == '1'} disabled {/if}{if $table_data2[table_data2].disable_bet == '1'} disabled {/if} {if $table_data2[table_data2].selected == '1'} selected {/if}>{$table_data2[table_data2].nachname}, {$table_data2[table_data2].vorname}{if $table_data2[table_data2].disable_gut == '1'} (Gutachter){/if}{if $table_data2[table_data2].disable_bet == '1'} (Beteiligter){/if}</option>
{/section}
</optgroup>
</select>
<br />
<br />
<input type="submit" name="senden" value="Gutachter benennen">
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
</form>
</body>
</html>
{/if}
{if $action == 'ldap1'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<form action="?action=ldap2" method='post' name='ldap'>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td class="formdesc" width="60%">
{$gutachterbenennung_ldap1_field_suche}
</td>
<td width="40%">
<input type="text" name="suchstring" size="40" tabindex="2"><br>
</td>
</tr>
<tr>
<td class="formdesc" width="60%">
{$gutachterbenennung_ldap1_field_pfad}
</td>
<td width="40%">
<label for id=1><input type="radio" name="suchpfad" id=1 value="sn" checked>Nachnamen<br></label>
<label for id=2><input type="radio" name="suchpfad" id=2 value="samaccountname">UIDs</label>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<br>
<font size="1">{$gutachterbenennung_ldap1_text1}</font>
<p>
</td>
</tr>
<tr>
<td align='center' colspan="2">
<input type="submit" name="senden" value="suchen">
</td>
</tr>
</td>
</tr>
</table>
</form>
</table>
</body>
</html>
{/if}
{if $action == 'ldap2'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<form action="?action=ldap3" method='post' name='ldap'>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
<strong>{$gutachterbenennung_ldap2_field_auswahl}</strong>
</td>
<td>
<strong>{$gutachterbenennung_ldap2_field_uid}</strong>
</td>
<td>
<strong>{$gutachterbenennung_ldap2_field_name}</strong>
</td>
<td>
<strong>{$gutachterbenennung_ldap2_field_gruppe}</strong>
</td>
<td>
<strong>{$gutachterbenennung_ldap2_field_mail}</strong>
</td>
</tr>
{section name=table_data3 loop=$table_data3}
<tr>
<td>
<input type="radio" name="auswahl" id="{$table_data3[table_data3].uid}" value="{$table_data3[table_data3].uid}">
</td>
<td>
{$table_data3[table_data3].uid}
</td>
<td>
{$table_data3[table_data3].nachname}, {$table_data3[table_data3].vorname}
</td>
<td>
{$table_data3[table_data3].gruppe}
</td>
<td>
{$table_data3[table_data3].mail}
</td>
</tr>
{/section}
<tr>
<td colspan="5" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="5" align="center">
<input type="submit" name="senden" value="Auswahl">
</td>
</tr>
</table>
</form>
</table>
</body>
</html>
{/if}
{if $action == 'ldap3'}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" type="text/css">
<style type="text/css">
.squarebutton_blue{
width:100px;
}
.correct
{
color:#B3DF00;
}
.wrong
{
color:#FF0000;
}
</style>
<script src="validation/usercheck.js"></script>
<script language='JavaScript' type='text/javascript'>
function start() {
if(document.ldap){
document.ldap.vorname.focus();
}else{
return false;
}
checkUser(document.ldap.mail.value);
checkBez('{$gutachterbenennung_beziehung}');
}
</script>
<script type="text/javascript">
function checkBez(wahl){
if(wahl == "P" || wahl == "L"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'block':'block';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'block':'block';
}
if(wahl == "S"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'block':'block';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'block':'block';
}
if(wahl == "" || wahl == "V" || wahl == "E"){
document.getElementById('fakultaet1').style.display = (document.getElementById('fakultaet1').style.display == 'none')?'none':'none';
document.getElementById('fakultaet2').style.display = (document.getElementById('fakultaet2').style.display == 'none')?'none':'none';
document.getElementById('jahrgang1').style.display = (document.getElementById('jahrgang1').style.display == 'none')?'none':'none';
document.getElementById('jahrgang2').style.display = (document.getElementById('jahrgang2').style.display == 'none')?'none':'none';
}
}
</script>
</head>
<body onload="start();">
<table height="100%" width="100%">
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
<form action=?action=ldap4 method="POST" name="ldap">
{if $gutachterbenennung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$gutachterbenennung_error_text}
</td>
</tr>
</table>
<br>
{/if}
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td>
{if $gutachterbenennung_vorname_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachterbenennung_vorname_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_ldap3_field_vorname}</strong>
{if $gutachterbenennung_vorname_ico == '1'}</font>{/if}
</td>
<td>
<input {if $gutachterbenennung_vorname_ico == '1'}class="errorField"{/if} type="text" name="vorname" value="{$gutachterbenennung_vorname}" size="40">
</td>
</tr>
<tr>
<td>
{if $gutachterbenennung_nachname_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachterbenennung_nachname_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_ldap3_field_nachname}</strong>
{if $gutachterbenennung_nachname_ico == '1'}</font>{/if}
</td>
<td>
<input {if $gutachterbenennung_nachname_ico == '1'}class="errorField"{/if} type="text" name="nachname" value="{$gutachterbenennung_nachname}" size="40">
</td>
</tr>
<tr>
<td>
{if $gutachterbenennung_mail_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachterbenennung_mail_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_ldap3_field_mail}</strong>
{if $gutachterbenennung_mail_ico == '1'}</font>{/if}
</td>
<td>
<input {if $gutachterbenennung_mail_ico == '1'}class="errorField"{/if} type="text" name="mail" value="{$gutachterbenennung_mail}" size="40" onkeyup="checkUser(this.value)">
</td>
<tr>
<td>
&nbsp;
</td>
<td>
<font size="2">
<p id="validateCheck"></p>
</font>
</td>
<tr>
<td>
{if $gutachterbenennung_beziehung_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachterbenennung_beziehung_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_ldap3_field_beziehung}</strong>
{if $gutachterbenennung_beziehung_ico == '1'}</font>{/if}
</td>
<td>
<select {if $gutachterbenennung_beziehung_ico == '1'}class="errorField select1"
{else}
class="select1"{/if} name="beziehung" onchange="checkBez(this.value)">
<option value="" {if $gutachterbenennung_beziehung == ''}{/if} >Bitte ausw&auml;hlen</option>
<option value="P" {if $gutachterbenennung_beziehung == 'P'} selected {/if} >ProfessorIn</option>
<option value="L" {if $gutachterbenennung_beziehung == 'L'} selected {/if} >Lehrbeauftragte/r</option>
<option value="R" {if $gutachterbenennung_beziehung == 'R'} selected {/if} >Rechenzentrum</option>
<option value="E" {if $gutachterbenennung_beziehung == 'E'} selected {/if} >Externe/r</option>
<option value="S" {if $gutachterbenennung_beziehung == 'S'} selected {/if} >StudentIn</option>
<option value="V" {if $gutachterbenennung_beziehung == 'V'} selected {/if} >Verwaltungsmitarbeiter </option>
</select>
</td>
</tr>
<tr>
<td>
<div id="fakultaet1" style="display: none">
{if $gutachterbenennung_fakultaet_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachterbenennung_fakultaet_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_ldap3_field_fakultaet}</strong>
{if $gutachterbenennung_fakultaet_ico == '1'}</font>{/if}
</div>
<div id="jahrgang1" style="display: none">
{if $gutachterbenennung_ag_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_ldap3_field_ag}</strong>
{if $gutachterbenennung_ag_ico == '1'}</font>{/if}
<strong> / </strong>
{if $gutachterbenennung_jahrgang_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_ldap3_field_jahrgang}</strong>
{if $gutachterbenennung_jahrgang_ico == '1'}</font>{/if}
</div>
</td>
<td>
<div id="fakultaet2" style="display: none">
<input {if $gutachterbenennung_fakultaet_ico == '1'}class="errorField"{/if} type="text" name="fakultaet" value="{$gutachterbenennung_fakultaet}" size="40">
</div>
<div id="jahrgang2" style="display: none">
{if $gutachterbenennung_ag_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
<input {if $gutachterbenennung_ag_ico == '1'}class="errorField"{/if} type="text" name="ag" value="{$gutachterbenennung_ag}" size="2"> /
{if $gutachterbenennung_jahrgang_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
<select {if $gutachterbenennung_jahrgang_ico == '1'}class="errorField"{/if} name="jahrgang">
<option value="">Bitte ausw&auml;hlen</option>
{section name=table_data loop=$table_data}
<option value="{$table_data[table_data].jahrgang}" {if $table_data[table_data].select == '1'} selected {/if}>{$table_data[table_data].jahrgang}</option>
{/section}
</select>
</div>
</td>
</tr>
</table>
<br />
<p align="center">
<input type="submit" name="senden">
</p>
</form>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
</table>
</body>
</html>
{/if}
{if $action == 'anschreiben'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<!-- Kalender Beginn // -->
<link rel='stylesheet' href='dyncalendar/dynCalendar.css' type='text/css' media='screen'>
<script src='dyncalendar/browserSniffer.js' type='text/javascript' language='javascript'></script>
<script src='dyncalendar/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)
{
if(date<10){date='0'+date;}
if(month<10){month='0'+month;}
date_tag = date;
date_mon = month;
date_jahr = year;
document.getElementById('frist_tag').value = date_tag;
document.getElementById('frist_mon').value = date_mon;
document.getElementById('frist_jahr').value = date_jahr;
}
// -->
{/literal}
</script>
<!-- Kalender Ende // -->
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,forecolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<form action="?action=anschreiben1" method='post' name='ldap'>
{if $gutachterbenennung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$gutachterbenennung_error_text}
</td>
</tr>
</table>
<br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
{if $gutachterbenennung_frist_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $gutachterbenennung_frist_ico == '1'}<font color="#FF0000">{/if}
<strong>{$gutachterbenennung_frist_field_fristdat}</strong>
{if $gutachterbenennung_frist_ico == '1'}</font>{/if}
</td>
<td>
<input {if $gutachterbenennung_fristtag_ico == '1'}class="errorField"{/if} type="text" name="frist_tag" id="frist_tag" value="{$gutachterbenennung_fristtag}" size=1>.<input {if $gutachterbenennung_fristmon_ico == '1'}class="errorField"{/if} type="text" name="frist_mon" id="frist_mon" value="{$gutachterbenennung_fristmon}" size=1>.<input {if $gutachterbenennung_fristjahr_ico == '1'}class="errorField"{/if} type="text" name="frist_jahr" id="frist_jahr" value="{$gutachterbenennung_fristjahr}" size=3>
<script language='JavaScript' type='text/javascript'>
<!--
frist_cal = new dynCalendar('frist_cal', 'calendarCallback', 'dyncalendar/images/', '');
//-->
</script>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$gutachterbenennung_frist_field_bemerk}</strong>
</td>
<td>
<textarea name='gutachter_bemerkung' style='width:100%' rows='20' cols='5'>{$gutachterbenennung_gutachterbemerkung}</textarea>
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="senden" value="Gutachter benachrichtigen">
</td>
</tr>
</table>
</form>
</table>
</body>
</html>
{/if}
{if $action == 'anschreiben1'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>{$gutachterbenennung_frist2_text1}</b>
</td>
</tr>
</table>
</body>
</html>
{/if}

View File

@ -0,0 +1,31 @@
<html>
<head>
<title>{$hauptframe_ausschuss_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$hauptframe_ausschuss_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center">
<b>{$hauptframe_ausschuss_text1}</b>
<br />
<br />
<br />
{$hauptframe_ausschuss_text2}
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,31 @@
<html>
<head>
<title>{$hauptframe_beteiligte_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$hauptframe_beteiligte_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center">
<b>{$hauptframe_beteiligte_text1}</b>
<br />
<br />
<br />
{$hauptframe_beteiligte_text2}
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,31 @@
<html>
<head>
<title>{$hauptframe_gutachter_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$hauptframe_gutachter_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center">
<b>{$hauptframe_gutachter_text1}</b>
<br />
<br />
<br />
{$hauptframe_gutachter_text2}
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,117 @@
<html>
<head>
<title>main</title>
<meta name="generator" content="Namo WebEditor">
<link type="text/css" rel="stylesheet" href="css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="leiste-o">
<p><span>Impressum</span>
</p>
</div>
<div class="pat_list_box">
<p align="justify"> <!-- Blocksatz -->
<!-- https://www.e-recht24.de/impressum-generator.html -->
<br />
Angaben gem<65><6D> <20> 5 TMG:<br/>
<br/>
Jochen B<>rk<br />
Druckertankstelle Leinfelden<br />
Musberger Str. 1<br />
70771 Leinfelden-Echterdingen<br />
<br />
<b>Kontakt:</b>
<table>
<tr>
<td>Telefon:</td>
<td>0711 / 849 52 36</td></tr>
<tr>
<td>Telefax:</td>
<td></td>
</tr>
<tr>
<td>E-Mail:</td>
<td>info@druckertankstelle-le.de</td>
</tr>
</table>
<br /><br />
<b>Umsatzsteuer-ID:</b>
<br />
Umsatzsteuer-Identifikationsnummer gem<65><6D> <20>27 a Umsatzsteuergesetz:<br />
DE243002837<br />
<br />
<br />
<strong><u><i><font size="4">Haftungsausschluss:</font></i></u></strong>
<br />
<br />
<strong>Haftung f<>r Inhalte</strong><br />
Die Inhalte unserer Seiten wurden mit gr<67><72>ter Sorgfalt erstellt.
F<>r die Richtigkeit, Vollst<73>ndigkeit und Aktualit<69>t der Inhalte
k<>nnen wir jedoch keine Gew<65>hr <20>bernehmen. Als Diensteanbieter sind wir gem<65><6D> <20> 7 Abs.1 TMG f<>r
eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich.
Nach <20><> 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht
verpflichtet, <20>bermittelte oder gespeicherte fremde Informationen zu
<20>berwachen oder nach Umst<73>nden zu forschen, die auf eine rechtswidrige
T<>tigkeit hinweisen. Verpflichtungen zur Entfernung oder Sperrung der
Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon
unber<65>hrt. Eine diesbez<65>gliche Haftung ist jedoch erst ab dem
Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung m<>glich. Bei
Bekanntwerden von entsprechenden Rechtsverletzungen werden wir diese Inhalte
umgehend entfernen.
<br /><br />
<strong>Haftung f<>r Links</strong><br />
Unser Angebot enth<74>lt Links zu externen Webseiten Dritter, auf deren
Inhalte wir keinen Einfluss haben. Deshalb k<>nnen wir f<>r diese
fremden Inhalte auch keine Gew<65>hr <20>bernehmen. F<>r die Inhalte
der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der
Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung
auf m<>gliche Rechtsverst<73><74>e <20>berpr<70>ft. Rechtswidrige
Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar. Eine permanente
inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte
einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen
werden wir derartige Links umgehend entfernen.
<br /><br />
<strong>Urheberrecht</strong><br />
Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten
unterliegen dem deutschen Urheberrecht. Die Vervielf<6C>ltigung, Bearbeitung, Verbreitung und
jede Art der Verwertung au<61>erhalb der Grenzen des Urheberrechtes bed<65>rfen
der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads
und Kopien dieser Seite sind nur f<>r den privaten, nicht kommerziellen
Gebrauch gestattet. Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden,
werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche
gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um einen entsprechenden Hinweis.
Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte umgehend entfernen.
<br /><br />
<strong>Datenschutz</strong><br />
Die Nutzung unserer Webseite ist in der Regel ohne Angabe personenbezogener Daten m<>glich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name,
Anschrift oder eMail-Adressen) erhoben werden, erfolgt dies, soweit m<>glich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdr<64>ckliche Zustimmung nicht an Dritte weitergegeben.
<br /><br />
Wir weisen darauf hin, dass die Daten<65>bertragung im Internet (z.B.
bei der Kommunikation per E-Mail) Sicherheitsl<73>cken aufweisen kann.
Ein l<>ckenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht
m<>glich.
<br />Der Nutzung von im Rahmen der Impressumspflicht ver<65>ffentlichten Kontaktdaten
durch Dritte zur <20>bersendung von nicht ausdr<64>cklich angeforderter
Werbung und Informationsmaterialien wird hiermit ausdr<64>cklich widersprochen.
Die Betreiber der Seiten behalten sich ausdr<64>cklich rechtliche Schritte
im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails,
vor.
<br /><br />
</div>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!-- Diese Datei gibt es nur im Standardtemplate, da vor dem Login man noch nicht wei<65> welches Template der User verwendet-->
{if $action == ''}
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico">
<title>{$index_titel}</title>
</head>
<body onload="if(document.login)document.login.user.focus();return false;">
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
<tr>
<td height="30">&nbsp;</td>
</tr>
<tr>
<td>
<div align="center">
<table cellspacing="0" cellpadding="0" width="550" border="0">
<tr>
<td width="10" background="templates/standard/images/box_e1.gif">

View File

@ -0,0 +1,96 @@
<html>
<head>
<title>{$info_entscheid_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$info_entscheid_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="50%">
<tr>
<td align="left" valign="top">
<b>{$info_entscheid_field_annahme}</b>
</td>
<td align="left" valign="top">
{$info_entscheid_annahme}
</td>
</tr>
<tr>
<td align="left" valign="top">
<b>{$info_entscheid_field_annahme_bemerkung}</b>
</td>
<td align="left" valign="top">
{$info_entscheid_annahme_bemerkung}
</td>
</tr>
<tr>
<td align="left" valign="top">
<b>{$info_entscheid_field_praemie}</b>
</td>
<td align="left" valign="top">
{$info_entscheid_praemie}
</td>
</tr>
{if $info_entscheid_praemie == 'Ja'}
<tr>
<td align="left" valign="top">
<b>{$info_entscheid_field_punkte_gesamt}</b>
</td>
<td align="left" valign="top">
{$info_entscheid_punkte_gesamt} Punkte
</td>
</tr>
{if $info_entscheid_praemie_gutschein > '0'}
<tr>
<td align="left" valign="top">
<b>{$info_entscheid_field_praemie_gutschein}</b>
</td>
<td align="left" valign="top">
{$info_entscheid_praemie_gutschein} &euro;
</td>
</tr>
{/if}
{if $info_entscheid_dienstbefreiung > '0'}
<tr>
<td align="left" valign="top">
<b>{$info_entscheid_field_dienstbefreiung}</b>
</td>
<td align="left" valign="top">
{$info_entscheid_dienstbefreiung} Tag(e)
</td>
</tr>
{/if}
{if $info_entscheid_annahme == 'Ja'}
<tr>
<td align="left" valign="top">
<b>{$info_entscheid_field_massnahme}</b>
</td>
<td align="left" valign="top">
{$info_entscheid_massnahme}
</td>
</tr>
{/if}
{/if}
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,14 @@
<html>
<head>
<title>Link funktioniert</title>
<meta name="generator" content="Namo WebEditor">
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>Link funktioniert</p>
<p><a class="navbar" href="hauptframe.php" target="_self">zur&uuml;ck</a></p>
</body>
</html>

View File

@ -0,0 +1,65 @@
{if $action == ''}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<script type="text/javascript" src="templates/{$global_template}/js/jquery.js"></script>
<script type="text/javascript" src="templates/{$global_template}/js/accordion.js"></script>
<script type="text/javascript" src="livesearch/ajax.js"></script>
<script type="text/javascript" src="livesearch/ajax-dynamic-list_admin.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" onload="if(document.searchform)document.searchform.patrone.focus(); return false;">
<form action="?action=suche" method='post' name='searchform'>
<div class="accordion2">
<!-- # Gutachter m<>ssen nicht mehr vom Ausschuss genehmigt werden
{if $menu_ausschuss_bearb == '1'}
<h3><span>Ausschussfunktionen</span></h3>
<ul>
{section name=table_data1 loop=$table_data1}
<li class="abstand"><a href="{$table_data1[table_data1].dateiname}" target="{$table_data1[table_data1].target}"><span>{$table_data1[table_data1].beschreibung}</span></a></li>
{/section}
</ul>
{/if}
-->
{if $menu_ausschuss_bearb3 == '1'}
<h3><span>Sitzungen</span></h3>
<ul>
{section name=table_data3 loop=$table_data3}
<li class="abstand"><a href="{$table_data3[table_data3].dateiname}" target="{$table_data3[table_data3].target}"><span>{$table_data3[table_data3].beschreibung}</span></a></li>
{/section}
</ul>
{/if}
{if $menu_ausschuss_bearb2 == '1'}
<h3><span>Entscheidungen</span></h3>
<ul>
{section name=table_data2 loop=$table_data2}
<li class="abstand"><a href="{$table_data2[table_data2].dateiname}" target="{$table_data2[table_data2].target}"><span>{$table_data2[table_data2].beschreibung}</span></a></li>
{/section}
</ul>
{/if}
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
<ul>
<li class="abstand"> <input class="eingabe_search" type="text" id="patrone" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden -->
</ul>
</div>
</form>
</body>
</html>
{/if}

View File

@ -0,0 +1,42 @@
{if $action == ''}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<script type="text/javascript" src="templates/{$global_template}/js/jquery.js"></script>
<script type="text/javascript" src="templates/{$global_template}/js/accordion.js"></script>
<script type="text/javascript" src="livesearch/ajax.js"></script>
<script type="text/javascript" src="livesearch/ajax-dynamic-list_beteiligte.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" onload="if(document.searchform)document.searchform.patrone.focus(); return false;">
<form action="?action=suche" method='post' name='searchform'>
<div class="accordion2">
<h3><span>Beteiligtenfunktionen</span></h3>
<ul>
<li class="abstand"><a href="beteiligte_offen.php" target="beteiligte_haupt"><span>Offene Beteiligungen</span></a></li>
<li class="abstand"><a href="beteiligte_erledigt.php" target="beteiligte_haupt"><span>Alle Beteiligungen</span></a></li>
</ul>
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
<ul>
<li class="abstand"> <input class="eingabe_search" type="text" id="patrone" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden -->
</ul>
</div>
</form>
</body>
</html>
{/if}

View File

@ -0,0 +1,40 @@
{if $action == ''}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<script type="text/javascript" src="templates/{$global_template}/js/jquery.js"></script>
<script type="text/javascript" src="templates/{$global_template}/js/accordion.js"></script>
<script type="text/javascript" src="livesearch/ajax.js"></script>
<script type="text/javascript" src="livesearch/ajax-dynamic-list_gutachter.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" onload="if(document.searchform)document.searchform.patrone.focus(); return false;">
<form action="?action=suche" method='post' name='searchform'>
<div class="accordion2">
<h3><span>Gutachterfunktionen</span></h3>
<ul>
<li class="abstand"><a href="gutachten_offen.php" target="gutachter_haupt"><span>Offene Gutachten</span></a></li>
<li class="abstand"><a href="gutachten_erledigt.php" target="gutachter_haupt"><span>Alle Gutachten</span></a></li>
</ul>
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
<ul>
<li class="abstand"> <input class="eingabe_search" type="text" id="patrone" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden -->
</ul>
</div>
</form>
</body>
</html>
{/if}

View File

@ -0,0 +1,119 @@
{if $action == ''}
<html>
<head>
<title>{$hauptframe_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body onload="if(document.pwd)document.pwd.pwd_alt.focus();return false;">
<div class="header">
<div>
<div>{$passwort_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
{$passwort_text}
<br />
<br />
{if $passwort_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$passwort_error_text}
</td>
</tr>
</table><br>
{/if}
<form action="?action=step2" method='post' name='pwd'>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%">
<tr>
<td height='50' valing="top" align="left">
<b>{$passwort_field_pwd_alt}</b>
</td>
<td height='50' valing="top" align="left">
<input type="password" name="pwd_alt" size="40" value="{$passwort_pwd_alt}">
<td valing="top" align="left">
</td>
</tr>
<tr>
<td height='50' valing="top" align="left">
<b>{$passwort_field_pwd_neu}</b>
</td>
<td height='50' valing="top" align="left">
<input type="password" name="pwd_neu" size="40" value="{$passwort_pwd_neu}">
<td valing="top" align="left">
</td>
</tr>
<tr>
<td height='50' valing="top" align="left">
<b>{$passwort_field_pwd_wied}</b>
</td>
<td height='50' valing="top" align="left">
<input type="password" name="pwd_wied" size="40" value="{$passwort_pwd_wied}">
<td valing="top" align="left">
</td>
</tr>
</table>
<p align="center">
<br />
<br />
<input type="submit" name="senden" value="Passwort speichern">
</p>
</form>
<br />
<br />
<br />
<br />
</div>
</body>
</html>
{/if}
{if $action == 'step2'}
{if $passwort_success == '1'}
<html>
<head>
<title>{$hauptframe_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body onload="if(document.pwd)document.pwd.pwd_alt.focus();return false;">
<div class="header">
<div>
<div>{$passwort_titel}</div>
</div>
</div>
<div class="pat_list_box">
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="60%">
<tr>
<td valing="top" align="center">
<b>{$passwort_success_text}</b>
</td>
</tr>
</table>
<br />
<br />
<br />
<br />
</div>
</body>
</html>
{/if}
{/if}

View File

@ -0,0 +1,96 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Patronendetail</title>
<meta name="generator" content="namo webeditor" />
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="js/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at https://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>Brother LC-1100 BK</div>
</div>
</div>
<div class="tab_box">
<div id="pattab" class="animatedtabs">
<ul>
<li><a href="patronendetails_ubersicht.html" class="selected" rel="#iframe"><span><EFBFBD>bersicht</span></a></li>
<li><a href="patronendetails_inhalt.html" rel="#iframe"><span>Inhalt</span></a></li>
<li><a href="patronendetails_preise.html" rel="#iframe"><span>Preise</span></a></li>
<li><a href="patronendetails_material.html" rel="#iframe"><span>Material</span></a></li>
<li><a href="patronendetails_drucker.html" rel="#iframe"><span>Drucker</span></a></li>
<li><a href="patronendetails_details.html" rel="#iframe"><span>Details</span></a></li>
</ul>
</div>
</div>
<div class="pat_list_box">
<div id="pattabcontainer" style="margin-bottom:1em; padding:0px; border-width:1px; border-color:gray; border-style:solid; height:200px;">
</div>
</div>
<script type="text/javascript">
var mypets=new ddajaxtabs("pattab", "pattabcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.init()
</script>
<div class="pat_list_box">
<table border="1" width="93%" cellspacing="0" bordercolordark="white" bordercolorlight="lightgray">
<tr>
<td width="50%" align="left" valign="top">
<p>Hinweise Hauptfamilie:</p>
<p>Hier stehen die kompletten Hinweise der Hauptfamilie und der Familienkategorien.</p>
</td>
<td width="50%" align="left" valign="top">
<p>Eigene Hinweise:</p>
<p>Hier stehen die Eigenen Hinweise. Nur f<>r die eigene DT.</p>
</td>
</tr>
</table>
</div>
<div class="tab_box">
<div id="filltab" class="animatedtabs">
<ul>
<li><a href="external1.html" rel="#iframe"><span>Admin</span></a></li>
<li><a href="external2.html" class="selected" rel="#iframe"><span>DT-LE</span></a></li>
<li><a href="external3.html" rel="#iframe"><span>DT-WN</span></a></li>
<li><a href="external4.html" rel="#iframe"><span>erfassen</span></a></li>
</ul>
</div>
</div>
<div class="pat_list_box">
<div id="filltabcontainer" style="margin-bottom:1em; padding:5px; border-width:1px; border-color:gray; border-style:solid; height:350px;">
</div>
</div>
<script type="text/javascript">
var mypets=new ddajaxtabs("filltab", "filltabcontainer")
mypets.setpersist(false)
mypets.setselectedClassTarget("link")
mypets.init()
</script>
</body>
</html>

View File

@ -0,0 +1 @@
Details

View File

@ -0,0 +1 @@
Drucker

View File

@ -0,0 +1 @@
Inhalt

View File

@ -0,0 +1 @@
MAterial

View File

@ -0,0 +1 @@
Preise

View File

@ -0,0 +1,104 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Patronendetail-<2D>bersicht</title>
<meta name="generator" content="namo webeditor" />
<link type="text/css" rel="stylesheet" href="css/styles_refill.css" />
</head>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="100%">
<tr>
<td width="160" rowspan="8" align="center" height="160">
<img src="images/brotherlc1100bk.jpg" height="150" border="0" vspace="2" hspace="2" />
</td>
<td width="15" height="30">&nbsp;</td>
<td width="301" height="30" colspan="4">
<h3>LC-1100 BK</h3>
</td>
<td width="65" height="30">&nbsp;</td>
<td height="30">&nbsp;</td>
<td width="100" height="30">&nbsp;</td>
<td width="65" height="30">
<div class="buttonwrapper">
<a class="squarebutton_blue" href="link.html"><span>Details</span></a>
</div>
</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20"><i><font size="1">alles Ladenpreise</font></i></td>
<td width="65" height="20">&nbsp;</td>
<td height="20">&nbsp;</td>
<td width="80" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20"><font color="#666666">Bef<EFBFBD>llung:</font></td>
<td width="65" height="20">10,00 <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20"><font color="#666666">Leer:</font></td>
<td width="65" height="20">35,0 g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20"><font color="#666666">Bef<EFBFBD>llanzeige</font></td>
<td width="65" height="20">ja</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20"><font color="#666666">OEM:</font></td>
<td width="65" height="20">19,90 <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20"><font color="#666666">Voll min:</font></td>
<td width="65" height="20">46,0 g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20"><font color="#666666">NoName:</font></td>
<td width="65" height="20">15,90 <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20"><font color="#666666">Voll max:</font></td>
<td width="65" height="20">48,0 g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
<td width="80" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
<td height="20">&nbsp;</td>
<td width="80" height="20"><font color="#666666">Bef<EFBFBD>llmenge:</font></td>
<td width="65" height="20">12,0 g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
<td width="85">
<i><font size="1">hier sollte bei Toner &quot;Toner&quot; stehen</font></i></td>
<td width="85">&nbsp;</td>
<td width="85">&nbsp;</td>
<td width="85">&nbsp;</td>
<td width="85">&nbsp;</td>
<td width="85">&nbsp;</td>
<td width="85">&nbsp;</td>
<td width="85">&nbsp;</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
<td width="85" height="18"><font color="#666666">Tinte:</font></td>
<td width="632" height="18" colspan="7">
BKP 45 &nbsp;&nbsp;Bsp: DCP-130C DCP-330C DCP-540CN DCP-750CW Fax-1355 Fax-1360</td>
</tr>
</table>

View File

@ -0,0 +1,116 @@
<html>
<head>
<title>main</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$patronenubersicht_hfname}</div>
</div>
</div>
{section name=table_data loop=$table_data}
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0">
<tr>
<td width="160" rowspan="8" align="center" height="160">
<img src="{$table_data[table_data].url_bild}" height="150" border="0" vspace="2" hspace="2">
</td>
<td width="15" height="30">&nbsp;</td>
<td width="301" height="30" colspan="4">
<h3>{$table_data[table_data].bez}</h3>
</td>
<td width="65" height="30">&nbsp;</td>
<td height="30">&nbsp;</td>
<td width="100" height="30">&nbsp;</td>
<td width="65" height="30">
<!-- <a href="patronendetails.php?tid={$table_data[table_data].tid}" target="_self">{$table_data[table_data].patronenubersicht_linktext_details}</a> -->
<div class="buttonwrapper">
<a class="squarebutton_blue" href="patronendetails.php?tid={$table_data[table_data].tid}" target="_self"><span>Details</span>{$table_data[table_data].patronenubersicht_linktext_details}</a>
</div>
</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
<td height="20">&nbsp;</td>
<td width="80" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_refill}</td>
<td width="65" height="20" align="right">{$table_data[table_data].refillpreis} <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_leer}</td>
<td width="65" height="20" align="right">{$table_data[table_data].leer} g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">{$table_data[table_data].patronenubersicht_field_fuellstand}</td>
<td width="65" height="20">{$table_data[table_data].fuellstand}</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_oem}</td>
<td width="65" height="20" align="right">{$table_data[table_data].oempreis} <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_vollmin}</td>
<td width="65" height="20" align="right">{$table_data[table_data].vollmin} g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15" height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_nname}</td>
<td width="65" height="20" align="right">{$table_data[table_data].nnamepreis} <20></td>
<td height="20">&nbsp;</td>
<td width="80" height="20">{$table_data[table_data].patronenubersicht_field_vollmax}</td>
<td width="65" height="20" align="right">{$table_data[table_data].vollmax} g</td>
<td height="20">&nbsp;</td>
<td width="100" height="20">&nbsp;</td>
<td width="65" height="20">&nbsp;</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
<td width="80">&nbsp;</td>
<td width="65">&nbsp;</td>
<td>&nbsp;</td>
<td width="80">&nbsp;</td>
<td width="65">&nbsp;</td>
<td>&nbsp;</td>
<td width="100">&nbsp;</td>
<td width="65">&nbsp;</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
<td width="610" rowspan="2" colspan="8">
<table border="1" width="100%" border="1" cellspacing="0" bordercolordark="white" bordercolorlight="lightgray">
<tr>
<td width="50%">{$table_data[table_data].hinweis_hf}&nbsp;</td>
<td width="50%">{$table_data[table_data].hinweis_eigen}&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">&nbsp;</td>
</tr>
</table>
</div>
{/section}
</body>
</html>

View File

@ -0,0 +1,77 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$praemienkatalog_titel}</div>
</div>
</div>
<form action="?action=step2" method='post' name='erfassen'>
<div class="pat_list_box">
<fieldset>
<legend>
<b>Pr&auml;mienkatalog</b>
</legend>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
<strong>{$praemienkatalog_field_klassierung}</strong>
</td>
<td>
<strong>{$praemienkatalog_field_punkte_umsetzbar}</strong>
</td>
<td>
<strong>{$praemienkatalog_field_punkte_nicht_umsetzbar}</strong>
</td>
<td>
<strong>{$praemienkatalog_field_praemie_euro}</strong>
</td>
<td>
<strong>{$praemienkatalog_field_praemie_dienstfrei}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
<tr>
<td>
Pr&auml;mienklasse {$table_data1[table_data1].klasse}
</td>
<td>
{$table_data1[table_data1].punkte_umsetzbar}
</td>
<td>
{$table_data1[table_data1].punkte_nicht_umsetzbar}
</td>
<td>
<input type="text" name="euro_{$smarty.section.table_data1.rownum}" value="{$table_data1[table_data1].praemie_euro}" size="30">&euro;
</td>
<td>
<input type="text" name="dienstfrei_{$smarty.section.table_data1.rownum}" value="{$table_data1[table_data1].praemie_dienstfrei}" size="30"> Tag(e)
</td>
</tr>
{/section}
</table>
<br />
<p align='center'>
<input type="submit" name="senden" value="Katalog speichern">
</p>
</fieldset>
</form>
<br />
<br />
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,335 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<!-- Kalender Beginn // -->
<link rel='stylesheet' href='dyncalendar/dynCalendar.css' type='text/css' media='screen'>
<script src='dyncalendar/browserSniffer.js' type='text/javascript' language='javascript'></script>
<script src='dyncalendar/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)
{
if(date<10){date='0'+date;}
if(month<10){month='0'+month;}
date_tag = date;
date_mon = month;
date_jahr = year;
document.getElementById('tag').value = date_tag;
document.getElementById('mon').value = date_mon;
document.getElementById('jahr').value = date_jahr;
}
// -->
{/literal}
</script>
<!-- Kalender Ende // -->
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,forecolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<div class="header">
<div>
<div>{$sitzung_terminieren_titel}</div>
</div>
</div>
<form action="?action=step2" method='post' name='ldap'>
<div class="pat_list_box">
{if $sitzung_terminieren_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$sitzung_terminieren_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
{if $sitzung_terminieren_datum_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $sitzung_terminieren_datum_ico == '1'}<font color="#FF0000">{/if}
<strong>{$sitzung_terminieren_field_datum}</strong>
{if $sitzung_terminieren_datum_ico == '1'}</font>{/if}
</td>
<td>
<input {if $sitzung_terminieren_tag_ico == '1'}class="errorField"{/if} type="text" name="tag" id="tag" value="{$sitzung_terminieren_tag}" size=1>.<input {if $sitzung_terminieren_mon_ico == '1'}class="errorField"{/if} type="text" name="mon" id="mon" value="{$sitzung_terminieren_mon}" size=1>.<input {if $sitzung_terminieren_jahr_ico == '1'}class="errorField"{/if} type="text" name="jahr" id="jahr" value="{$sitzung_terminieren_jahr}" size=3>
<script language='JavaScript' type='text/javascript'>
<!--
frist_cal = new dynCalendar('frist_cal', 'calendarCallback', 'dyncalendar/images/', '');
//-->
</script>
</td>
</tr>
<tr>
<td>
{if $sitzung_terminieren_uhr_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $sitzung_terminieren_uhr_ico == '1'}<font color="#FF0000">{/if}
<strong>{$sitzung_terminieren_field_uhr}</strong>
{if $sitzung_terminieren_uhr_ico == '1'}</font>{/if}
</td>
<td>
<input {if $sitzung_terminieren_std_ico == '1'}class="errorField"{/if} type="text" name="std" id="std" value="{$sitzung_terminieren_std}" size=1>:<input {if $sitzung_terminieren_min_ico == '1'}class="errorField"{/if} type="text" name="min" id="min" value="{$sitzung_terminieren_min}" size=1>
</td>
</tr>
<tr>
<td>
{if $sitzung_terminieren_raum_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $sitzung_terminieren_raum_ico == '1'}<font color="#FF0000">{/if}
<strong>{$sitzung_terminieren_field_raum}</strong>
{if $sitzung_terminieren_raum_ico == '1'}</font>{/if}
</td>
<td>
<input {if $sitzung_terminieren_raum_ico == '1'}class="errorField"{/if} type="text" name="raum" id="raum" value="{$sitzung_terminieren_raum}" size=18>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$sitzung_terminieren_field_bemerkung}</strong>
</td>
<td>
<textarea name='bemerkung' style='width:100%' rows='20' cols='5'>{$sitzung_terminieren_bemerkung}</textarea>
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="senden" value="Weiter zu Schritt 2">
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
{/if}
{if $action == 'step2'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$sitzung_terminieren_titel}</div>
</div>
</div>
<form action="?action=step3" method='post' name='ldap'>
<div class="pat_list_box">
{if $sitzung_terminieren_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$sitzung_terminieren_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td height='20pt'>
<strong>{$sitzung_terminieren_field_id}</strong>
</td>
<td>
<strong>{$sitzung_terminieren_field_betreff}</strong>
</td>
<td>
<strong>{$sitzung_terminieren_field_status}</strong>
</td>
<td align="center">
<strong>{$sitzung_terminieren_field_auswahl}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum != ''}
<tr>
<td height='25pt'>
<label for={$table_data1[table_data1].vid}>{$table_data1[table_data1].vid}</label>
</td>
<td>
<label for={$table_data1[table_data1].vid}>{$table_data1[table_data1].betreff}</label>
</td>
<td>
<label for={$table_data1[table_data1].vid}>{$table_data1[table_data1].status}</label>
</td>
<td align="center">
<input type="checkbox" id={$table_data1[table_data1].vid} name="auswahl[]" value="{$table_data1[table_data1].vid}">
<!-- Checkbox immer aktiv. Telefonat Egeler am 25.11.2013-->
<!-- {if $table_data1[table_data1].stat == '0'} -->
<!-- {/if} -->
</td>
</tr>
{/if}
{/section}
<tr>
<td colspan="4" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="4" align="center">
<input type="submit" name="senden" value="Weiter zu Schritt 3">
</td>
</tr>
<tr>
<td colspan="4" align="center">
&nbsp;
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
{/if}
{if $action == 'step3'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$sitzung_terminieren_titel_success_titel}</div>
</div>
</div>
<form action="?action=step3" method='post' name='ldap'>
<div class="pat_list_box">
<br />
<br />
<br />
<br />
<p align="center">{$sitzung_terminieren_titel_success_text}</p>
<br />
<br />
<br />
<br />
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,118 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<div class="header">
<div>
<div>{$sitzung_vertretung_titel}</div>
</div>
</div>
<div class="pat_list_box">
{if $sitzung_vertretung_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$sitzung_vertretung_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" height="90%" border="0">
<tr>
<td valign='top'>
<form action="?action=step1" method='post' name='ldap'>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td width="90%" valign="top">
<strong>{$sitzung_vertretung_field_name}</strong>
</td>
<td align="center" width="10%" valign="top">
<strong>{$sitzung_vertretung_field_auswahl}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum != ''}
<tr>
<td width="90%" valign="top">
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
</td>
<td align="center" width="10%" valign="top">
<input type="radio" name="auswahl" value="{$table_data1[table_data1].imtuid}">
</td>
</tr>
{/if}
{/section}
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="senden" value="Abschicken">
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
</body>
</html>
{/if}
{if $action == 'step1'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$sitzung_vertretung_titel_success_titel}</div>
</div>
</div>
<form action="?action=step3" method='post' name='ldap'>
<div class="pat_list_box">
<br />
<br />
<br />
<br />
<p align="center">{$sitzung_vertretung_titel_success_text}</p>
<br />
<br />
<br />
<br />
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,481 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<script type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"></script>
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe',
onCleanup : function() {
return window.location.reload();
}
});
});
</script>
</head>
<body>
<br />
<br />
<form action="?action=step1" method='post' name='ldap'>
<div class="header">
<div>
<div>{$sitzung_verwalten_titel}</div>
</div>
</div>
<div class="pat_list_box">
{if $sitzung_verwalten_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$sitzung_verwalten_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="90%" border="0">
<tr>
<td width="10%" valign="top">
<strong>{$sitzung_verwalten_field_datum1}</strong>
</td>
<td width="10%" valign="top">
<strong>{$sitzung_verwalten_field_zeit1}</strong>
</td>
<td width="10%" valign="top">
<strong>{$sitzung_verwalten_field_raum1}</strong>
</td>
<td valign="top">
<strong>{$sitzung_verwalten_field_beschreibung1}</strong>
</td>
<td valign="top">
<strong>{$sitzung_verwalten_field_status1}</strong>
</td>
<td width="10%" valign="top" align="center">
<strong>{$sitzung_verwalten_field_vorlage1}</strong>
</td>
<td width="10%" valign="top" align="center">
<strong>{$sitzung_verwalten_field_auswahl1}</strong>
</td>
</tr>
{section name=outer_loop loop=$outer_loop}
{if $smarty.section.outer_loop.rownum != ''}
<tr>
<td width="10%" valign="top">
{$outer_loop[outer_loop].datum_form}
</td>
<td width="10%" valign="top">
{$outer_loop[outer_loop].zeit_form}
</td>
<td width="10%" valign="top">
{$outer_loop[outer_loop].raum}
</td>
<td valign="top">
{$outer_loop[outer_loop].beschreibung}
</td>
<td valign="top">
<table>
{section name=inner loop=$outer_loop[outer_loop].inner}
{if $smarty.section.inner.rownum != ''}
<tr>
<td>
{$outer_loop[outer_loop].inner[inner].vorname}&nbsp;{$outer_loop[outer_loop].inner[inner].nachname}:
</td>
<td>
{$outer_loop[outer_loop].inner[inner].zustimmung}
</td>
</tr>
{/if}
{/section}
</table>
</td>
<td width="10%" valign="top" align="center">
<a href="prints/sitzung_pdf.php?isid={$outer_loop[outer_loop].isid}&output=D"><img src="templates/{$global_template}/images/ico_pdf.gif" border="0"></a>
</td>
<td width="10%" valign="top" align="center">
{if $outer_loop[outer_loop].status > '0'}
<input type="radio" name="auswahl" value="{$outer_loop[outer_loop].isid}">
{/if}
</td>
</tr>
{/if}
{/section}
<tr>
<td colspan="5" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="5" align="center">
<input type="submit" name="senden" value="Abschicken">
</td>
</tr>
<tr>
<td colspan="5" align="center">
&nbsp;
</td>
</tr>
</table>
</table>
</div>
</body>
</html>
{/if}
{if $action == 'step1'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<!-- Kalender Beginn // -->
<link rel='stylesheet' href='dyncalendar/dynCalendar.css' type='text/css' media='screen'>
<script src='dyncalendar/browserSniffer.js' type='text/javascript' language='javascript'></script>
<script src='dyncalendar/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)
{
if(date<10){date='0'+date;}
if(month<10){month='0'+month;}
date_tag = date;
date_mon = month;
date_jahr = year;
document.getElementById('tag').value = date_tag;
document.getElementById('mon').value = date_mon;
document.getElementById('jahr').value = date_jahr;
}
// -->
{/literal}
</script>
<!-- Kalender Ende // -->
<script language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'></script>
<script type='text/javascript'>
{literal}
function myCustomInitInstance(inst) {
if(inst.editorId != 'mce_fullscreen')
inst.execCommand('mceFullScreen');
}
tinyMCE.init({
// General options
language: 'de',
mode : 'textareas',
theme : 'advanced',
plugins : 'save,autosave,safari,style,table,advhr,advimage,advlink,iespell,insertdatetime,preview,searchreplace,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template',
remove_linebreaks : true,
force_br_newlines : true,
force_p_newlines : false,
forced_root_block : '',
apply_source_formatting : true,
convert_newlines_to_brs : true,
// init_instance_callback : 'myCustomInitInstance',
// Theme options
theme_advanced_buttons1 : 'undo,redo,|,bold,italic,underline,strikethrough,|,forecolor,|,justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,preview,|,link,unlink,anchor',
theme_advanced_buttons2 : 'tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,|,fullscreen',
theme_advanced_buttons3 : '',
theme_advanced_toolbar_location : 'top',
theme_advanced_toolbar_align : 'left',
theme_advanced_statusbar_location : 'bottom',
theme_advanced_resizing : true,
// Example content CSS (should be your site CSS)
content_css : 'css/example.css',
// Drop lists for link/image/media/template dialogs
template_external_list_url : 'js/template_list.js',
external_link_list_url : 'js/link_list.js',
external_image_list_url : 'js/image_list.js',
media_external_list_url : 'js/media_list.js',
autosave_ask_before_unload : false
});
{/literal}
</script>
</head>
<body onload="if(document.ldap)document.ldap.suchstring.focus();return false;">
<br />
<br />
<div class="header">
<div>
<div>{$sitzung_verwalten_titel}</div>
</div>
</div>
<form action="?action=step2" method='post' name='ldap'>
<div class="pat_list_box">
{if $sitzung_verwalten_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$sitzung_verwalten_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
{if $sitzung_verwalten_datum_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $sitzung_verwalten_datum_ico == '1'}<font color="#FF0000">{/if}
<strong>{$sitzung_verwalten_field_datum}</strong>
{if $sitzung_verwalten_datum_ico == '1'}</font>{/if}
</td>
<td>
<input {if $sitzung_verwalten_tag_ico == '1'}class="errorField"{/if} type="text" name="tag" id="tag" value="{$sitzung_verwalten_tag}" size=1>.<input {if $sitzung_verwalten_mon_ico == '1'}class="errorField"{/if} type="text" name="mon" id="mon" value="{$sitzung_verwalten_mon}" size=1>.<input {if $sitzung_verwalten_jahr_ico == '1'}class="errorField"{/if} type="text" name="jahr" id="jahr" value="{$sitzung_verwalten_jahr}" size=3>
<script language='JavaScript' type='text/javascript'>
<!--
frist_cal = new dynCalendar('frist_cal', 'calendarCallback', 'dyncalendar/images/', '');
//-->
</script>
</td>
</tr>
<tr>
<td>
{if $sitzung_verwalten_uhr_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $sitzung_verwalten_uhr_ico == '1'}<font color="#FF0000">{/if}
<strong>{$sitzung_verwalten_field_uhr}</strong>
{if $sitzung_verwalten_uhr_ico == '1'}</font>{/if}
</td>
<td>
<input {if $sitzung_verwalten_std_ico == '1'}class="errorField"{/if} type="text" name="std" id="std" value="{$sitzung_verwalten_std}" size=1>:<input {if $sitzung_verwalten_min_ico == '1'}class="errorField"{/if} type="text" name="min" id="min" value="{$sitzung_verwalten_min}" size=1>
</td>
</tr>
<tr>
<td>
{if $sitzung_verwalten_raum_ico == '1'}<img src="templates/{$global_template}/images/pflichtfelder/achtung_klein.gif">{/if}
{if $sitzung_verwalten_raum_ico == '1'}<font color="#FF0000">{/if}
<strong>{$sitzung_verwalten_field_raum}</strong>
{if $sitzung_verwalten_raum_ico == '1'}</font>{/if}
</td>
<td>
<input {if $sitzung_verwalten_raum_ico == '1'}class="errorField"{/if} type="text" name="raum" id="raum" value="{$sitzung_verwalten_raum}" size=18>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
&nbsp;
</td>
</tr>
<tr>
<td>
<strong>{$sitzung_verwalten_field_bemerkung}</strong>
</td>
<td>
<textarea name='bemerkung' style='width:100%' rows='20' cols='5'>{$sitzung_verwalten_bemerkung}</textarea>
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="senden" value="Weiter zu Schritt 2">
</td>
</tr>
<tr>
<td colspan="2" align="center">
&nbsp;
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
{/if}
{if $action == 'step2'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$sitzung_verwalten_titel}</div>
</div>
</div>
<form action="?action=step3" method='post' name='ldap'>
<div class="pat_list_box">
{if $sitzung_verwalten_pflichtfelder == '1'}
<table width="70%" class="errorTable" align="center">
<tr>
<td>
<img src="templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
</td>
<td><b>Achtung!</b><br>
{$sitzung_verwalten_error_text}
</td>
</tr>
</table><br>
{/if}
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td height='20pt'>
<strong>{$sitzung_verwalten_field_id}</strong>
</td>
<td>
<strong>{$sitzung_verwalten_field_betreff}</strong>
</td>
<td>
<strong>{$sitzung_verwalten_field_status}</strong>
</td>
<td align="center">
<strong>{$sitzung_verwalten_field_auswahl}</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum != ''}
<tr>
<td height='25pt'>
<label for={$table_data1[table_data1].vid}>{$table_data1[table_data1].vid}</label>
</td>
<td>
<label for={$table_data1[table_data1].vid}>{$table_data1[table_data1].betreff}</label>
</td>
<td>
<label for={$table_data1[table_data1].vid}>{$table_data1[table_data1].status}</label>
</td>
<td align="center">
{if $table_data1[table_data1].stat == '0'}
<input type="checkbox" id={$table_data1[table_data1].vid} name="auswahl[]" value="{$table_data1[table_data1].vid}" {if $table_data1[table_data1].check == '1'} checked {/if}>
{/if}
</td>
</tr>
{/if}
{/section}
<tr>
<td colspan="4" align="center">
&nbsp;
</td>
</tr>
<tr>
<td colspan="4" align="center">
<input type="submit" name="senden" value="Weiter zu Schritt 3">
</td>
</tr>
<tr>
<td colspan="4" align="center">
&nbsp;
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
{/if}
{if $action == 'step3'}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$sitzung_verwalten_titel_success_titel}</div>
</div>
</div>
<form action="?action=step3" method='post' name='ldap'>
<div class="pat_list_box">
<br />
<br />
<br />
<br />
<p align="center">{$sitzung_verwalten_titel_success_text}</p>
<br />
<br />
<br />
<br />
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,78 @@
<html>
<head>
<title>{$status_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>{$status_titel}</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="90%" height="90%">
<tr>
<td align="center" valign="top">
<table width="100%">
<tr>
<td>
<strong>ID</strong>
</td>
<td>
<strong>Betreff</strong>
</td>
<td>
<strong>Eingangsdatum</strong>
</td>
{if $status_id == '100'}
<td>
<strong>Sitzungsdatum</strong>
</td>
{/if}
<td>
<strong>Einreicher</strong>
</td>
<td align="center">
<strong>Bearbeiten</strong>
</td>
</tr>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum >= '1'}
<tr>
<td>
{$table_data1[table_data1].vid}
</td>
<td>
{$table_data1[table_data1].betreff}
</td>
<td>
{$table_data1[table_data1].erfass_dat_form}
</td>
{if $table_data1[table_data1].status_id == '100'}
<td>
{$table_data1[table_data1].sitzungsdat}
</td>
{/if}
<td>
{$table_data1[table_data1].nachname}, {$table_data1[table_data1].vorname}
</td>
<td align="center">
<a href="{$table_data1[table_data1].dateiname}?id={$table_data1[table_data1].vid}"><img title = "Vorschlag bearbeiten" border="0" height=10 src="templates/{$global_template}/images/edit.png"></a>
</td>
</tr>
{/if}
{/section}
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,37 @@
{if $action == ''}
<html>
<head>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
</head>
<body>
<br />
<br />
<div class="header">
<div>
<div>{$status_termin_titel}</div>
</div>
</div>
<div class="pat_list_box">
<table cellspacing="1" cellpadding="1" width="90%" height="90%" border="0">
<tr>
<td align="center">
{$status_termin_text}
</td>
<td>
</tr>
</table>
</div>
</body>
</html>
{/if}

View File

@ -0,0 +1,36 @@
<html>
<head>
<title>main</title>
<link rel="stylesheet" href="css/login/styles_login.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="Header">
<div>
<div>Willkommen</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="1" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" height="90%">
<tr>
<td align="center">
<b>Hallo und Herzlich Willkommen zur Bef<65>lldatenbank</b>
<br />
<br />
<br />
Bitte treffen Sie im Men<65> ihre Auswahl!
</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -0,0 +1,28 @@
<html>
<head>
<title>{$edit_titel}</title>
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
<style type='text/css'>
select { width:100%;}
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
&nbsp;
<font style="font-family:'courier new', courier, monospace; font-size:11px;">
<strong>Datum</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<strong>Bearbeiter</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<strong>Verlauf</strong>
</font>
<select name="verlauf" size="30" style="font-family:'courier new', courier, monospace; font-size:11px;">
{section name=table_data loop=$table_data}
<option>{$table_data[table_data].date_form} {$table_data[table_data].name}{$table_data[table_data].space_name}{$table_data[table_data].verlauf}{$table_data[table_data].space_verlauf}</option>
{/section}
</select>
</body>
</html>