| Server IP : 103.48.194.25 / Your IP : 216.73.216.47 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hocthongminh.net-bk/public_html/webadmin/components/product/views/factory/ |
Upload File : |
<?
$attributes = array('class' => 'email', 'id' => 'adminform');
echo form_open('product/factory/dels', $attributes);
?>
<input type="hidden" name="page" value="<?=(int)$this->uri->segment('3')?>">
<table width="100%" class="admindata">
<thead>
<tr>
<th colspan="5"> <input type="submit" onclick="return verify_del();" name="btn_submit" value="Xóa">
Hiện có <?=$num?> hãng sản xuất <?=$pagination?>
</th>
</tr>
<tr>
<th width="2%" class="checkbox"><input type="checkbox" name="sa" id="sa" onclick="check_chose('sa', 'ar_id[]', 'adminform')" /></th>
<th width="3%">ID</th>
<th width="33%" class="publish">Picture</th>
<th width="">Tên hãng sản xuất</th>
<th width="23%" class="publish">Chức năng</th>
</tr>
</thead>
<?
$k=1;
foreach($list as $rs):
$lb_img = ($rs->factory_img && file_exists(ROOT_IMG."manufacture/".$rs->factory_img))? '<img src="'.urlimg.'manufacture/'.$rs->factory_img.'" width="75" />':'';
?>
<tr class="row<?=$k?>">
<td><input type="checkbox" name="ar_id[]" value="<?=$rs->factory_id?>"></td>
<td><?=$rs->factory_id?></td>
<td align="center" style="text-align:center;"><?=$lb_img?></td>
<td><?=$rs->factory_name?></td>
<td align="center"><?=icon_edit('product/factory/edit/'.$rs->factory_id)?>
<span id="publish<?=$rs->factory_id?>">
<?=icon_active("'product/factory'","'factory_id'",$rs->factory_id,$rs->bl_active)?>
</span>
<?=icon_del('product/factory/del/'.$rs->factory_id.'/'.(int)$this->uri->segment(4))?></td>
</tr>
<?
$k=1-$k;
endforeach;
?>
<tfoot>
<td colspan="5"><input type="submit" onclick="return verify_del();" name="btn_submit" value="Xóa">
Hiện có
<?=$num?>
hãng sản xuất
<?=$pagination?></td>
<td width="1%"></tfoot>
</table>
<?=form_close()?>