115 lines
5.4 KiB
Smarty
115 lines
5.4 KiB
Smarty
<!-- <div id="p_tdata" > -->
|
|
<div class="col-md-4" >
|
|
<div class="panel panel-tbox">
|
|
<div class="panel-body" style="margin: -6px">
|
|
<table class="no-style hover" style="font-size: 10pt">
|
|
<tbody>
|
|
{foreach from=$nt1 item=tour}
|
|
{if $tour.test==99}
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-tbox">
|
|
<div class="panel-body">
|
|
<table class="no-style full" style="font-size: 10pt">
|
|
<tbody>
|
|
|
|
|
|
{/if}
|
|
<tr>
|
|
<form action="" method="post">
|
|
{if $tour.aktiv==0}
|
|
<td nowrap style="width:120px;color:cyan">{$tour.tour}</td>
|
|
{else}
|
|
<td nowrap style="width:120px;color:#ccc">{$tour.tour}</td>
|
|
{/if}
|
|
{if $tour.stamm_info==0} <td nowrap style="width:200px;color:#ccc">{$tour.fname}</td> {/if}
|
|
{if $tour.stamm_info==1} <td nowrap style="width:200px;color:red" data-toggle="ttp" title={$tour.stamminfo}>{$tour.fname}</td> {/if}
|
|
{if $tour.stamm_info==2} <td nowrap style="width:200px;color:orange" data-toggle="ttp" title={$tour.stamminfo}>{$tour.fname}</td> {/if}
|
|
|
|
|
|
{if $tour.auto_id!=0} <td nowrap style="width:200px;color:#ccc">{$tour.kz}</td>
|
|
{else} <td nowrap style="width:200px;color: red">{$tour.kz}</td>
|
|
{/if}
|
|
|
|
<!-- SMS Status !!!!! ------------------------------------- -->
|
|
<td nowrap align="center" style="width:30px" id="smscheck{$tour.tourid}">
|
|
{if $tour.smsstatus==0 } <i class='fal fa-comment-alt fa-1x' style='color:gray' ></i> {/if}
|
|
{if $tour.smsstatus==1 } <i class='fas fa-comment-alt-exclamation fa-1x' style='color:orange' ></i> {/if}
|
|
{if $tour.smsstatus==2 } <i class='fas fa-comment-alt-check fa-1x' style='color:green' ></i> {/if}
|
|
{if $tour.smsstatus==8 } <i class='fas fa-comment-alt-dots fa-1x' style='color:gray' ></i> {/if}
|
|
{if $tour.smsstatus==20} <i class='fas fa-spinner fa-spin fa-1x' style='color:gray' ></i> {/if}
|
|
{if $tour.smsstatus==3 } <i class='fas fa-comment-alt-times fa-1x' style='color:red' ></i> {/if}
|
|
{if $tour.smsstatus==4 } <i class='fas fa-comment-alt-times fa-1x' style='color:red' ></i> {/if}
|
|
{if $tour.smsstatus==5 } <i class='fas fa-comment-alt-times fa-1x' style='color:red' ></i> {/if}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 2. Spalte für LVZ ------------------------------------- -->
|
|
<div class="col-md-4" >
|
|
<div class="panel panel-tbox">
|
|
<div class="panel-body" style="margin: -6px">
|
|
<table class="no-style hover" style="font-size: 10pt">
|
|
<tbody>
|
|
{foreach from=$nt2 item=tour}
|
|
{if $tour.test==99}
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-tbox">
|
|
<div class="panel-body">
|
|
<table class="no-style full" style="font-size: 10pt">
|
|
<tbody>
|
|
|
|
|
|
{/if}
|
|
<tr>
|
|
<form action="" method="post">
|
|
{if $tour.aktiv==0}
|
|
<td nowrap style="width:120px;color:cyan">{$tour.tour}</td>
|
|
{else}
|
|
<td nowrap style="width:120px;color:#ccc">{$tour.tour}</td>
|
|
{/if}
|
|
{if $tour.stamm_info==0} <td nowrap style="width:200px;color:#ccc">{$tour.fname}</td> {/if}
|
|
{if $tour.stamm_info==1} <td nowrap style="width:200px;color:red" data-toggle="ttp" title={$tour.stamminfo}>{$tour.fname}</td> {/if}
|
|
{if $tour.stamm_info==2} <td nowrap style="width:200px;color:orange" data-toggle="ttp" title={$tour.stamminfo}>{$tour.fname}</td> {/if}
|
|
|
|
|
|
{if $tour.auto_id!=0} <td nowrap style="width:200px;color:#ccc">{$tour.kz}</td>
|
|
{else} <td nowrap style="width:200px;color: red">{$tour.kz}</td>
|
|
{/if}
|
|
|
|
<!-- SMS Status !!!!! ------------------------------------- -->
|
|
<td nowrap align="center" style="width:30px" id="smscheck{$tour.tourid}">
|
|
{if $tour.smsstatus==0 } <i class='fal fa-comment-alt fa-1x' style='color:gray' ></i> {/if}
|
|
{if $tour.smsstatus==1 } <i class='fas fa-comment-alt-exclamation fa-1x' style='color:orange' ></i> {/if}
|
|
{if $tour.smsstatus==2 } <i class='fas fa-comment-alt-check fa-1x' style='color:green' ></i> {/if}
|
|
{if $tour.smsstatus==8 } <i class='fas fa-comment-alt-dots fa-1x' style='color:gray' ></i> {/if}
|
|
{if $tour.smsstatus==20} <i class='fas fa-spinner fa-spin fa-1x' style='color:gray' ></i> {/if}
|
|
{if $tour.smsstatus==3 } <i class='fas fa-comment-alt-times fa-1x' style='color:red' ></i> {/if}
|
|
{if $tour.smsstatus==4 } <i class='fas fa-comment-alt-times fa-1x' style='color:red' ></i> {/if}
|
|
{if $tour.smsstatus==5 } <i class='fas fa-comment-alt-times fa-1x' style='color:red' ></i> {/if}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- </div> -->
|