92 lines
3.4 KiB
Smarty
92 lines
3.4 KiB
Smarty
{literal}
|
|
<script type="text/javascript">
|
|
$.ajax({
|
|
type : "POST",
|
|
url : 'ajax.php?s=tuerlog3&tpl',
|
|
cache : false,
|
|
data : {
|
|
},
|
|
dataType : "html",
|
|
success : function(data){
|
|
$("#tlog").html(data);
|
|
},
|
|
});
|
|
</script>
|
|
{/literal}
|
|
<!-- *************************************************************************************** -->
|
|
<!-- *************************************************************************************** -->
|
|
<!DOCTYPE html> <html lang="de">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>| JB-Transport.de - </title>
|
|
</head>
|
|
|
|
|
|
<!-- Page Content -->
|
|
<section id="content">
|
|
<div class="container">
|
|
<div class="row sortable">
|
|
<!-- Phone 1 -->
|
|
<div class="col-md-3">
|
|
<div class="rinfo" align="center">
|
|
{if $smarty.session.gateway==2}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:orange'>Frank Teichert<p>
|
|
{else}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:gray;color:#fff'>Frank Teichert<p>
|
|
{/if}
|
|
<a href="?s=gateway&sms=2" style="color: green;font-size:80pt"><i class="fal fa-mobile-android-alt"></i></span></a></br>
|
|
<span style="color: gray;font-size:12pt"><i class="fas fa-phone-square-alt" ></i> +49 160 94934507</span>
|
|
</div>
|
|
</div>
|
|
<!-- Phone 2 -->
|
|
<div class="col-md-3">
|
|
<div class="rinfo" align="center">
|
|
{if $smarty.session.gateway==18}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:orange'>JB-Transport<p>
|
|
{else}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:gray;color:#fff'>JB-Transport<p>
|
|
{/if}
|
|
<a href="?s=gateway&sms=18" style="color: green;font-size:80pt"><i class="fal fa-mobile-android-alt"></i></span></a></br>
|
|
<span style="color: gray;font-size:12pt"><i class="fas fa-phone-square-alt" ></i> +49 178 3481356</span>
|
|
</div>
|
|
</div>
|
|
<!-- Phone 3 -->
|
|
<div class="col-md-3">
|
|
<div class="rinfo" align="center">
|
|
{if $smarty.session.gateway==116}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:orange'>C.Schulze<p>
|
|
{else}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:gray;color:#fff'>C.Schulze<p>
|
|
{/if}
|
|
<a href="?s=gateway&sms=116" style="color: gray;font-size:80pt"><i class="fal fa-mobile-android-alt"></i></span></a></br>
|
|
<span style="color: gray;font-size:12pt"><i class="fas fa-phone-square-alt" ></i> +49 1575 4357504</span>
|
|
</div>
|
|
</div>
|
|
<!-- Phone 4 -->
|
|
<div class="col-md-3">
|
|
<div class="rinfo" align="center">
|
|
{if $smarty.session.gateway==280}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:orange'>Backup / Notfall<p>
|
|
{else}
|
|
<p nowrap align="center" style='font-size:14pt;background-color:gray;color:#fff'>Backup / Notfall<p>
|
|
{/if}
|
|
<a href="?s=gateway&sms=280" style="color: green;font-size:80pt"><i class="fal fa-mobile-android-alt" ></i></span></a></br>
|
|
<span style="color: gray;font-size:12pt"><i class="fas fa-phone-square-alt" ></i> +49 176 45835619</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|