init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
40
monitor/template/tpl/ajax/blitzer1.tpl
Normal file
40
monitor/template/tpl/ajax/blitzer1.tpl
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
|
||||
<!-- ******************************************************************************************************************** -->
|
||||
{if $dataanz==0}
|
||||
<!-- ***** keine Daten ************************************************************************************************* -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 75px;max-height: 75px">
|
||||
<span style='color:#ababab;font-size:16pt'><i class="fad fa-traffic-light" style="color: yellow"></i> keine Warnungen</span> </span>
|
||||
</div>
|
||||
</br>
|
||||
|
||||
{else}
|
||||
<!-- ***** Daten vorhanden ************************************************************************************************* -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px">
|
||||
|
||||
{foreach from=$bdata item=bdata}
|
||||
{if $bdata.typ==1 || $bdata.typ==2 || $bdata.typ==3 || $bdata.typ==4 || $bdata.typ==5 || $bdata.typ==6 || $bdata.typ==9}
|
||||
{if $bdata.vmax==0}
|
||||
<span style='color:#fff;font-size:10pt'><img src="/images/v/blitzer.png" alt="Blitzer" width="24"></span>
|
||||
{else}
|
||||
<span style='color:#fff;font-size:10pt'><img src='/images/v/{$bdata.vmax}.png' alt="Vmax" width="24"></span>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $bdata.typ==20} <span style='color:#fff;font-size:10pt'><img src='/images/v/stau.png' alt="Stau" width="24"></span> {/if}
|
||||
{if $bdata.typ==21} <span style='color:#fff;font-size:10pt'><img src='/images/v/unfall.png' alt="Stau" width="24"></span> {/if}
|
||||
{if $bdata.typ==22} <span style='color:#fff;font-size:10pt'><img src='/images/v/achtung.png' alt="Stau" width="24"></span> {/if}
|
||||
{if $bdata.typ==23} <span style='color:#fff;font-size:10pt'><img src='/images/v/typ23.png' alt="Hindernis" width="24"></span> {/if}
|
||||
{if $bdata.typ==24} <span style='color:#fff;font-size:10pt'><img src='/images/v/eis.png' alt="Eis" width="24"></span> {/if}
|
||||
{if $bdata.typ==25} <span style='color:#fff;font-size:10pt'><img src='/images/v/nebel.png' alt="Nebel" width="24"></span> {/if}
|
||||
{if $bdata.typ==26} <span style='color:#fff;font-size:10pt'><img src='/images/v/baustelle.png' alt="Stau" width="24"></span>{/if}
|
||||
<span style='color:#ababab;font-size:11pt'> {$bdata.adresse1}</span>
|
||||
<span style='color:#ababab;font-size: 8pt'> {$bdata.adresse2}</span>
|
||||
{if $bdata.typ==9} <span style='color:#fff;font-size:10pt'><img src='/images/v/ts.png' alt="Trailer" width="24"></span> {/if}
|
||||
</br>
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
{/if}
|
||||
|
||||
|
||||
125
monitor/template/tpl/ajax/blitzer2.tpl
Normal file
125
monitor/template/tpl/ajax/blitzer2.tpl
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{foreach from=$bdata item=bdata}
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<!-- ***** Blitzer ************************************************************************************************* -->
|
||||
{if $bdata.typ==1 || $bdata.typ==2 || $bdata.typ==3 || $bdata.typ==4 || $bdata.typ==5 || $bdata.typ==6}
|
||||
<tr>
|
||||
<td nowrap align="left" style="width: 35px">
|
||||
{if $bdata.vmax==0}
|
||||
<img src="/images/v/blitzer.png" alt="Blitzer" width="32">
|
||||
{else}
|
||||
<img src='/images/v/{$bdata.vmax}.png' alt="Vmax" width="32">
|
||||
{/if}
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/if}
|
||||
<!-- ***** Stau *************************************************************************************************** -->
|
||||
{if $bdata.typ==20}
|
||||
<tr>
|
||||
<td nowrap align="center" style="width: 35px">
|
||||
<img src='/images/v/stau.png' alt="Stau" width="32">
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}</td>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<!-- ***** Unfall ************************************************************************************************* -->
|
||||
{if $bdata.typ==21}
|
||||
<tr>
|
||||
<td nowrap align="center" style="width: 35px">
|
||||
<img src='/images/v/unfall.png' alt="Unfall" width="32">
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}</td>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<!-- ***** ???? ************************************************************************************************* -->
|
||||
{if $bdata.typ==22}
|
||||
<tr>
|
||||
<td nowrap align="center" style="width: 35px">
|
||||
<img src="/images/v/baustelle.png" alt="Baustellen" width="32">
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}</td>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<!-- ***** behinderung ***************************************************************************************** -->
|
||||
{if $bdata.typ==23}
|
||||
<tr>
|
||||
<td nowrap align="center" style="width: 35px">
|
||||
<img src="/images/v/achtung.png" alt="behinderung" width="32">
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}</td>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<!-- ***** Glätte ***************************************************************************************** -->
|
||||
{if $bdata.typ==24}
|
||||
<tr>
|
||||
<td nowrap align="center" style="width: 35px">
|
||||
<img src="/images/v/eis.png" alt="Glätte" width="32">
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}</td>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<!-- ***** Nebel ***************************************************************************************** -->
|
||||
{if $bdata.typ==25}
|
||||
<tr>
|
||||
<td nowrap align="center" style="width: 35px">
|
||||
<img src="/images/v/nebel.png" alt="Nebel" width="32">
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}</td>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/if}
|
||||
<!-- ***** Baustellen ************************************************************************************** -->
|
||||
{if $bdata.typ==25}
|
||||
<tr>
|
||||
<td nowrap align="center" style="width: 35px">
|
||||
<img src="/images/v/baustelle.png" alt="Baustellen" width="32">
|
||||
</td>
|
||||
<td align="left" style="width: 244px">
|
||||
<span style='color:#66ffff;font-size:6pt"'>{$bdata.street}</td>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<!--
|
||||
// 23-behinderung
|
||||
// 21-Unfall
|
||||
// 20-Stau
|
||||
// 0-6 mobile blitzer
|
||||
// 22
|
||||
// 24-Glätte
|
||||
// 25-Nebel
|
||||
// 26- Baustellen 2
|
||||
-->
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
61
monitor/template/tpl/ajax/corona.tpl
Normal file
61
monitor/template/tpl/ajax/corona.tpl
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
|
||||
<!-- *************************************************** Leipzig Stadt *********** -->
|
||||
<div class="col-md-3">
|
||||
{if $cdata1.status==1} <div class="panel" style="background-color: #30913b"> {/if}
|
||||
{if $cdata1.status==2} <div class="panel" style="background-color: #ffaa00"> {/if}
|
||||
{if $cdata1.status==3} <div class="panel" style="background-color: #ff0000"> {/if}
|
||||
{if $cdata1.status==4} <div class="panel" style="background-color: #8a0303"> {/if}
|
||||
<span style='color:#fff;font-size:10pt'><i class="far fa-virus"></i> Stadt Leipzig</span>
|
||||
<span style='color:#fff;font-size:10pt'> <i class="far fa-chart-network"></i> {$cdata1.inzidenzen}</span>
|
||||
<span style='color:#fff;font-size:12pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata1.mutant} + {$cdata1.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata1.death} + {$cdata1.zu_death}</i>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *************************************************** LK Leipzig *********** -->
|
||||
<div class="col-md-3">
|
||||
{if $cdata5.status==1} <div class="panel" style="background-color: #30913b"> {/if}
|
||||
{if $cdata5.status==2} <div class="panel" style="background-color: #ffaa00"> {/if}
|
||||
{if $cdata5.status==3} <div class="panel" style="background-color: #ff0000"> {/if}
|
||||
{if $cdata5.status==4} <div class="panel" style="background-color: #8a0303"> {/if}
|
||||
<span style='color:#fff;font-size:10pt'><i class="far fa-virus"></i> Kreis Leipzig</span>
|
||||
<span style='color:#fff;font-size:10pt'> <i class="far fa-chart-network"></i> {$cdata5.inzidenzen}</span>
|
||||
<span style='color:#fff;font-size:12pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata5.mutant} + {$cdata5.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata5.death} + {$cdata5.zu_death}</i>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *************************************************** LK Nordsachsen *********** -->
|
||||
<div class="col-md-3">
|
||||
{if $cdata6.status==1} <div class="panel" style="background-color: #30913b"> {/if}
|
||||
{if $cdata6.status==2} <div class="panel" style="background-color: #ffaa00"> {/if}
|
||||
{if $cdata6.status==3} <div class="panel" style="background-color: #ff0000"> {/if}
|
||||
{if $cdata6.status==4} <div class="panel" style="background-color: #8a0303"> {/if}
|
||||
<span style='color:#fff;font-size:10pt'><i class="far fa-virus"></i> Nordsachsen</span>
|
||||
<span style='color:#fff;font-size:10pt'> <i class="far fa-chart-network"></i> {$cdata6.inzidenzen}</span>
|
||||
<span style='color:#fff;font-size:12pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata6.mutant} + {$cdata6.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata6.death} + {$cdata6.zu_death}</i>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div> <!-- *************************************************** Stadt Halle *********** -->
|
||||
<div class="col-md-3">
|
||||
{if $cdata3.status==1} <div class="panel" style="background-color: #30913b"> {/if}
|
||||
{if $cdata3.status==2} <div class="panel" style="background-color: #ffaa00"> {/if}
|
||||
{if $cdata3.status==3} <div class="panel" style="background-color: #ff0000"> {/if}
|
||||
{if $cdata3.status==4} <div class="panel" style="background-color: #8a0303"> {/if}
|
||||
<span style='color:#fff;font-size:10pt'><i class="far fa-virus"></i> Stadt Halle</span>
|
||||
<span style='color:#fff;font-size:10pt'> <i class="far fa-chart-network"></i> {$cdata3.inzidenzen}</span>
|
||||
<span style='color:#fff;font-size:12pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata3.mutant} + {$cdata3.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata3.death} + {$cdata3.zu_death}</i>
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
54
monitor/template/tpl/ajax/corona2022.tpl
Normal file
54
monitor/template/tpl/ajax/corona2022.tpl
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- *************************************************** Leipzig Stadt *********** -->
|
||||
{if $cdata.status==1}
|
||||
<div style="box-shadow: 0px 0px 15px #30913b; width: 283px; padding: 10px;">
|
||||
<span style='color:#30913b;font-size:16pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> {$cdata.inzidenzen}</span>
|
||||
<span style='color:#ababab;font-size:8pt'> ({$cdata.lastdate})</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata.mutant} + {$cdata.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata.death} + {$cdata.zu_death}</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
{/if}
|
||||
{if $cdata.status==2}
|
||||
<div style="box-shadow: 0px 0px 15px #ffaa00; width: 283px; padding: 10px;">
|
||||
<span style='color:#ffaa00;font-size:16pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> {$cdata.inzidenzen}</span>
|
||||
<span style='color:#ababab;font-size:8pt'> ({$cdata.lastdate})</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata.mutant} + {$cdata.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata.death} + {$cdata.zu_death}</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
{/if}
|
||||
{if $cdata.status==3}
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:16pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> {$cdata.inzidenzen}</span>
|
||||
<span style='color:#ababab;font-size:8pt'> ({$cdata.lastdate})</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata.mutant} + {$cdata.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata.death} + {$cdata.zu_death}</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
{/if}
|
||||
{if $cdata.status==4}
|
||||
<div style="box-shadow: 0px 0px 15px #8a0303; width: 283px; padding: 10px;">
|
||||
<span style='color:#8a0303;font-size:16pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> {$cdata.inzidenzen}</span>
|
||||
<span style='color:#ababab;font-size:8pt'> ({$cdata.lastdate})</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata.mutant} + {$cdata.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata.death} + {$cdata.zu_death}</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
25
monitor/template/tpl/ajax/coronax.tpl
Normal file
25
monitor/template/tpl/ajax/coronax.tpl
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{if $cdata.status==1}
|
||||
<div style="box-shadow: 0px 0px 15px #30913b; width: 188px; padding: 10px;">
|
||||
<span style='color:#30913b;font-size:12pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
{/if}
|
||||
{if $cdata.status==2}
|
||||
<div style="box-shadow: 0px 0px 15px #ffaa00; width: 188px; padding: 10px;">
|
||||
<span style='color:#ffaa00;font-size:12pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
{/if}
|
||||
{if $cdata.status==3}
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 188px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:12pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
{/if}
|
||||
{if $cdata.status==4}
|
||||
<div style="box-shadow: 0px 0px 15px #8a0303; width: 188px; padding: 10px;">
|
||||
<span style='color:#8a0303;font-size:12pt'><i class="far fa-virus "></i> {$cdata.gebiet}</span> </br>
|
||||
{/if}
|
||||
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> {$cdata.inzidenzen}</span>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> {$cdata.mutant} + {$cdata.zu_mutant} </i>
|
||||
<i class="fal fa-skull-crossbones"> {$cdata.death} + {$cdata.zu_death}</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
29
monitor/template/tpl/ajax/dwd.tpl
Normal file
29
monitor/template/tpl/ajax/dwd.tpl
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{if $wert !=0}
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;min-height: 75px;max-height: 75px;">
|
||||
<span style='color:#ff0000;font-size:16pt'><i class="fad fa-siren-on" style="color: red"></i> {$wert} Wetterwarnung</span></br>
|
||||
<span style='color:#ababab;font-size:8pt;text-align: center'> Stand: {$time|date_format:"%d.%m.%Y - %H:%M Uhr"}</span>
|
||||
</div>
|
||||
</br>
|
||||
{foreach from=$uww item=uww}
|
||||
{if $uww.level <3}
|
||||
<div style="box-shadow: 0px 0px 15px #f05800; width: 283px; padding: 10px;">
|
||||
<span style='color:#f05800;font-size:14pt'><i class="fad fa-exclamation-triangle" style="color:#f05800"></i> {$uww.stadt}</span> </br>
|
||||
<span style='color:#f05800;font-size:10pt'> {$uww.text}</span> </br>
|
||||
<span style='color:#ababab;font-size:8pt'> {$uww.info}</span> </br>
|
||||
</div>
|
||||
{else}
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:14pt'><i class="fad fa-exclamation-triangle" style="color: red"></i> {$uww.stadt}</span> </br>
|
||||
<span style='color:#ff0000;font-size:10pt'> {$uww.text}</span> </br>
|
||||
<span style='color:#ababab;font-size:8pt'> {$uww.info}</span> </br>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
{else}
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 75px;max-height: 75px">
|
||||
<span style='color:#ababab;font-size:16pt'><i class="fad fa-sun" style="color: yellow"></i> keine Wetterwarnung</span> </span>
|
||||
</div>
|
||||
|
||||
{/if}
|
||||
39
monitor/template/tpl/ajax/dwd_2021.tpl
Normal file
39
monitor/template/tpl/ajax/dwd_2021.tpl
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{if $wert !=0}
|
||||
<div class="panel panel-warning">
|
||||
<h4 align="center"><span style='color:#f05800;font-weight:bold;'>{$wert} Wetterwarnung</h4>
|
||||
</div>
|
||||
|
||||
{foreach from=$uww item=uww}
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
{if $uww.level <3}
|
||||
<tr style="height: 3px;">
|
||||
<td nowrap style="width:183px"><span style='color:#f05800;font-size:10pt;'>{$uww.text} für {$uww.stadt}</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr style="height: 3px;">
|
||||
<td nowrap style="width:360px"><span style='color:#f05800;font-size:10pt;'>von: {$uww.start} Uhr bis: {$uww.ende} Uhr</td>
|
||||
</tr>
|
||||
-->
|
||||
{else}
|
||||
<tr style="height: 3px;">
|
||||
<td nowrap style="width:183px"><span style='color:#ff0000;font-size:10pt;'>{$uww.text} für {$uww.stadt}</td>
|
||||
</tr>
|
||||
<!--
|
||||
<tr style="height: 3px;">
|
||||
<td nowrap style="width:360px"><span style='color:#ff0000;font-size:10pt;'>von: {$uww.start} Uhr bis: {$uww.ende} Uhr</td>
|
||||
</tr>
|
||||
-->
|
||||
{/if}
|
||||
<tr style="height: 3px;">
|
||||
<td nowrap style="width:183px"><span style='color:#ffffff;font-size:8pt;'>{$uww.info}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/foreach}
|
||||
{/if}
|
||||
293
monitor/template/tpl/ajax/pi_hallo2.tpl
Normal file
293
monitor/template/tpl/ajax/pi_hallo2.tpl
Normal file
|
|
@ -0,0 +1,293 @@
|
|||
|
||||
{if $anz>0}
|
||||
<div class="panel panel-primary">
|
||||
<table class="table-condensed">
|
||||
<tbody>
|
||||
<td nowrap style="width:575px;line-height:150%;font-size:24pt;font-family: 'Indie Flower', cursive;"><strong><span style='color:#66FFFF'> Hallo, {$ma}</strong></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{if $anz==1}
|
||||
{foreach from=$tag_tour1 item=tour }
|
||||
{if $tour.key==0}
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> {$tour.datum}</span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
{if $tour.noplan!=0}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#f05800;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-10">
|
||||
<!-- <div class="panel" align="left" style="min-height: 29px;"> -->
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#66FFFF;font-size:14pt'> {$tour.zeit} Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
{if $tour.aktiv==1} <span style='color:#66FFFF;font-size:14pt'> {$tour.tour} </span> {/if}
|
||||
{if $tour.aktiv==0} <span style='color:#FFFFFF;font-size:14pt'> {$tour.tour} </span> {/if}
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
{if $tour.autonichtda==0} <span style='color:#66FFFF;font-size:14pt'> {$tour.kennz} </span> {/if}
|
||||
{if $tour.autonichtda==1} <span style='color:#FF0000;font-size:14pt'> {$tour.kennz} </span> {/if}
|
||||
{if $tour.autonichtda==2} <span style='color:#FFFFFF;font-size:14pt'> {$tour.kennz} </span> {/if}
|
||||
</td>
|
||||
<!--
|
||||
<td width="100px;">
|
||||
{if $tour.ianz!=0}
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-info-square"></i></span>
|
||||
<span style='color:#66FFFF;font-size:14pt'> {$tour.info} </span>
|
||||
{/if}
|
||||
</td>
|
||||
-->
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
{foreach from=$tag_tour2 item=tour }
|
||||
{if $tour.key==0}
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> {$tour.datum}</span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
{if $tour.noplan!=0}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.zeit} Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.tour} </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.kennz} </span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{foreach from=$tag_tour3 item=tour }
|
||||
{if $tour.key==0}
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> {$tour.datum}</span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
{if $tour.noplan!=0}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.zeit} Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.tour} </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.kennz} </span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{foreach from=$tag_tour4 item=tour }
|
||||
{if $tour.key==0}
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> {$tour.datum}</span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
{if $tour.noplan!=0}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.zeit} Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.tour} </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.kennz} </span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div>
|
||||
{/if}</br></br>
|
||||
{/foreach}
|
||||
{foreach from=$tag_tour5 item=tour }
|
||||
{if $tour.key==0}
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> {$tour.datum}</span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
{if $tour.noplan!=0}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.zeit} Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.tour} </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> {$tour.kennz} </span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
{if $anz==2}
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> {$a_date1}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#f05800;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Keine Anzeige Mitarbeiterinfo -->
|
||||
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Polizeimeldung -->
|
||||
{if $datapol!=0}
|
||||
{foreach from=$pdata item=poldata}
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 580px; padding: 10px;text-align: left">
|
||||
<table class="table-condensed" style="background-color: black">
|
||||
<tr>
|
||||
<td nowrap style="width: 80px;font-size:22pt;"><i class="fad fa-exclamation-triangle fa-2x fa-pull-left" style="color: red"></i></td>
|
||||
<td style="width:475px">
|
||||
<span style='color:#ff0000;font-size:14pt'>{$poldata.adresse2}, </span>
|
||||
<span style='color:#ff0000;font-size:14pt'> {$poldata.adresse1} </span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'>{$poldata.reason} </span></span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{/foreach}
|
||||
</br>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{if $anz==0}
|
||||
|
||||
<!-- Baustellen f05800 -->
|
||||
<div align="left" style="padding: 7px;font-size:8pt;margin-top: -7px">
|
||||
{foreach from=$bdata item=baudata }
|
||||
<span style='color:#B24202;font-size:10pt;width: 570px;'>{$baudata.ort}</span>
|
||||
<!-- <span style='color:#808080'> {$baudata.grund} bis {$baudata.ende}<br></span> -->
|
||||
<span style='color:#808080'> bis {$baudata.ende}</span>
|
||||
<span style='color:#ababab'> {$baudata.bezeichnung}</span>
|
||||
</br>
|
||||
{/foreach}
|
||||
</div>
|
||||
{/if}
|
||||
49
monitor/template/tpl/ajax/pi_werbung19.tpl
Normal file
49
monitor/template/tpl/ajax/pi_werbung19.tpl
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<!-- **************************************************** Sachsen Sonntag -->
|
||||
{if $sasoanzeige>0}
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ---------------------------------------------------- Halle Block 9 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>SaSo {$kw}.KW<p>
|
||||
<div class="panel panel-primary">
|
||||
<table class="table-striped" style='color:#808080;font-size:10pt'>
|
||||
<tbody>
|
||||
{foreach from=$saso_tour item=tour}
|
||||
<tr style="height: 3px;"> <!-- lightgrau #A4A4A4 -->
|
||||
{if $tour.aktiv==0} <td nowrap style="width: 50px"><span style='color:#FF6E00;'>{$tour.tour} </td>{/if}
|
||||
{if $tour.aktiv==1} <td nowrap style="width: 50px"><span style='color:#FFFFFF;'>{$tour.tour} </td>{/if}
|
||||
|
||||
<td nowrap style="width: 37px"><span style='color:#808080;'>{$tour.zeit}
|
||||
|
||||
{if $tour.fahrerid==0} <td nowrap style="width:150px"><span style='color:#FF0000;'>{$tour.fahrer} </td>{else}
|
||||
{if $tour.look==0} <td nowrap style="width:150px"><span style='color:#808080;'>{$tour.fahrer} </td>{/if}
|
||||
{if $tour.look==1} <td nowrap style="width:150px"><span style='color:#FFFFFF;'>{$tour.fahrer} </td>{/if}
|
||||
{/if}
|
||||
|
||||
|
||||
{if $tour.autoid==0} <td nowrap style="width: 70px"><span style='color:#FF0000;'>{$tour.auto} </td>{else}
|
||||
{if $tour.look==0} <td nowrap style="width: 70px"><span style='color:#808080;'>{$tour.auto} </td>{/if}
|
||||
{if $tour.look==1} <td nowrap style="width: 70px"><span style='color:#FFFFFF;'>{$tour.auto} </td>{/if}
|
||||
{/if}
|
||||
<td align="right";nowrap style="width:60px;"><span style='color:#CCCCCC;'>{$tour.gewicht4} kg </td>
|
||||
<td align="center";nowrap style="width:30px;">
|
||||
{if $tour.status==0} <span style='color:#FFFFFF;'> <i class="fal fa-spinner fa-pulse"> </i> </span>
|
||||
{elseif $tour.status==1} <span style='color:#FF6E00;'> <i class="fas fa-spinner fa-spin"> </i> </span>
|
||||
{elseif $tour.status==2} <span style='color:#14CD6B;'> <i class="fal fa-check"> </i> </span>
|
||||
{elseif $tour.status==3} <span style='color:#FF6E00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
{elseif $tour.status==4} <span style='color:#00C1FF;'> <i class="fal fa-truck"> </i> </span>
|
||||
{elseif $tour.status==5} <span style='color:#FFFF00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
{else} <span style='color:#404040;'> <i class="fal fa-minus"> </i> </span>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------ Leipzig Block 1-4 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
|
||||
{/if}
|
||||
37
monitor/template/tpl/ajax/tankebillig.tpl
Normal file
37
monitor/template/tpl/ajax/tankebillig.tpl
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{foreach from=$tanke item=tb }
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">{$tb.kname}</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt">{$tb.adr2}</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px"><span style='color:green;font-size:12pt'>{$tb.diesel}<sup>{$tb.dieselx}</sup></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
</br>
|
||||
{foreach from=$tanket item=tt }
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">{$tt.kname}</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt">{$tt.adr2}</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px"><span style='color:red;font-size:12pt'>{$tt.diesel}<sup>{$tt.dieselx}</sup></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
5
monitor/template/tpl/ajax/tankeneu.tpl
Normal file
5
monitor/template/tpl/ajax/tankeneu.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{if $tanke.open==1}
|
||||
<td nowrap align="center" style="max-width: 70px"><span style='color:#66ffff;font-size:12pt'>{$tanke.diesel}<sup>{$tanke.dieselx}</sup></td>
|
||||
{else}
|
||||
<td nowrap align="center" style="width: 70px;color:red"><i class="fad fa-gas-pump-slash"></i><span style='color:gray;font-size:14pt'> -.--<sup>-</sup></td></td>
|
||||
{/if}
|
||||
6
monitor/template/tpl/ajax/time.tpl
Normal file
6
monitor/template/tpl/ajax/time.tpl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="panel panel-primary">
|
||||
<div class="panel-heading"><h4 class="panel-title">{$smarty.now|date_format:"%H:%M"} Uhr</h4></div>
|
||||
</div>
|
||||
<div class="well well-sm">
|
||||
{$smarty.now|date_format:"%d. %B %Y"}
|
||||
</div>
|
||||
21
monitor/template/tpl/ajax/zeit.tpl
Normal file
21
monitor/template/tpl/ajax/zeit.tpl
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
|
||||
<span style='color:#66FFFF;font-size:11pt'>{$date}</span></br>
|
||||
<span style='color:#FF6E00;font-size:25pt'>{$zeit}</span>
|
||||
|
||||
<!--
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<tr style="height: 3px;">
|
||||
<td align="center";nowrap style="width:100px;font-size:48pt"><span style='color:#FF6E00;'>{$zeit}</td>
|
||||
</tr>
|
||||
<tr style="height: 3px;">
|
||||
<td align="center";nowrap style="width:100px;font-size:20pt"><span style='color:#66FFFF;'>{$date}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
5
monitor/template/tpl/fuss.tpl
Normal file
5
monitor/template/tpl/fuss.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<footer id="page-footer">
|
||||
<div id="footer-inner">
|
||||
<p class="wrapper"><span style="float: right;"><b>{$realtime|date_format:"%d.%m.%Y"} {$realtime|date_format:"%H:%M"}</b></span>Ihre IP-Adresse {$userip} | © 2010-2012. All rights reserved. edv@jb-transport.de</p>
|
||||
</div>
|
||||
</footer>
|
||||
5
monitor/template/tpl/fuss2.tpl
Normal file
5
monitor/template/tpl/fuss2.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<footer id="page-footer">
|
||||
<div id="footer-inner">
|
||||
<p class="wrapper"><span style="float: right;"><b>© 2012 | info@jb-transport.de | Vorabplanung | <b><span style='color:#FF6E00;font-weight:bold;'>Änderung jederzeit möglich !!!</p>
|
||||
</div>
|
||||
</footer>
|
||||
5
monitor/template/tpl/fuss3.tpl
Normal file
5
monitor/template/tpl/fuss3.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<footer id="page-footer">
|
||||
<div id="footer-inner">
|
||||
<p class="wrapper"><span style="float: center;"><b>© 2017. All rights reserved. edv@jb-transport.de | Vorabplanung | <b><span style='color:#FF6E00;font-weight:bold;'>Änderung jederzeit möglich !!!</p>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue