jb-data.de/template/tpl/ifaz.tpl
2025-08-11 22:23:30 +02:00

90 lines
5.7 KiB
Smarty

<b><i><span style='font-size:16pt;line-height:115%;
color:#4F81BD'>Anzeige w&auml;hlen: </span></i></b>&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
<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}">&laquo;</a> &#160;&#160;{$kw}.KW/{$jahr}&#160;&#160;
<a class="button-blue" href="?s=ifaz&wahl=2&jahr={$jahr}&kw={$kw}">&raquo;</a></span></i></b>
{if $id>0}
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a class="button button-orange" href="?s=list_faz&jahr={$jahr}&kw={$kw}&tid={$anzeige}">PDF/Tour</a>
{else}
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <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&auml;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>