init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
103
template/tpl/a_faz.tpl
Normal file
103
template/tpl/a_faz.tpl
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
|
||||
|
||||
|
||||
<form action="" method="post">
|
||||
<select name="ma2" style="width:180px;" >
|
||||
{foreach from=$ma2 item=mam}
|
||||
{html_options values=$ma2.id output=$ma2.name selected=$ma2.monat}
|
||||
{/foreach}
|
||||
</select>
|
||||
|
||||
<select name="ma3" style="width:180px;" >
|
||||
{foreach from=$ma3 item=maj}
|
||||
{html_options values=$ma3.id output=$ma3.name selected=$ma3.jahr}
|
||||
{/foreach}
|
||||
</select>
|
||||
<input type="submit" name="save" value="Anzeigen" />
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
<b><span style='font-size:18pt;
|
||||
color:#4F81BD'>FAZ(am Sonntag) Übersicht für für Zeitraum: {$monat}/{$jahr}</span></b></p>
|
||||
<br/>
|
||||
<table class="datatable full" >
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Firma</td>
|
||||
<td>Exemplare</td>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$summe item=summe }
|
||||
<tr>
|
||||
<td> <b>{$summe.firma}</td>
|
||||
<td> <b>{$summe.menge}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
<br/>
|
||||
<table class="datatable full" >
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Datum</td>
|
||||
<td>Tour</td>
|
||||
<td>Zusteller</td>
|
||||
<td>Exemplare</td>
|
||||
<td>Info</td>
|
||||
<td>Z.Info</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach from=$tour1 item=tour1 }
|
||||
<tr>
|
||||
<td> <b>{$tour1.tag}.{$tour1.monat}.{$tour1.jahr}</td>
|
||||
<td> <b>{$tour1.tour}</td>
|
||||
<td> <b>{$tour1.fahrer}</td>
|
||||
<td> <b>{$tour1.exemplare}</td>
|
||||
<td> <b>{$tour1.infotext}</td>
|
||||
{if $tour1.fremd > 0}
|
||||
<td> <b>-</td>
|
||||
{else}
|
||||
<td> <b>Vertretung</td>
|
||||
{/if}
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue