502 lines
16 KiB
HTML
Executable File
502 lines
16 KiB
HTML
Executable File
{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%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong>{$gutachten_edit_field_betreff}</strong>
|
|
</td>
|
|
<td>
|
|
{$gutachten_edit_betreff}
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong>{$gutachten_edit_field_beschreibung}</strong>
|
|
</td>
|
|
<td>
|
|
{$gutachten_edit_beschreibung}
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong>{$gutachten_edit_field_vorschlag}</strong>
|
|
</td>
|
|
<td>
|
|
{$gutachten_edit_vorschlag}
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong>{$gutachten_edit_field_nutzen1}</strong>
|
|
</td>
|
|
<td>
|
|
{$gutachten_edit_nutzen11}
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong>{$gutachten_edit_field_hinweiseigen}</strong>
|
|
</td>
|
|
<td>
|
|
{$gutachten_edit_hinweis_eigen}
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td width="50">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
</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>
|
|
|
|
</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} |