?
Current Path : /home1/savoy/public_html/savoyglobal.net/drafthr/system/application/views/Master/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/drafthr/system/application/views/Master/singlecityview.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <script type="text/javascript"> $(document).ready(function(){ //Display Loading Image viewfolderstructure('','','<?=$id?>','<?=$tablename?>','<?=$fieldname?>'); }); </script> <?php foreach($viewinfo as $updata) { $cityname=$updata['cityname']; $citycode=$updata['citycode']; $country_id=$updata['country_id']; $cityid=$updata['id']; } $countrydata=$this->mastermodel->get_data('country',$country_id,'id'); foreach($countrydata as $val) { $countryname=$val['countryname']; $countryid=$val['id']; } ?> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="showcity()" alt="Back" align = "center" width="25" height="25" /></label> </div> <fieldset> <legend>City</legend> <?php $attributes = array('id' => 'customForm'); echo form_open_multipart('#',$attributes);?> <ul> <li> <label for="country">Country</label> <?php echo $countryname; ?> <span id="country_idInfo" class="red_bold">*</span> </li> <li> <label for="country">City Name</label> <?php echo $cityname; ?> </li> <li> <label for="country">City code</label> <?php echo $citycode; ?> </li> </ul> <?php echo form_close();?> </fieldset> <fieldset> <legend>Files</legend> <div id="Folderssv"> </div> </fieldset>