436 lines
13 KiB
HTML
Executable File
436 lines
13 KiB
HTML
Executable File
{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} €
|
|
</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} €
|
|
</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ä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} |