275 lines
18 KiB
Smarty
275 lines
18 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=paktuell&wahl=1&jahr={$jahr}&monat={$monat}">«</a>   {$monat}/{$jahr}  
|
|
<a class="button-blue" href="?s=paktuell&wahl=2&jahr={$jahr}&monat={$monat}">»</a></span></i></b>
|
|
           <a class="button button-orange" href="?s=list_paktuell&jahr={$jahr}&monat={$monat}&tag={$tag}&tid={$anzeige}">PDF/Monat</a>
|
|
</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>Auswahl</h2></header>
|
|
<section>
|
|
<table class="paginate">
|
|
<thead>
|
|
{foreach from=$tage item=tage}
|
|
<tr>
|
|
{if $tage.tagt==1} <td><font color="#A8A5A5">-- {$tage.kw}.KW --</td></tr><tr> {/if}
|
|
{if $tage.aktiv>0}
|
|
<td style="background:#FF0"><a href="?s=paktuell&jahr={$jahr}&monat={$monat}&tag={$tage.tag}" title="Kicke zum auswälen">{$tage.datum}</td>
|
|
{else}
|
|
<td><a href="?s=paktuell&jahr={$jahr}&monat={$monat}&tag={$tage.tag}" title="Kicke zum auswälen" >{$tage.datum}</td>
|
|
{/if}
|
|
</tr>
|
|
{/foreach}
|
|
</thead>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- rechte seite -->
|
|
<div class="column grid_5 last">
|
|
<!-- ///////////////// menu seite -->
|
|
<div class="widget collapsible">
|
|
<div class="widget">
|
|
<header class="current"><h2>PVL Gerichshain für: {$tag}.{$monat}.{$jahr}</h2></header>
|
|
<section>
|
|
<!-- Gerichshain -->
|
|
<table class="no-style full">
|
|
<thead>
|
|
<tr>
|
|
<th>Tour</th>
|
|
<th>Fahrer</th>
|
|
<th>Fahrzeug</th>
|
|
<th>Bemerkung</th>
|
|
<th>SMS</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<form action="" method="post">
|
|
{foreach from=$tag_tour2 item=tour}
|
|
<tr>
|
|
<td nowrap style="width:60px"><b> {$tour.tour}</td>
|
|
<!-- --------------------------- fahrer -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrer]" style="width:160px;" >
|
|
{foreach from=$tour.fahrer_array item=allfahrer}
|
|
{html_options values=$allfahrer.id output=$allfahrer.name selected=$tour.fahrer_id}
|
|
{/foreach}
|
|
</select>
|
|
|
|
</td>
|
|
<!-- --------------------------- Fahrzeug -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrzeug]" style="width:100px;" >
|
|
|
|
{foreach from=$tour.auto_array item=allauto}
|
|
{html_options values=$allauto.id output=$allauto.kz selected=$tour.auto_id}
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
<td><input type="text" value="{$tour.infotext}" style="width:240px;" name="list[{$tour.tid}][infotext]"></center></td>
|
|
<td> <center>
|
|
<input type="hidden" name="sendtour" value="{$tour.id}"/>
|
|
{if $tour.smsid==0 && $tour.fahrer_id>0 && $tour.fahrer_id!=1009}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/sms2.png"/>{/if}
|
|
{if $tour.smsid>0 && $tour.fahrer_id>0}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/okay.png"/>{/if}
|
|
{if $tour.fahrer_id==0 || $tour.fahrer_id==1009} <input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/nosms.png"/>{/if}
|
|
</center>
|
|
</td>
|
|
<input type="hidden" name="list[{$tour.tid}][tid]" value="{$tour.id}"/>
|
|
</tr>
|
|
{/foreach}
|
|
<td></td> <td></td> <td></td> <td><input type="submit" name="testsave" value="kompl. Liste Speichern"></td>
|
|
</form>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
<!-- LVZ -->
|
|
<div class="widget">
|
|
<header class="current"><h2>LVZ Stahmeln für: {$tag}.{$monat}.{$jahr}</h2></header>
|
|
<section>
|
|
<table class="no-style full">
|
|
<thead>
|
|
<tr>
|
|
<th>Tour</th>
|
|
<th>Fahrer</th>
|
|
<th>Fahrzeug</th>
|
|
<th>Bemerkung</th>
|
|
<th>SMS</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<form action="" method="post">
|
|
{foreach from=$lvz_tour2 item=tour}
|
|
<tr>
|
|
<td nowrap style="width:60px"><b> {$tour.tour}</td>
|
|
<!-- --------------------------- fahrer -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrer]" style="width:160px;" >
|
|
{foreach from=$tour.fahrer_array item=allfahrer}
|
|
{html_options values=$allfahrer.id output=$allfahrer.name selected=$tour.fahrer_id}
|
|
{/foreach}
|
|
</select>
|
|
|
|
</td>
|
|
<!-- --------------------------- Fahrzeug -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrzeug]" style="width:100px;" >
|
|
|
|
{foreach from=$tour.auto_array item=allauto}
|
|
{html_options values=$allauto.id output=$allauto.kz selected=$tour.auto_id}
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
<td><input type="text" value="{$tour.infotext}" style="width:240px;" name="list[{$tour.tid}][infotext]"></center></td>
|
|
<td> <center>
|
|
<input type="hidden" name="sendtour" value="{$tour.id}"/>
|
|
{if $tour.smsid==0 && $tour.fahrer_id>0 && $tour.fahrer_id!=1009}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/sms2.png"/>{/if}
|
|
{if $tour.smsid>0 && $tour.fahrer_id>0}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/okay.png"/>{/if}
|
|
{if $tour.fahrer_id==0 || $tour.fahrer_id==1009} <input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/nosms.png"/>{/if}
|
|
</center>
|
|
</td>
|
|
<input type="hidden" name="list[{$tour.tid}][tid]" value="{$tour.id}"/>
|
|
</tr>
|
|
{/foreach}
|
|
<td></td> <td></td> <td></td> <td><input type="submit" name="testsave" value="kompl. Liste Speichern"></td>
|
|
</form>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
<!-- PIN AG -->
|
|
<div class="widget">
|
|
<header class="current"><h2>PIN AG Stahmeln für: {$tag}.{$monat}.{$jahr}</h2></header>
|
|
<section>
|
|
<table class="no-style full">
|
|
<thead>
|
|
<tr>
|
|
<th>Tour</th>
|
|
<th>Fahrer</th>
|
|
<th>Fahrzeug</th>
|
|
<th>Bemerkung</th>
|
|
<th>SMS</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<form action="" method="post">
|
|
{foreach from=$pin_tour2 item=tour}
|
|
<tr>
|
|
<td nowrap style="width:60px"><b> {$tour.tour}</td>
|
|
<!-- --------------------------- fahrer -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrer]" style="width:160px;" >
|
|
{foreach from=$tour.fahrer_array item=allfahrer}
|
|
{html_options values=$allfahrer.id output=$allfahrer.name selected=$tour.fahrer_id}
|
|
{/foreach}
|
|
</select>
|
|
|
|
</td>
|
|
<!-- --------------------------- Fahrzeug -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrzeug]" style="width:100px;" >
|
|
|
|
{foreach from=$tour.auto_array item=allauto}
|
|
{html_options values=$allauto.id output=$allauto.kz selected=$tour.auto_id}
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
<td><input type="text" value="{$tour.infotext}" style="width:240px;" name="list[{$tour.tid}][infotext]"></center></td>
|
|
<td> <center>
|
|
<input type="hidden" name="sendtour" value="{$tour.id}"/>
|
|
{if $tour.smsid==0 && $tour.fahrer_id>0 && $tour.fahrer_id!=1009}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/sms2.png"/>{/if}
|
|
{if $tour.smsid>0 && $tour.fahrer_id>0}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/okay.png"/>{/if}
|
|
{if $tour.fahrer_id==0 || $tour.fahrer_id==1009} <input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/nosms.png"/>{/if}
|
|
</center>
|
|
</td>
|
|
<input type="hidden" name="list[{$tour.tid}][tid]" value="{$tour.id}"/>
|
|
</tr>
|
|
{/foreach}
|
|
<td></td> <td></td> <td></td> <td><input type="submit" name="testsave" value="kompl. Liste Speichern"></td>
|
|
</form>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
<!-- essen -->
|
|
<div class="widget">
|
|
<header class="current"><h2>Essen nach Grimma für: {$tag}.{$monat}.{$jahr}</h2></header>
|
|
<section>
|
|
<table class="no-style full">
|
|
<thead>
|
|
<tr>
|
|
<th>Tour</th>
|
|
<th>Fahrer</th>
|
|
<th>Fahrzeug</th>
|
|
<th>Bemerkung</th>
|
|
<th>SMS</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<form action="" method="post">
|
|
{foreach from=$etrp_tour2 item=tour}
|
|
<tr>
|
|
<td nowrap style="width:60px"><b> {$tour.tour}</td>
|
|
<!-- --------------------------- fahrer -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrer]" style="width:160px;" >
|
|
{foreach from=$tour.fahrer_array item=allfahrer}
|
|
{html_options values=$allfahrer.id output=$allfahrer.name selected=$tour.fahrer_id}
|
|
{/foreach}
|
|
</select>
|
|
|
|
</td>
|
|
<!-- --------------------------- Fahrzeug -->
|
|
<td><center>
|
|
<select name="list[{$tour.tid}][Fahrzeug]" style="width:100px;" >
|
|
|
|
{foreach from=$tour.auto_array item=allauto}
|
|
{html_options values=$allauto.id output=$allauto.kz selected=$tour.auto_id}
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
<td><input type="text" value="{$tour.infotext}" style="width:240px;" name="list[{$tour.tid}][infotext]"></center></td>
|
|
<td> <center>
|
|
<input type="hidden" name="sendtour" value="{$tour.id}"/>
|
|
{if $tour.smsid==0 && $tour.fahrer_id>0 && $tour.fahrer_id!=1009}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/sms2.png"/>{/if}
|
|
{if $tour.smsid>0 && $tour.fahrer_id>0}<input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/okay.png"/>{/if}
|
|
{if $tour.fahrer_id==0 || $tour.fahrer_id==1009} <input type="image" name="smssenden" value="{$tour.id}" src="template/images/icon/nosms.png"/>{/if}
|
|
</center>
|
|
</td>
|
|
<input type="hidden" name="list[{$tour.tid}][tid]" value="{$tour.id}"/>
|
|
</tr>
|
|
{/foreach}
|
|
<td></td> <td></td> <td></td> <td><input type="submit" name="testsave" value="kompl. Liste Speichern"></td>
|
|
</form>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div> </div> </div>
|
|
|
|
<!-- rechte seite -->
|
|
|
|
<div class="column grid_2 last">
|
|
<!-- ///////////////// menu seite -->
|
|
<div class="widget collapsible">
|
|
<header class="current"><h2>Kalender für {$datumland}</h2></header>
|
|
<section>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf1 item=maf1 }
|
|
<td> {$maf1.fahrer}</td>
|
|
<td> <img src="/template/images/icon/{$maf1.icon}" width="16" height="16"/></td>
|
|
<td> {$maf1.bez}</td>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section>
|