jb-data.de/compile/4514c32b6d21ceed1e33f18238f1d8ef851c73a8_0.file.v_tourentyp.tpl.php
2025-08-11 22:23:30 +02:00

112 lines
6.1 KiB
PHP

<?php
/* Smarty version 4.3.0, created on 2025-02-23 09:42:10
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/v_tourentyp.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.3.0',
'unifunc' => 'content_67badf624925a8_80871829',
'has_nocache_code' => false,
'file_dependency' =>
array (
'4514c32b6d21ceed1e33f18238f1d8ef851c73a8' =>
array (
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/v_tourentyp.tpl',
1 => 1705185135,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_67badf624925a8_80871829 (Smarty_Internal_Template $_smarty_tpl) {
?><!-- ***** Tourenlisten linke Seite ***** -->
<section id="content0">
<div class="wrapper"> <!-- Main Section -- linke Spalte -->
<section class="grid_8 first top">
<!-- <div class="columns">-->
<div class="column grid_3 first">
<div class="widget collapsible">
<header class="current"><h2>Touren-Bereiche</h2></header>
<section>
<table class="no-style full">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['tourentyp']->value, 't_type');
$_smarty_tpl->tpl_vars['t_type']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['t_type']->value) {
$_smarty_tpl->tpl_vars['t_type']->do_else = false;
?>
<tr>
<td style="width:110px"><a href="?s=v_tourentyp&tid=<?php echo $_smarty_tpl->tpl_vars['t_type']->value['tid'];?>
" title="Kicke zum ausw&auml;len" ><strong><?php echo $_smarty_tpl->tpl_vars['t_type']->value['tname'];?>
</strong></a></td>
<?php if ($_smarty_tpl->tpl_vars['t_type']->value['taktiv'] == 0) {?> <td style="color:#CCC"><strong><?php echo $_smarty_tpl->tpl_vars['t_type']->value['tinfotitel'];?>
</strong></td> <?php } else { ?> <td><strong><?php echo $_smarty_tpl->tpl_vars['t_type']->value['tinfotitel'];?>
</strong></td> <?php }?>
</tr>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
</table>
</section>
</div>
</div>
<!-- rechte seite -->
<div class="column grid_5 last">
<?php if ($_smarty_tpl->tpl_vars['anzeige']->value == 0) {?>
<div class="widget collapsible">
<header class="current"><h2>Info </h2></header>
<section>
<span style='font-size:10pt;line-height:115%; color:#4F81BD'>
Bitte den Touren-Typ auw&auml;hlen die Sie bearbeiten m&ouml;chten.
</span>
</section>
</div>
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// rechte seite -->
<?php } else { ?>
<!-- ///////////////// menu seite -->
<div class="widget collapsible">
<header class="current"><h2>Datenbank-ID: <?php echo $_smarty_tpl->tpl_vars['tour']->value['tid'];?>
</h2></header>
<section>
<form action="" method="post">
<table class="no-style sortable full">
<tr><td nowrap="nowrap"><strong>Kurz-Bezeichnung:</strong></td><td><input type="text" name="tname" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['tname'];?>
" style="width:220px"/></td></tr>
<tr><td nowrap="nowrap"><strong>Bezeichnung/Ziel:</strong></td><td><input type="text" name="tinfotitel" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['tinfotitel'];?>
" style="width:220px"/></td></tr>
<tr><td nowrap="nowrap"><strong>Tourbereich aktiv:</strong></td><td><input type="text" name="taktiv" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['taktiv'];?>
" style="width:30px"/> 1-aktiv / 0-inaktiv</td></td></tr> <tr>
<td nowrap="nowrap"><strong>Tagfolge:<td> <strong>Mo.</strong><input type="text" name="mo" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['mo'];?>
" style="width:25px"/>
<strong>Di.</strong><input type="text" name="di" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['di'];?>
" style="width:25px"/>
<strong>Mi.</strong><input type="text" name="mi" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['mi'];?>
" style="width:25px"/>
<strong>Do.</strong><input type="text" name="do" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['do'];?>
" style="width:25px"/>
<strong>Fr.</strong><input type="text" name="fr" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['fr'];?>
" style="width:25px"/>
<strong>Sa.</strong><input type="text" name="sa" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['sa'];?>
" style="width:25px"/>
<strong>So.</strong><input type="text" name="so" value="<?php echo $_smarty_tpl->tpl_vars['tour']->value['so'];?>
" style="width:25px"/>
</td>
</strong>
</tr>
<tr>
<td><input type="submit" name="toursave" value="Speichern" ></td>
</tr>
</table>
</form>
</section>
</div>
<?php }?>
<!-- rechte seite -->
</div>
</section>
</div>
</section>
<?php }
}