| Server IP : 162.214.74.102 / Your IP : 216.73.216.59 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/regional/application/plugins/module_fleet/views/ |
Upload File : |
<div class="row">
<div class="col-md-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$_L['Fleets Alocation']}</h5>
</div>
<div class="ibox-content">
<a href="{$_url}module_fleet/alocation_vehicle/out" class="btn btn-success"><i class="fa fa-plus"></i> {$_L['Fleets Add New Alocation']}</a>
<br>
<br>
<table class="table table-striped table-bordered">
<th>{$_L['Employee']}</th>
<th>{$_L['Fleets Vehicle']}</th>
<th>{$_L['Fleets Date out']}<br/>{$_L['Fleets Hour out']}</th>
<th>{$_L['Fleets Date in']}<br/>{$_L['Fleets Hour in']}</th>
<th>{$_L['Manage']}</th>
{foreach $alocation as $v}
<tr>
<td>{$v['account']}</td>
<td>{$v['model']}<br/>{$v['brand']}<br/>{$v['board']}</td>
<td>{date( $_c['df'], strtotime($v['date_out']))}<br/>{date( "H:i", strtotime($v['date_out']))}</td>
<td>{if $v['out']==0}{date( $_c['df'], strtotime($v['date_in']))}<br/>{date( "H:i", strtotime($v['date_in']))}{/if}</td>
<td>
{if $v['out']==1}
<a href="{$_url}module_fleet/alocation_vehicle/in/{$v['id']}" class="btn btn-xs btn-info"><i class="fa fa-arrow-right"></i> {$_L['Fleets Register In']}</a>
{/if}
</td>
</tr>
{/foreach}
</table>
</div>
</div>
</div>
</div>
<input type="hidden" id="_msg_add_new_vehicle_type" value="{$_L['Fleets Add New Vehicle Type']}">
<input type="hidden" id="_msg_name" value="{$_L['Name']}">
<input type="hidden" id="_msg_edit" value="{$_L['Edit']}">
<input type="hidden" id="_msg_ok" value="{$_L['OK']}">
<input type="hidden" id="_msg_cancel" value="{$_L['Cancel']}">