| 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/leve/application/plugins/module_fleet/views/ |
Upload File : |
<div class="row">
<div class="col-md-8">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$title}</h5>
</div>
<div class="ibox-content" id="ibox_form">
<div class="alert alert-danger" id="emsg">
<span id="emsgbody"></span>
</div>
<form class="form-horizontal" id="rform">
<div class="row">
<div class="col-xs-12 div_form"> <h2> {$_L['Fleets Out']}</h2> </div>
<div class=" col-md-6 col-sm-12 col-xs-12">
<label class="control-label" >{$_L['Fleets Vehicle']}{$_L['*']}</label>
<select id="module_fleets_vehicle_id" name="module_fleets_vehicle_id" class="form-control select2" {if not empty ($alocation['id'])} disabled {/if}>
</select>
<!-- <span class="help-block"><a href="#" id="add_new_vehicle_type"> {$_L['Fleets Add New Vehicle']}</a> </span> -->
</div>
<div class=" col-md-6 col-sm-12 col-xs-12">
<label class="control-label" >{$_L['Employee']}{$_L['*']}</label>
<select id="employee_id" name="employee_id" class="form-control select2" {if not empty ($alocation['id'])} disabled {/if}>
</select>
<!-- <span class="help-block"><a href="#" id="add_new_vehicle_type"> {$_L['Fleets Add New Vehicle']}</a> </span> -->
</div>
<div class=" col-md-6 col-sm-12 col-xs-12">
<label class="control-label">{$_L['Fleets Km Out']} {$_L['*']}</label>
<input type="text" id="km_out" name="km_out" class="form-control integer" autocomplete="off">
</div>
<div class=" col-md-6 col-sm-12 col-xs-12">
<label class="control-label">{$_L['Fleets Tank Out']} {$_L['*']}</label>
<input type="text" id="tank_out" name="tank_out" class="form-control integer" autocomplete="off">
</div>
<div class=" col-md-6 col-sm-12 col-xs-12">
<label for="start">{$_L['Fleets Date out']}{$_L['*']}</label>
<input type="text" class="form-control" id="date_out" name="date_out" datepicker
data-date-format="{$_c['formatDate']}" data-auto-close="true"
>
</div>
<div class=" col-md-6 col-sm-12 col-xs-12">
<label for="start_time">{$_L['Fleets Hour out']}{$_L['*']}</label>
<div class="input-group clockpicker">
<input type="text" id="out_time" name="out_time" class="form-control" >
<span class="input-group-addon">
<span class="glyphicon glyphicon-time"></span>
</span>
</div>
</div>
</div>
</form>
<div class="row">
<div class="col-md-12">
<hr>
<div class="form-group">
<div class="col-md-offset-4 col-lg-8">
<button class="md-btn md-btn-primary waves-effect waves-light" type="submit" id="submit"><i class="fa fa-check"></i> {$_L['Submit']}</button> | <a href="{$_url}module_fleet/alocation_vehicle/list/">{$_L['Or Cancel']}</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<input type="hidden" id="select" value="{$_L['Select']}...">