752 lines
25 KiB
PHP
Executable File
752 lines
25 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 3.1.29, created on 2018-10-31 13:47:50
|
|
from "/srv/www/htdocs-hvf/kurs/ideenmanagement/templates/modern/edit.html" */
|
|
|
|
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
|
'has_nocache_code' => false,
|
|
'version' => '3.1.29',
|
|
'unifunc' => 'content_5bd9a476bca1b2_85104701',
|
|
'file_dependency' =>
|
|
array (
|
|
'7393fcdf2a9cdccd9a2f5951b7cc1afc081590fe' =>
|
|
array (
|
|
0 => '/srv/www/htdocs-hvf/kurs/ideenmanagement/templates/modern/edit.html',
|
|
1 => 1519720786,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_5bd9a476bca1b2_85104701 ($_smarty_tpl) {
|
|
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
|
<html>
|
|
<head>
|
|
<title><?php echo $_smarty_tpl->tpl_vars['edit_titel']->value;?>
|
|
</title>
|
|
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/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" />
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="./fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
|
|
>!window.jQuery && document.write('<?php echo '<script'; ?>
|
|
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
|
|
>-->
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="./fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
|
|
>
|
|
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
|
|
$(document).ready(function() {
|
|
$(".box").fancybox({
|
|
'width' : '100%',
|
|
'height' : '100%',
|
|
'autoScale' : true,
|
|
'transitionIn' : 'elastic',
|
|
'transitionOut' : 'elastic',
|
|
'type' : 'iframe'
|
|
});
|
|
});
|
|
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<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,|,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
|
|
});
|
|
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
|
|
function senden_aktiv(){
|
|
if ( document.erfassen.versicherung.checked == true ){
|
|
document.erfassen.senden.disabled = false;
|
|
}else{
|
|
document.erfassen.senden.disabled = true;
|
|
}
|
|
}
|
|
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
|
|
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';
|
|
}
|
|
}
|
|
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
|
|
</head>
|
|
|
|
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
|
|
|
|
|
|
|
|
|
<p>
|
|
<form action="?action=save" method='post' name='erfassen'>
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['edit_pflichtfelder']->value == '1') {?>
|
|
<table width="100%" class="errorTable">
|
|
<tr>
|
|
<td>
|
|
<img src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/images/pflichtfelder/achtung_gross.gif">
|
|
</td>
|
|
<td><b>Achtung!</b><br>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_mandatory_text']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
</table><br>
|
|
<?php }?>
|
|
|
|
<table valign="top" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_id']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_id']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_ersteller']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_vorname']->value;?>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_nachname']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_mailadresse']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_mail']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_gruppe']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_beziehung']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_gruppenmitglieder']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php
|
|
$__section_table_data1_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
|
|
$__section_table_data1_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
|
|
$__section_table_data1_0_total = $__section_table_data1_0_loop;
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
|
|
if ($__section_table_data1_0_total != 0) {
|
|
for ($__section_table_data1_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_0_iteration <= $__section_table_data1_0_total; $__section_table_data1_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
|
|
?>
|
|
<a href="mailto:<?php echo $_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['mail'];?>
|
|
"><?php echo $_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['name'];?>
|
|
</a><br />
|
|
<?php
|
|
}
|
|
}
|
|
if ($__section_table_data1_0_saved) {
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
|
|
}
|
|
?>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_betreff']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_betreff']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_beschreibung']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_beschreibung']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_vorschlag']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_vorschlag']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_nutzen']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_nutzen']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_public']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_public']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_hinweiseigen']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_hinweis_eigen']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_hinweisadmin']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<textarea name='edit_hinweis_admin' style='width:100%' rows='10' cols='5'><?php echo $_smarty_tpl->tpl_vars['edit_hinweis_admin']->value;?>
|
|
</textarea>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_category']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
|
|
<select size="1" name="edit_kategorie">
|
|
<?php
|
|
$__section_table_data2_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
|
|
$__section_table_data2_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
|
|
$__section_table_data2_1_total = $__section_table_data2_1_loop;
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
|
|
if ($__section_table_data2_1_total != 0) {
|
|
for ($__section_table_data2_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_1_iteration <= $__section_table_data2_1_total; $__section_table_data2_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
|
|
?>
|
|
<option value="<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['kid'];?>
|
|
" <?php if ($_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['selected'] == '1') {?> selected <?php }?>><?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['kategorie'];?>
|
|
</option>
|
|
<?php
|
|
}
|
|
}
|
|
if ($__section_table_data2_1_saved) {
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_1_saved;
|
|
}
|
|
?>
|
|
</select>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
<div id="ausschluss1" style="display: none">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_ausschlgrund']->value;?>
|
|
</strong>
|
|
</div>
|
|
|
|
<div id="entschieden1" style="display: none">
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_entschiedengrund']->value;?>
|
|
</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%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
<input type="submit" name="senden" value="Speichern">
|
|
</td>
|
|
</tr>
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['edit_ablehnen_bttn']->value == '1') {?>
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="50%">
|
|
|
|
</td>
|
|
<td>
|
|
<a href="?action=ablehnung&vid=<?php echo $_smarty_tpl->tpl_vars['edit_ablehnen_vid']->value;?>
|
|
"><?php echo $_smarty_tpl->tpl_vars['edit_ablehnen_bttn_text']->value;?>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<?php }?>
|
|
</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><?php echo $_smarty_tpl->tpl_vars['edit_field_datum']->value;?>
|
|
</strong>
|
|
</td>
|
|
<td>
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_field_status']->value;?>
|
|
</strong>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<?php
|
|
$__section_table_data3_2_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3'] : false;
|
|
$__section_table_data3_2_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data3']->value) ? count($_loop) : max(0, (int) $_loop));
|
|
$__section_table_data3_2_total = $__section_table_data3_2_loop;
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data3'] = new Smarty_Variable(array());
|
|
if ($__section_table_data3_2_total != 0) {
|
|
for ($__section_table_data3_2_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] = 0; $__section_table_data3_2_iteration <= $__section_table_data3_2_total; $__section_table_data3_2_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']++){
|
|
?>
|
|
<?php if ($_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['status'] != '') {?>
|
|
<tr>
|
|
<td width="50%">
|
|
<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['datum1'];?>
|
|
|
|
</td>
|
|
<td>
|
|
<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['status'];?>
|
|
<?php if ($_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['info'] == '1') {?><a class="box" href="info_entscheid.php?vid=<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['edit_id'];?>
|
|
"><img src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/images/i.jpg" title="Informationen zur Entscheidung" border="0"></a><?php }?>
|
|
</td>
|
|
</tr>
|
|
<?php }?>
|
|
<?php
|
|
}
|
|
}
|
|
if ($__section_table_data3_2_saved) {
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data3'] = $__section_table_data3_2_saved;
|
|
}
|
|
?>
|
|
|
|
</table>
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
<?php }?>
|
|
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'save1') {?>
|
|
|
|
|
|
<html>
|
|
<head>
|
|
<title><?php echo $_smarty_tpl->tpl_vars['edit_abgeschlossen_titel']->value;?>
|
|
</title>
|
|
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_refill.css">
|
|
</head>
|
|
|
|
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
|
|
|
<div class="header">
|
|
<div>
|
|
<div><?php echo $_smarty_tpl->tpl_vars['edit_abgeschlossen_titel']->value;?>
|
|
</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><?php echo $_smarty_tpl->tpl_vars['edit_abgeschlossen_text1']->value;?>
|
|
</h3>
|
|
<br />
|
|
<br />
|
|
<?php echo $_smarty_tpl->tpl_vars['edit_abgeschlossen_text2']->value;?>
|
|
<strong><?php echo $_smarty_tpl->tpl_vars['edit_id']->value;?>
|
|
</strong>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
<?php }?>
|
|
|
|
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'ablehnung') {?>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_refill.css">
|
|
<?php echo '<script'; ?>
|
|
language='javascript' type='text/javascript' src='tinymce/jscripts/tiny_mce/tiny_mce.js'><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<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
|
|
});
|
|
<?php echo '</script'; ?>
|
|
>
|
|
</head>
|
|
|
|
<body>
|
|
<br />
|
|
<br />
|
|
|
|
<form action="?action=ablehnung2" method='post' name='ldap'>
|
|
<div class="header">
|
|
<div>
|
|
<div><?php echo $_smarty_tpl->tpl_vars['edit_ablehnung_field_begruendung']->value;?>
|
|
</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ück" onclick="window.location.href='?'">
|
|
|
|
<input type="submit" name="senden" value="Vorschlag ablehnen">
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
<?php }?>
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'ablehnung2') {?>
|
|
<html>
|
|
<head>
|
|
<title><?php echo $_smarty_tpl->tpl_vars['edit_ablehnung_titel']->value;?>
|
|
</title>
|
|
<link type="text/css" rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_refill.css">
|
|
</head>
|
|
|
|
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
|
|
|
<div class="header">
|
|
<div>
|
|
<div><?php echo $_smarty_tpl->tpl_vars['edit_ablehnung_titel']->value;?>
|
|
</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><?php echo $_smarty_tpl->tpl_vars['edit_ablehnung_text']->value;?>
|
|
</b>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
<?php }
|
|
}
|
|
}
|