90 lines
5.7 KiB
Smarty
90 lines
5.7 KiB
Smarty
<b><i><span style='font-size:16pt;line-height:115%;
|
|
color:#4F81BD'>Anzeige wählen: </span></i></b>   
|
|
|
|
          
|
|
<b><i><span style='font-size:10pt;line-height:115%; color:#4F81BD'><a class="button-blue" href="?s=ifaz&wahl=1&jahr={$jahr}&kw={$kw}">«</a>   {$kw}.KW/{$jahr}  
|
|
<a class="button-blue" href="?s=ifaz&wahl=2&jahr={$jahr}&kw={$kw}">»</a></span></i></b>
|
|
{if $id>0}
|
|
           <a class="button button-orange" href="?s=list_faz&jahr={$jahr}&kw={$kw}&tid={$anzeige}">PDF/Tour</a>
|
|
{else}
|
|
           <a class="button button-blue" href="?s=list_faz_gesamt&jahr={$jahr}&kw={$kw}&tid={$anzeige} " target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')">PDF/komplett</a>
|
|
{/if}
|
|
</p>
|
|
<!-- ***** 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_1 first">
|
|
|
|
<div class="widget collapsible">
|
|
<header class="current"><h2><h2>FAZ-Tour Auswahl</h2></header>
|
|
<section>
|
|
<table class="no-style full">
|
|
<thead>
|
|
{foreach from=$tourenlist15 item=tourenlist}
|
|
<tr>
|
|
<td><a href="?s=ifaz&id={$tourenlist.id}&jahr={$jahr}&kw={$kw}" title="Kicke zum auswälen" >{$tourenlist.tour}</a></td>
|
|
<!-- <td>{$tourenlist.infotitel}</td> -->
|
|
</tr>
|
|
{/foreach}
|
|
</thead>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- rechte seite -->
|
|
<div class="column grid_7 last">
|
|
<div class="widget collapsible">
|
|
<header class="current"><h2>FAZ {$tag}.{$monat}.{$jahr}</h2></header>
|
|
<section>
|
|
<table class="no-style full">
|
|
<tbody>
|
|
{foreach from=$faz_tour item=tour}
|
|
<tr>
|
|
<td style="width:80px"><b>{$tour.tag}.{$tour.monat}.{$tour.jahr}</td>
|
|
<td style="width:280px"><b>{$tour.name}</td>
|
|
<!-- <td style="width:120px"><b>{$tour.name2}</td>-->
|
|
<td style="width:270px"><b>{$tour.name3}</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:80px"><b> </td>
|
|
<td style="width:280px"><b>{$tour.strasse} {$tour.hnr} {$tour.hnrz}</td>
|
|
|
|
{if $tour.pause>0}
|
|
<td style="width:90px"><b>Abo: {$tour.abo}</td>
|
|
<td style="width:90px"><span style='color:#FF0000'><b>Pause !!</td>
|
|
<td style="width:90px"> </td>
|
|
{elseif $tour.umleitung>0}
|
|
<td style="width:90px"><b>Abo: {$tour.abo}</td>
|
|
<td style="width:90px"><span style='color:#FF0000'><b>Pause !!</td>
|
|
<td style="width:90px"><span style='color:#FF0000'><b>Umleitung !!</td>
|
|
{else}
|
|
<td style="width:90px"><b>Abo: {$tour.abo}</td>
|
|
<td style="width:90px"> </td>
|
|
<td style="width:90px"> </td>
|
|
{/if}
|
|
</tr>
|
|
<tr>
|
|
<td style="width:80px"><b> </td>
|
|
<td style="width:280px"><b>0{$tour.plz} {$tour.ort}-{$tour.ortsteil}</td>
|
|
<td style="width:200px"><b>{$tour.bemerkung}</td>
|
|
<td style="width:70px"><b>{$tour.telefon}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> <hr style="color: red; height: 1px;" /> </td>
|
|
<td> <hr style="color: red; height: 1px;" /> </td>
|
|
<td> <hr style="color: red; height: 1px;" /> </td>
|
|
<td> <hr style="color: red; height: 1px;" /> </td>
|
|
<td> <hr style="color: red; height: 1px;" /> </td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
<!-- rechte seite -->
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section>
|