| Server IP : 162.214.74.102 / Your IP : 216.73.216.192 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/imobles/application/plugins/module_pcp/views/os/ |
Upload File : |
<div class="row">
<div class="col-md-12">
<div class="ibox">
<div class="ibox-title">
<h5>{$_L['Pcp list']}</h5>
</div>
<div class="ibox-content" id="ibox_form">
<div class="head">
<div class="row">
<div class="col-sm-7 col-xs-12">
<div class="btn-group">
<a href="{$_url}module_pcp/os/add-os" class="btn btn-primary">
<i class="fa fa-tags"></i> {$_L['Pcp add']}</a>
</div>
<div class="btn-group">
<button type="button" class="btn btn-primary inventario" title="{$_L['Print rel']}">
<i class="fa fa-print"></i></button>
</div>
<!-- <div class="btn-group dropdown dropdown-main-actions">
<button data-toggle="dropdown" class="btn btn-primary dropdown-toggle" type="button">
<i class="fa fa-cog"></i>
<span class="hidden-xs hidden-sm">{$_L['More actions']}</span>
<span class="hidden-md hidden-lg">{$_L['Actions']}</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li class="inventario"><a href="#"><i class="fa fa-th"></i> {$_L['More actions inventory']}</a></li>
</ul>
</div> -->
</div>
<div class="col-sm-5 col-xs-12 hidden-xs">
<div class="input-group">
<input type="text" id="stock_search" class="form-control" value="" placeholder="{$_L['Text search']}">
<span class="input-group-btn">
<button class="btn btn-primary stock_search" type="button"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
</div>
</div>
<div class="project-list mt-md">
<div id="progressbar"></div>
<div class="clearfix"></div><br>
<div id="application_ajaxrender">
<table class="table table-striped table-hover">
<thead>
<tr><th> </th>
<th>{$_L['Code']}</th>
<th>Cliente</th>
<th colspan="2">{$_L['Product']}</th>
<th>Situação</th>
<th>Status</th>
<th>Data Início</th>
<th>Data Término</th>
</tr>
</thead>
<tbody id="tbody">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>