| 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/public_html/lrsys_apps/hexagon/application/plugins/module_fleet/views/ |
Upload File : |
<div class="row">
<form class="form-horizontal" method="post" id="tform" action="{$_url}module_fleet/dashboard/index"/>
<div class="col-md-12">
<div class="col-md-2">
<input type="text" class="form-control" value="{$date}" id="date" name="date" datepicker data-date-format="mm/yyyy" data-auto-close="true" placeholder='{$_L['Select'] }'>
</div>
<div class="col-md-2">
<button type="submit" id="submit" class="btn btn-success"><i class="fa fa-search"></i></button>
</div>
</div>
</form>
</div>
<div class="space-30"></div>
<div class="row">
<div class="col-md-12">
<div class="ibox float-e-margins">
<div class="ibox-content">
<div id="km_lts" style="height: 350px;"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="ibox float-e-margins">
<div class="ibox-content">
<div id="driver_consum" style="height: 350px;"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$_L['Fleets Percentage of spending fuels per employeer']} - {$date}</h5>
</div>
<div class="ibox-content">
<div id="consumer_driver_pie" style="height: 330px;">
</div>
</div>
</div>
</div>
</div>