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

256 lines
No EOL
14 KiB
Smarty

<!-- Main Section -- linke Spalte -->
<section class="grid_6 first top">
<div class="columns">
<div class="column grid_3 first">
<div class="widget collapsible">
<header class="current"><h2>LVZ-Tourenplanung {$tag1}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$lvz1 item=lvz1 }
<td> <b>{$lvz1.fahrer}</td>
<td> <b>{$lvz1.tour}</td>
<td> <b>{$lvz1.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>GH-Tourenplanung {$tag1}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$gh1 item=gh1 }
<td> <b>{$gh1.fahrer}</td>
<td> <b>{$gh1.tour}</td>
<td> <b>{$gh1.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>PIN-Tourenplanung {$tag1}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$pin1 item=pin1 }
<td> <b>{$pin1.fahrer}</td>
<td> <b>{$pin1.tour}</td>
<td> <b>{$pin1.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>Post-Tourenplanung {$tag1}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$post1 item=post1 }
<td> <b>{$post1.fahrer}</td>
<td> <b>{$post1.tour}</td>
<td> <b>{$post1.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>sonst.-Tourenplanung {$tag1}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$werb1 item=werb1 }
<td> <b>{$werb1.fahrer}</td>
<td> <b>{$werb1.tour}</td>
<td> <b>{$werb1.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
</div>
<div class="column grid_3 last">
<div class="widget collapsible">
<header class="current"><h2>LVZ-Tourenplanung {$tag2}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$lvz2 item=lvz2 }
<td> <b>{$lvz2.fahrer}</td>
<td> <b>{$lvz2.tour}</td>
<td> <b>{$lvz2.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>GH-Tourenplanung {$tag2}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$gh2 item=gh2 }
<td> <b>{$gh2.fahrer}</td>
<td> <b>{$gh2.tour}</td>
<td> <b>{$gh2.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>PIN-Tourenplanung {$tag2}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$pin2 item=pin2 }
<td> <b>{$pin2.fahrer}</td>
<td> <b>{$pin2.tour}</td>
<td> <b>{$pin2.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>Post-Tourenplanung {$tag2}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$post2 item=post2 }
<td> <b>{$post2.fahrer}</td>
<td> <b>{$post2.tour}</td>
<td> <b>{$post2.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>sonst.-Tourenplanung {$tag2}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$werb2 item=werb1 }
<td> <b>{$werb2.fahrer}</td>
<td> <b>{$werb2.tour}</td>
<td> <b>{$werb2.kennz}</td></b>
</tbody> {/foreach}
</table>
</section>
</div>
</div>
<div class="clear">&nbsp;</div>
</section>
<!-- Main Section End -->
<!-- Sidebar -->
<aside class="grid_2 top">
<div class="widget collapsible">
<header class="current"><h2>Mitarbeiter {$day1}</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 class="widget collapsible">
<header class="current"><h2>Mitarbeiter {$day2}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$maf2 item=maf2 }
<td> {$maf2.fahrer}</td>
<td> <img src="/template/images/icon/{$maf2.icon}" width="16" height="16"/></td>
<td> {$maf2.bez}</td>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>Mitarbeiter {$day3}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$maf3 item=maf3 }
<td> {$maf3.fahrer}</td>
<td> <img src="/template/images/icon/{$maf3.icon}" width="16" height="16"/></td>
<td> {$maf3.bez}</td>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>Mitarbeiter {$day4}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$maf4 item=maf4 }
<td> {$maf4.fahrer}</td>
<td> <img src="/template/images/icon/{$maf4.icon}" width="16" height="16"/></td>
<td> {$maf4.bez}</td>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>Mitarbeiter {$day5}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$maf5 item=maf5 }
<td> {$maf5.fahrer}</td>
<td> <img src="/template/images/icon/{$maf5.icon}" width="16" height="16"/></td>
<td> {$maf5.bez}</td>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>Mitarbeiter {$day6}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$maf6 item=maf6 }
<td> {$maf6.fahrer}</td>
<td> <img src="/template/images/icon/{$maf6.icon}" width="16" height="16"/></td>
<td> {$maf6.bez}</td>
</tbody> {/foreach}
</table>
</section>
</div>
<div class="widget collapsible">
<header class="current"><h2>Mitarbeiter {$day7}</h2></header>
<section>
<table class="no-style full">
<tbody> {foreach from=$maf7 item=maf7 }
<td> {$maf7.fahrer}</td>
<td> <img src="/template/images/icon/{$maf7.icon}" width="16" height="16"/></td>
<td> {$maf7.bez}</td>
</tbody> {/foreach}
</table>
</section>
</div>
</aside>
<!-- Sidebar End -->
<div class="clear"></div>
</div>
<div id="push"></div>
</section>
</div>