init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
|
|
@ -0,0 +1,60 @@
|
|||
<?php
|
||||
/* Smarty version 4.3.0, created on 2024-06-25 15:03:57
|
||||
from '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/free_car.tpl' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '4.3.0',
|
||||
'unifunc' => 'content_667ac03d7f2a16_73789598',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'17d10bd9669c8f2c8a1759530e603e4ab3ecf901' =>
|
||||
array (
|
||||
0 => '/var/www/vhosts/jb-data.de/httpdocs/template/tpl/ajax/free_car.tpl',
|
||||
1 => 1719320599,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_667ac03d7f2a16_73789598 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
?><div class="panel panel-tbox">
|
||||
<header class="panel-heading" style="font-size: 10pt;line-height:80%">
|
||||
<span style="font-size: 14pt" class="far fa-moon-stars pull-left"></span>
|
||||
<span style="font-size: 9pt"> verfügbare Fahrzeuge</span>
|
||||
</header>
|
||||
<div class="panel-body">
|
||||
<table class="no-style full" style="margin:-9px;line-height:12px">
|
||||
<?php
|
||||
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['data']->value, 'fc');
|
||||
$_smarty_tpl->tpl_vars['fc']->do_else = true;
|
||||
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['fc']->value) {
|
||||
$_smarty_tpl->tpl_vars['fc']->do_else = false;
|
||||
?>
|
||||
<tr>
|
||||
<td style="width:30px;font-size:12pt">
|
||||
<?php if ($_smarty_tpl->tpl_vars['fc']->value['typ'] == 1) {?> <i class="far fa-car-side" style="color: sandybrown"></i> <?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['fc']->value['typ'] == 2) {?> <i class="far fa-shuttle-van" style="color: orange"></i> <?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['fc']->value['typ'] == 3) {?> <i class="far fa-truck" style="color: deepskyblue"></i> <?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['fc']->value['typ'] == 4) {?> <i class="far fa-truck" style="color: cadetblue"></i> <?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['fc']->value['typ'] == 5) {?> <i class="far fa-truck-moving" style="color: darkgreen"></i> <?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['fc']->value['typ'] == 98) {?><i class="far fa-truck-plow" style="color: red"></i> <?php }?>
|
||||
</td>
|
||||
<td style="width:200px;font-size:10pt;">
|
||||
<strong><?php echo $_smarty_tpl->tpl_vars['fc']->value['car'];?>
|
||||
</strong></br>
|
||||
<span style="width:145px;font-size: 7pt;"><?php echo $_smarty_tpl->tpl_vars['fc']->value['info'];?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue