init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
19
template/tpl/ajax/cicon.tpl
Normal file
19
template/tpl/ajax/cicon.tpl
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{if $anzeige==0}
|
||||
<td nowrap id="caricon" style="width:20px;font-size:11pt;text-align:right;color:gray">
|
||||
<i class="fa fa-truck" id="caricon"></i>
|
||||
</td>
|
||||
{elseif $anzeige==1}
|
||||
<td nowrap id="caricon" style="width:20px;font-size:11pt;text-align:right;color:red">
|
||||
<i class="fa fa-truck" id="caricon"></i>
|
||||
</td>
|
||||
{elseif $anzeige==2}
|
||||
<td nowrap id="caricon" style="width:20px;font-size:11pt;text-align:right;color:orange">
|
||||
<i class="fa fa-truck" id="caricon"></i>
|
||||
</td>
|
||||
{elseif $anzeige==3}
|
||||
<td nowrap id="caricon" style="width:20px;font-size:11pt;text-align:right;color:green">
|
||||
<i class="fa fa-truck" id="caricon"></i>
|
||||
</td>
|
||||
{/if}
|
||||
<input type="hidden" name="tourID" value="{$tourID}"/>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue