init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
25
template/tpl/ajax/tinfo.tpl
Normal file
25
template/tpl/ajax/tinfo.tpl
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
<div id="tinfo" class="panel panel-tbox">
|
||||
<header class="panel-heading" style="font-size: 14pt;line-height:80%"><spawn class="fad fa-clipboard-list-check pull-left"></spawn>
|
||||
<div class="panel-title"> Planungshistory {$touranz}</div>
|
||||
</header>
|
||||
<div class="panel-body">
|
||||
<table class="no-style full" style="margin: -10px">
|
||||
<tbody>
|
||||
{foreach from=$data item=ti }
|
||||
<tr align="right">
|
||||
<td align="left" style="width:290px;font-size:10pt;"> <strong>{$ti.name}</strong></td>
|
||||
|
||||
{if $ti.menge==1} <td style="width:60px;font-size: 10pt;color:#B50000"> <strong>{$ti.zahl} x </strong></td> {/if}
|
||||
{if $ti.menge==2} <td style="width:60px;font-size: 10pt;color: orange"> <strong>{$ti.zahl} x </strong></td> {/if}
|
||||
{if $ti.menge==3} <td style="width:60px;font-size: 10pt;color:#3c763d"> <strong>{$ti.zahl} x </strong></td> {/if}
|
||||
|
||||
{if $ti.status==1} <td style="width:70px;font-size: 7pt;color:#3c763d"> <strong> {$ti.last}</strong></td> {/if}
|
||||
{if $ti.status==2} <td style="width:70px;font-size: 7pt;color: orange"> <strong> {$ti.last}</strong></td> {/if}
|
||||
{if $ti.status==3} <td style="width:70px;font-size: 7pt;color:#B50000"> <strong> {$ti.last}</strong></td> {/if}
|
||||
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue