63 lines
2.4 KiB
Smarty
63 lines
2.4 KiB
Smarty
<!DOCTYPE html> <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 227</title>
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="template/images/fav/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="template/images/fav/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="template/images/fav/favicon-16x16.png">
|
|
<link rel="manifest" href="template/images/fav/manifest.json">
|
|
|
|
|
|
<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="lib/css/font-awesome.min.css"/>
|
|
<link rel="stylesheet" media="screen" href="lib/css/pistyle.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>
|
|
|
|
<section id="content" style="margin-left: -50px;margin-top: -10px">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<p align="center" style='width:308px;font-size:14pt;color:#fff;background-color: blue'>Nacht-Tour LVZ-227<p>
|
|
{if $anzeige==0}
|
|
<p align="center" style='width:308px;font-size:12pt;color:#fff;background-color: red'>
|
|
Plan für den {$d.mday}.{$d.mon}.{$d.year} noch nicht fertig.
|
|
<p>
|
|
{else}
|
|
<table class="table table-condensed" style='width:310px;text-align:left;color:#fff'>
|
|
<tbody>
|
|
<tr>
|
|
<td style='width:40px' align="left">{$d.mday}.{$d.mon}.{$d.year}</td>
|
|
<td style='width:170px' align="right">{$data1.name}</td>
|
|
</tr>
|
|
{if $anzeige==2}
|
|
<tr>
|
|
<td style='width:40px' align="left">{$d.mday}.{$d.mon}.{$d.year}</td>
|
|
<td style='width:170px' align="right">{$data2.name} (2.Fahrer)</td>
|
|
</tr>
|
|
{/if}
|
|
</tbody>
|
|
</table>
|
|
{/if}
|
|
|
|
|
|
|
|
<!-- **************************************************** -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- ************************ -->
|
|
|
|
<!-- ************************ -->
|
|
|