ideenmanagement/templates/modern/ansicht_entschieden.html
2023-03-09 11:22:13 +01:00

500 lines
16 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">
{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}