| 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/public_html/lrsys_apps/leo/application/plugins/module_fish/views/biometry/ |
Upload File : |
<div class="col-xs-12">
{if count($lotes)>0}
<table id="table_lotes" class="table table-bordered table-striped table-condensed ">
<thead>
<tr role="row">
<th style="width: 12px;">
<input cheched="checked" class="lote_all" type="checkbox" value="1"></th>
<th >{$_L['Module_Fish Tank']}</th>
<th >{$_L['Module_Fish Weight estimated'] }</th>
<th >{$_L['Module_Fish Weight verify']}</th>
</tr>
</thead>
<tbody>
{foreach $lotes as $l}
<tr class="odd" style="display: table-row;">
<td class=" sorting_1">
<input type="hidden" name="date_biometry_{$row}" value="{$l['date']}">
<input type="hidden" name="id_{$row}" value="{$l['lote_id']}">
<input checked="checked" class="lote_select" data-row='{$row}' name="row[]" type="checkbox" value="{$row}"></td>
<td class=" ">{$l['title_tank']} - {$l['title_lote']} </td>
<td class=" "><span class=''>{$l['estimated_biometry']*1000}</span> (g)</span></td>
<td class=" ">
<div class="input-group">
<input class="form-control biometry_qty" id="weight_{$row}" name="weight_{$row++}" style="min-width:100px;" type="text" value="{$l['biometry']*1000}">
<span class="input-group-addon">
g
</span>
</div>
</td>
</tr>
{/foreach}
</tbody></table>
{else}
{$_L['Module_Fish No feed found']}
{/if}
</div>