Test
This commit is contained in:
@ -0,0 +1,96 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.39, created on 2022-02-02 10:00:18
|
||||
from '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/stichworte.html' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.39',
|
||||
'unifunc' => 'content_61fa4822550591_25686263',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'c8559c7f81f2a641fde20c4ad2cbab9cafbf8739' =>
|
||||
array (
|
||||
0 => '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/stichworte.html',
|
||||
1 => 1643782500,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_61fa4822550591_25686263 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<title>Sitzplan</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/css/styles_pc.php" type="text/css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<fieldset>
|
||||
<legend class="legend1" align="center">
|
||||
<b>Stichworte zum Artikel erfassen</b>
|
||||
</legend>
|
||||
<form action=?action=save method="POST" name="save">
|
||||
<br>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width='40%'><b>Begriff:</b></td>
|
||||
<td><input type="text" name="stichwort" size="40"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='40%'><label for="sensitive"><b>Groß- Kleinschreibung beachten:</b></label></td>
|
||||
<td><label for="sensitive"><input type="checkbox" name="sensitive" id="sensitive"> Ja</label></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align='center'> <input type="submit" value="Abschicken" name="B1">
|
||||
</p>
|
||||
</form>
|
||||
<br>
|
||||
<p align="center">
|
||||
<b>Erfasste Stichworte</b>
|
||||
</p>
|
||||
<table width="100%" border="1" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Stichwort</b></td>
|
||||
<td width="10%"><b>Groß- Kleinschreibung beachten</b></td>
|
||||
<td width="10%" align='center'><b>Löschen</b></td>
|
||||
</tr>
|
||||
<?php
|
||||
$__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']++){
|
||||
?>
|
||||
<tr>
|
||||
<td><?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)]['stichwort'];?>
|
||||
</td>
|
||||
<td><?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)]['sensitive'];?>
|
||||
</td>
|
||||
<td width="10%" align='center'><a href="?action=del&luesid=<?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)]['luesid'];?>
|
||||
"><img title = 'Zuordnung löschen' border="0" height=10 src="./templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/images/drop.png"></a></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
<?php }?>
|
||||
|
||||
<?php }
|
||||
}
|
Reference in New Issue
Block a user