99 lines
3.4 KiB
Smarty
99 lines
3.4 KiB
Smarty
<!-- Left column/section -->
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-5">
|
|
<div class="tlog">
|
|
<header class="current"><h2><span style='color:#0000FF'>Tuereintrag Heute {$tag1b|date_format:"%d.%m.%Y"} </h2></header>
|
|
<section>
|
|
<table class="datatable full" >
|
|
<thead>
|
|
<tr>
|
|
<th>Zeitstempel</th>
|
|
<th>Fahrer</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{foreach from=$status1 item=st1 }
|
|
<tr>
|
|
<td width="200px"><strong>{$st1.zeit|date_format:"%d.%m.%Y - %H:%M"} Uhr</strong></td>
|
|
<td> <b>{$st1.fahrer}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-5">
|
|
<div class="widget">
|
|
<header class="current"><h2><span style='color:#0000FF'>Tuereintrag Gestern {$tag2b|date_format:"%d.%m.%Y"} </h2></header>
|
|
<section>
|
|
<table class="datatable full" >
|
|
<thead>
|
|
<tr>
|
|
<th>Zeitstempel</th>
|
|
<th>Fahrer</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{foreach from=$status2 item=st2 }
|
|
<tr>
|
|
<td width="200px"><strong>{$st2.zeit|date_format:"%d.%m.%Y - %H:%M"} Uhr</strong></td>
|
|
<td> <b>{$st2.fahrer}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- Sidebar -->
|
|
<div class="column grid_2 last">
|
|
<div class="widget">
|
|
<header class="current"><h2><span style='color:#0000FF'>Status Anlage</h2></header>
|
|
<section>
|
|
<table class="datatable full">
|
|
<tbody> <strong>
|
|
<tr><td><strong>Tuer ist</strong></td> <td><strong>{$tuer}</strong></td></tr>
|
|
<tr><td><strong>Alarmanlage ist</strong></td> <td><strong>{$alarm}</strong></td></tr>
|
|
<tr><td><strong>___________________</strong></td><td><strong>_____</strong></td></tr>
|
|
<tr><td><strong><span style='color:#0000FF'><strong>letzte Zugangskarte:</strong></td></tr>
|
|
{foreach from=$status item=st}
|
|
<tr></strong>
|
|
<td><strong>{$st.fahrer}</strong></td>
|
|
<td><strong>{$st.zeit|date_format:"%H:%M"}</strong></td>
|
|
<!-- <td> <span style='color:#FF0000'>{$status.zeit2}</td> -->
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
<div class="widget">
|
|
<header class="current"><h2><span style='color:#FF0000'>Fehler Anlage</h2></header>
|
|
<section>
|
|
<table class="nostyle full">
|
|
<tbody> <strong>
|
|
<tr><td><strong><span style='color:#0000FF'><strong>letzter Fehlversuch:</strong></td></tr>
|
|
{foreach from=$estatus item=est}
|
|
<tr>
|
|
<td><strong><span style='color:#FF00FF'>{$est.karte}</strong></td>
|
|
<td><strong>{$est.zeit|date_format:"%d.%m %H:%M"}</strong></td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|