init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
130
template/tpl/11_index.tpl
Normal file
130
template/tpl/11_index.tpl
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
|
||||
<h1> Hallo, {$ma_info.name}</h1>
|
||||
<section id="content">
|
||||
<div class="wrapper">
|
||||
<section class="grid_8 first left">
|
||||
<div class="columns">
|
||||
<div class="column grid_5 first">
|
||||
<div class="widget">
|
||||
<header class="current"><h2><span style='color:#0000FF'>Ihre Einsatzplanung Heute ({$tag1})</span></h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<tbody> {foreach from=$ma_tour1 item=tour }
|
||||
<td style="width:50px"><b>{$tour.tour}</td>
|
||||
<td style="width:50px"><b>{$tour.zeit} Uhr</td>
|
||||
<td style="width:40px"><b>{$tour.gewicht} kg</td>
|
||||
<td style="width:50px"><b>{$tour.auto}</td>
|
||||
<td style="width:100px"><b><span style='color:#FF0000'>{$tour.infotext}</td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="widget">
|
||||
<header class="current"><h2><span style='color:#0000FF'>Ihre Einsatzplanung Morgen ({$tag2})</h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<tbody> {foreach from=$ma_tour2 item=tour }
|
||||
<td style="width:50px"><b>{$tour.tour}</td>
|
||||
<td style="width:50px"><b>{$tour.zeit} Uhr</td>
|
||||
<td style="width:40px"><b>{$tour.gewicht} kg</td>
|
||||
<td style="width:50px"><b>{$tour.auto}</td>
|
||||
<td style="width:100px"><b><span style='color:#FF0000'>{$tour.infotext}</td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="widget">
|
||||
<header class="current"><h2><span style='color:#0000FF'>Ihre Einsatzplanung ({$tag3})</h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<tbody> {foreach from=$ma_tour3 item=tour }
|
||||
<td style="width:50px"><b>{$tour.tour}</td>
|
||||
<td style="width:50px"><b>{$tour.zeit} Uhr</td>
|
||||
<td style="width:40px"><b>{$tour.gewicht} kg</td>
|
||||
<td style="width:50px"><b>{$tour.auto}</td>
|
||||
<td style="width:100px"><b><span style='color:#FF0000'>{$tour.infotext}</td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="widget">
|
||||
<header class="current"><h2><span style='color:#0000FF'>Ihre Einsatzplanung ({$tag4})</h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<tbody> {foreach from=$ma_tour4 item=tour }
|
||||
<td style="width:50px"><b>{$tour.tour}</td>
|
||||
<td style="width:50px"><b>{$tour.zeit} Uhr</td>
|
||||
<td style="width:40px"><b>{$tour.gewicht} kg</td>
|
||||
<td style="width:50px"><b>{$tour.auto}</td>
|
||||
<td style="width:100px"><b><span style='color:#FF0000'>{$tour.infotext}</td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Sidebar 1 -->
|
||||
<div class="column grid_3">
|
||||
<div class="widget">
|
||||
<header class="current"><h2><span style='color:#0000FF'>Normplan Heute {$tag1}</h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td style="width:70px"><b>LVZ-City</td> <td style="width:100px"><b>{$normp1.lvz_city} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>LVZ-Borna/Gth.</td> <td style="width:100px"><b>{$normp1.lvz_bgz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>LVZ-Delitzsch/Eilenb.</td> <td style="width:100px"><b>{$normp1.lvz_dek} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>LVZ-Muldentalkreis</td> <td style="width:100px"><b>{$normp1.lvz_mtk} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Torgauer Teitung</td> <td style="width:100px"><b>{$normp1.tz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Oschatzer Allg. Z.</td> <td style="width:100px"><b>{$normp1.oaz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Döbelner Allg. Z.</td> <td style="width:100px"><b>{$normp1.daz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Osterländer V.Z.</td> <td style="width:100px"><b>{$normp1.ovz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Dresdner Neue N.</td> <td style="width:100px"><b>{$normp1.dnn} </b>St./pro Paket</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Sidebar 1 -->
|
||||
<div class="column grid_3">
|
||||
<div class="widget">
|
||||
<header class="current"><h2><span style='color:#0000FF'>Normplan Morgen {$tag2}</h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td style="width:70px"><b>LVZ-City</td> <td style="width:100px"><b>{$normp2.lvz_city} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>LVZ-Borna/Gth.</td> <td style="width:100px"><b>{$normp2.lvz_bgz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>LVZ-Delitzsch/Eilenb.</td> <td style="width:100px"><b>{$normp2.lvz_dek} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>LVZ-Muldentalkreis</td> <td style="width:100px"><b>{$normp2.lvz_mtk} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Torgauer Teitung</td> <td style="width:100px"><b>{$normp2.tz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Oschatzer Allg. Z.</td> <td style="width:100px"><b>{$normp2.oaz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Döbelner Allg. Z.</td> <td style="width:100px"><b>{$normp2.daz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Osterländer V.Z.</td> <td style="width:100px"><b>{$normp2.ovz} </b>St./pro Paket</td></tr>
|
||||
<tr><td style="width:70px"><b>Dresdner Neue N.</td> <td style="width:100px"><b>{$normp2.dnn} </b>St./pro Paket</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Sidebar 3 -->
|
||||
<div class="column grid_3">
|
||||
<div class="widget">
|
||||
<header class="current"><h2><span style='color:#0000FF'>Kalendereintrag ({$monat}/{$jahr})</h2></header>
|
||||
<section>
|
||||
<table class="no-style full">
|
||||
<tbody> {foreach from=$kal item=kal }
|
||||
<td style="width:70px"><b>{$kal.datum}</td>
|
||||
<td> <img src="/template/images/icon/{$kal.icon}" width="16" height="16"/></td>
|
||||
<td style="width:100px"><b><span style='color:#FF0000'>{$kal.grund}</td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Sidebar End -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue