| Server IP : 103.48.194.25 / Your IP : 216.73.216.231 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 : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/galaxynail.com/wadmin/components/gallery/views/ |
Upload File : |
<?=form_open_multipart('gallery/add')?>
<table class="form" width="100%">
<tr>
<td class="label">Choose Picture</td>
<td><a class="lib_img" href="javascript:void(0);" onClick="imgLib.openLib({width:'1000',height:'1000',return_tag:'lb_image',action:'imgcrop'});"></a>
<div class="lb_image">
<input type="hidden" name="lb_image" value="" id="lb_image">
</div>
</td>
</tr>
<tr>
<td class="label">Main Category</td>
<td><select name="gcat_id" id="gcat_id" class="w350">
<option value="0"> - Select - </option>
<?php foreach ($list_cat as $cat) :?>
<option value="<?=$cat->gcat_id?>"> <?=$cat->gcat_name?> </option>
<?php endforeach ;?>
</select></td>
</tr>
<tr>
<td class="label">Summary</td>
<td><input type="text" name="lb_title" id="lb_title"class="w350" value="<?=set_value('lb_title')?>" /></td>
</tr>
<tr>
<td class="label">Link</td>
<td><input type="text" name="lb_url" id="lb_url"class="w350" value="<?=set_value('lb_url')?>" /></td>
</tr>
<tr>
<td class="label">Status</td>
<td><input type="checkbox" name="bl_active" value="1" checked="checked">
<span style="margin-left:20px">Home : <input type="checkbox" name="is_home" value="1" checked /></span>
</td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="bt_submit" value="" class="themmoi"></td>
</tr>
</table>
<?=form_close()?>