first commit
This commit is contained in:
72
templates_c/7e620e4929c2409c00333a65441c6d693b1ebe7a_0.file.verlauf.html.php
Executable file
72
templates_c/7e620e4929c2409c00333a65441c6d693b1ebe7a_0.file.verlauf.html.php
Executable file
@ -0,0 +1,72 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2018-02-27 10:24:01
|
||||
from "D:\xampp\htdocs\kurs\utf8\ideenmanagement\templates\modern\verlauf.html" */
|
||||
|
||||
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
||||
'has_nocache_code' => false,
|
||||
'version' => '3.1.29',
|
||||
'unifunc' => 'content_5a9523b1487b07_86326669',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'7e620e4929c2409c00333a65441c6d693b1ebe7a' =>
|
||||
array (
|
||||
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\ideenmanagement\\templates\\modern\\verlauf.html',
|
||||
1 => 1519723439,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5a9523b1487b07_86326669 ($_smarty_tpl) {
|
||||
?>
|
||||
<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:100%;}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
||||
|
||||
|
||||
|
||||
<font style="font-family:'courier new', courier, monospace; font-size:11px;">
|
||||
<strong>Datum</strong>
|
||||
<strong>Bearbeiter</strong>
|
||||
<strong>Verlauf</strong>
|
||||
</font>
|
||||
<select name="verlauf" size="30" style="font-family:'courier new', courier, monospace; font-size:11px;">
|
||||
<?php
|
||||
$__section_table_data_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data'] : false;
|
||||
$__section_table_data_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data']->value) ? count($_loop) : max(0, (int) $_loop));
|
||||
$__section_table_data_0_total = $__section_table_data_0_loop;
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data'] = new Smarty_Variable(array());
|
||||
if ($__section_table_data_0_total != 0) {
|
||||
for ($__section_table_data_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] = 0; $__section_table_data_0_iteration <= $__section_table_data_0_total; $__section_table_data_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']++){
|
||||
?>
|
||||
<option><?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['date_form'];?>
|
||||
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['name'];
|
||||
echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['space_name'];
|
||||
echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['verlauf'];
|
||||
echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['space_verlauf'];?>
|
||||
</option>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
if ($__section_table_data_0_saved) {
|
||||
$_smarty_tpl->tpl_vars['__smarty_section_table_data'] = $__section_table_data_0_saved;
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
|
||||
|
||||
</body>
|
||||
</html><?php }
|
||||
}
|
Reference in New Issue
Block a user