?
Current Path : /home1/savoy/www/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/www/savoyglobal.net/drafthr/system/application/views/Master/viewourbranch-page.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="showourbranch(<?php echo $currpage; ?>,'branchname','');" alt="Back" align = "center" width="25" height="25" /></label> </div> <script type="text/javascript"> </script> <?php $result= $company->row(); ?> <fieldset> <legend>View Single Branch</legend> <li> <label for="compname">Branch Name</label> <label class="lbl_title"> <?=$result->branchname?></label> </li> <li> <label for="compname">Branch Code</label> <label class="lbl_title"> <?=$result->code?></label> </li> <li> <label> Address</label> <label class="lbl_title"> <?=$result->address?></label> </li> <?php $city= $this->customermodel->getSingleFieldValue('city','cityname','id',$result->city); $country= $this->customermodel->getSingleFieldValue('country','countryname','id',$result->country); ?> <li> <label> Country</label> <label class="lbl_title"> <?=$country?></label> </li> <li> <label> City</label> <label class="lbl_title"> <?=$city?></label> </li> <li> <label> Telephone No</label> <label class="lbl_title"> <?=$result->phone?></label> </li> <li> <label> Website</label> <label class="lbl_title"> <?=$result->website?></label> </li> <li> <label for="email"> E-mail</label> <label class="lbl_title"> <?=$result->email;?></label> </li> <li> <label for="fax"> Fax</label> <label class="lbl_title"> <?=$result->fax?></label> </li><li> <label> Footer</label> <label class="lbl_title"> <?=$result->footer?></label> </li><li> </fieldset>