49 lines
2.2 KiB
Smarty
49 lines
2.2 KiB
Smarty
<html lang="de">
|
|
<head>
|
|
|
|
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
|
|
<meta name="viewport" >
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>| JB-Transport.de - Infoscreen</title>
|
|
<link rel="icon" type="image/png" sizes="192x192" href="template/images/fav/android-icon-192x192.png">
|
|
<link rel="manifest" href="template/images/fav/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="template/images/fav/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<link rel="stylesheet" media="screen" href="lib/css/bootstrap.min.css" />
|
|
<link rel="stylesheet" media="screen" href="lib/css/bootstrap-theme.min.css" />
|
|
<link rel="stylesheet" media="screen" href="template/css/fontawesome5/css/all.css"/>
|
|
<link rel="stylesheet" media="screen" href="lib/css/ilonexs_moni.css" />
|
|
<!--
|
|
<link rel="stylesheet" media="screen" href="lib/css/jquery-ui.css" />
|
|
-->
|
|
|
|
<script src="lib/js/jquery.tools.min.js"></script>
|
|
<script src="lib/js/jquery-ui.min.js"></script>
|
|
<script src="lib/js/jquery.min.js"></script>
|
|
<script src="lib/js/global.js"></script>
|
|
<script src="lib/js/bootstrap.min.js"></script>
|
|
<script src="lib/js/bootstrap-notify.min.js"></script>
|
|
<script src="lib/js/bootstrap-notify-init.js"></script>
|
|
|
|
<!-- ************************ Wareneingang -->
|
|
<p nowrap align="center" style='width:630px;font-size:12pt;background-color:blue;color:#FFF'>KdNr.45 - 4Komma5 GmbH<p>
|
|
|
|
<table class="table-striped">
|
|
<tbody>
|
|
{foreach from=$senddata item=l}
|
|
<tr style="height: 3px;">
|
|
<td nowrap style="width:160px"><span style='color:#999999;'>{$l.label}</td>
|
|
<td nowrap style="width:290px"><span style='color:#999999;'>{$l.name}</td>
|
|
<td align="right" nowrap style="width:150px"><span style='color:#999999;'>{$l.plz} {$l.ort}</td>
|
|
<td align="right" nowrap style="width:150px"><span style='color:#999999;'>{$l.datum}</td>
|
|
|
|
<td align="right" nowrap style="width:150px">
|
|
{if $l.status==0} <span style='color:green;'> {else} <span style='color:red;'> {/if}
|
|
{$l.empfaenger}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|