65 lines
4.3 KiB
Smarty
65 lines
4.3 KiB
Smarty
<!-- ***** 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">
|
|
{foreach from=$tourentyp item=t_type}
|
|
<tr>
|
|
<td style="width:110px"><a href="?s=v_tourentyp&tid={$t_type.tid}" title="Kicke zum auswälen" ><strong>{$t_type.tname}</strong></a></td>
|
|
{if $t_type.taktiv==0} <td style="color:#CCC"><strong>{$t_type.tinfotitel}</strong></td> {else} <td><strong>{$t_type.tinfotitel}</strong></td> {/if}
|
|
</tr>
|
|
{/foreach}
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- rechte seite -->
|
|
<div class="column grid_5 last">
|
|
{if $anzeige==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ählen die Sie bearbeiten möchten.
|
|
</span>
|
|
</section>
|
|
</div>
|
|
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// rechte seite -->
|
|
{else}
|
|
<!-- ///////////////// menu seite -->
|
|
<div class="widget collapsible">
|
|
<header class="current"><h2>Datenbank-ID: {$tour.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="{$tour.tname}" style="width:220px"/></td></tr>
|
|
<tr><td nowrap="nowrap"><strong>Bezeichnung/Ziel:</strong></td><td><input type="text" name="tinfotitel" value="{$tour.tinfotitel}" style="width:220px"/></td></tr>
|
|
<tr><td nowrap="nowrap"><strong>Tourbereich aktiv:</strong></td><td><input type="text" name="taktiv" value="{$tour.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="{$tour.mo}" style="width:25px"/>
|
|
<strong>Di.</strong><input type="text" name="di" value="{$tour.di}" style="width:25px"/>
|
|
<strong>Mi.</strong><input type="text" name="mi" value="{$tour.mi}" style="width:25px"/>
|
|
<strong>Do.</strong><input type="text" name="do" value="{$tour.do}" style="width:25px"/>
|
|
<strong>Fr.</strong><input type="text" name="fr" value="{$tour.fr}" style="width:25px"/>
|
|
<strong>Sa.</strong><input type="text" name="sa" value="{$tour.sa}" style="width:25px"/>
|
|
<strong>So.</strong><input type="text" name="so" value="{$tour.so}" style="width:25px"/>
|
|
</td>
|
|
</strong>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="submit" name="toursave" value="Speichern" ></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</section>
|
|
</div>
|
|
{/if}
|
|
<!-- rechte seite -->
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section>
|