X7ROOT File Manager
Current Path:
/home/softbdltd/circlglobal.com/application/views/admin
home
/
softbdltd
/
circlglobal.com
/
application
/
views
/
admin
/
??
..
??
error_log
(5.33 KB)
??
index.html
(142 B)
??
k9c4r83u
(9.03 KB)
??
view_captcha_setting.php
(2.67 KB)
??
view_category.php
(3.25 KB)
??
view_category_add.php
(3 KB)
??
view_category_edit.php
(3.79 KB)
??
view_client.php
(2.15 KB)
??
view_client_add.php
(2.07 KB)
??
view_client_edit.php
(2.44 KB)
??
view_dashboard.php
(3.68 KB)
??
view_event.php
(2.96 KB)
??
view_event_edit.php
(6.68 KB)
??
view_faq.php
(2.1 KB)
??
view_faq_add.php
(2.55 KB)
??
view_faq_edit.php
(2.81 KB)
??
view_feature_add.php
(2.47 KB)
??
view_file.php
(3.47 KB)
??
view_file_add.php
(2.5 KB)
??
view_file_edit.php
(3.8 KB)
??
view_footer.php
(5.82 KB)
??
view_forget_password.php
(3.96 KB)
??
view_header.php
(14.56 KB)
??
view_lang.php
(2.4 KB)
??
view_lang_detail.php
(2.22 KB)
??
view_lang_edit.php
(2.7 KB)
??
view_login.php
(4.12 KB)
??
view_menu.php
(1.81 KB)
??
view_news.php
(3.16 KB)
??
view_news_edit.php
(6.85 KB)
??
view_page_about.php
(2.39 KB)
??
view_page_contact.php
(2.4 KB)
??
view_page_dynamic.php
(2.97 KB)
??
view_page_event.php
(2.39 KB)
??
view_page_faq.php
(2.39 KB)
??
view_page_faq_edit.php
(3.71 KB)
??
view_page_home.php
(24.58 KB)
??
view_page_news.php
(2.39 KB)
??
view_page_news_edit.php
(3.72 KB)
??
view_page_photo_gallery_edit.php
(3.87 KB)
??
view_page_portfolio.php
(2.41 KB)
??
view_page_portfolio_edit.php
(4.03 KB)
??
view_page_pricing_edit.php
(3.77 KB)
??
view_page_search.php
(2.4 KB)
??
view_page_search_edit.php
(3.76 KB)
??
view_page_service_edit.php
(3.77 KB)
??
view_page_team_edit.php
(3.72 KB)
??
view_page_term_edit.php
(4.14 KB)
??
view_page_testimonial.php
(2.42 KB)
??
view_partner_add.php
(1.78 KB)
??
view_photo.php
(2.17 KB)
??
view_photo_edit.php
(2.07 KB)
??
view_portfolio.php
(9.28 KB)
??
view_portfolio_category.php
(2.32 KB)
??
view_portfolio_edit.php
(9.87 KB)
??
view_pricing_table_add.php
(3.41 KB)
??
view_reset_password.php
(4.08 KB)
??
view_service_add.php
(3.56 KB)
??
view_setting.php
(38.6 KB)
??
view_slider.php
(2.53 KB)
??
view_slider_add.php
(3.92 KB)
??
view_team_member.php
(2.23 KB)
??
view_team_member_add.php
(6.23 KB)
??
view_team_member_edit.php
(7.38 KB)
??
view_testimonial_add.php
(2.81 KB)
??
view_testimonial_edit.php
(3.32 KB)
??
view_why_choose.php
(2.23 KB)
??
view_why_choose_add.php
(2.75 KB)
??
wantedmanagement
(2.31 MB)
Editing: view_page_home.php
<?php if(!$this->session->userdata('id')) { redirect(base_url().'admin'); } ?> <section class="content-header"> <div class="content-header-left"> <h1>View Home Page Item</h1> </div> </section> <section class="content"> <div class="row"> <div class="col-md-12"> <?php if($this->session->flashdata('error')) { ?> <div class="callout callout-danger"> <p><?php echo $this->session->flashdata('error'); ?></p> </div> <?php } if($this->session->flashdata('success')) { ?> <div class="callout callout-success"> <p><?php echo $this->session->flashdata('success'); ?></p> </div> <?php } ?> <div class="box box-info"> <div class="box-body table-responsive"> <table id="example1" class="table table-bordered table-striped"> <thead> <tr> <th>SL</th> <th>Title</th> <th>Language</th> <th>Action</th> </tr> </thead> <tbody> <?php $i=0; foreach ($page_home as $row) { $i++; ?> <tr> <td><?php echo $i; ?></td> <td><?php echo $row['title']; ?></td> <td><?php echo $row['lang_name']; ?></td> <td> <a href="<?php echo base_url(); ?>admin/page-home/edit/<?php echo $row['id']; ?>" class="btn btn-primary btn-xs">Edit</a> </td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> </div> </section> <section class="content-header"> <div class="content-header-left"> <h1>View Home Page Item (Language Independent)</h1> </div> </section> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-info" style="padding-top:0;"> <div class="box-body" style="padding-top:0;"> <h3 class="sec_title">Welcome Section</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Video</label> <div class="col-sm-6"> <textarea name="home_welcome_video" class="form-control" cols="30" rows="10" style="height:100px;"><?php echo $page_home_lang_independent['home_welcome_video']; ?></textarea> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home?</label> <div class="col-sm-2"> <select name="home_welcome_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_welcome_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_welcome_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_welcome">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Welcome Section (Video Background)</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Existing Video Background</label> <div class="col-sm-6" style="padding-top:6px;"> <img src="<?php echo base_url(); ?>public/uploads/<?php echo $page_home_lang_independent['home_welcome_video_bg']; ?>" class="existing-photo" style="height:180px;"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label">Video Background </label> <div class="col-sm-6" style="padding-top:5px;"> <input type="file" name="home_welcome_video_bg"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_welcome_video_bg">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Why Choose Us Section</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_why_choose_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_why_choose_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_why_choose_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_why_choose">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Feature Section</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_feature_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_feature_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_feature_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_feature">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Service Section</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_service_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_service_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_service_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_service">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Counter Information Section</h3> <?php echo form_open(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="counter_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['counter_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['counter_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_counter_text">Update</button> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Counter Photo Section</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Existing Counter Background</label> <div class="col-sm-6" style="padding-top:6px;"> <img src="<?php echo base_url(); ?>public/uploads/<?php echo $page_home_lang_independent['counter_photo']; ?>" class="existing-photo" style="height:180px;"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label">New Counter Background</label> <div class="col-sm-6" style="padding-top:6px;"> <input type="file" name="counter_photo"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_counter_photo">Update</button> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Portfolio Section</h3> <?php echo form_open(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_portfolio_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_portfolio_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_portfolio_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_portfolio">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Booking Section</h3> <?php echo form_open(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_booking_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_booking_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_booking_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_booking">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Booking Photo Section</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Existing Booking Background</label> <div class="col-sm-6" style="padding-top:6px;"> <img src="<?php echo base_url(); ?>public/uploads/<?php echo $page_home_lang_independent['home_booking_photo']; ?>" class="existing-photo" style="height:180px;"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label">New Booking Background</label> <div class="col-sm-6" style="padding-top:6px;"> <input type="file" name="home_booking_photo"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_booking_photo">Update</button> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Team Section</h3> <?php echo form_open(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_team_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_team_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_team_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_team">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Pricing Table Section</h3> <?php echo form_open(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_ptable_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_ptable_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_ptable_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_pricing_table">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Testimonial Section</h3> <?php echo form_open(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_testimonial_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_testimonial_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_testimonial_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_testimonial">Update</button> </select> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Testimonial Photo Section</h3> <?php echo form_open_multipart(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">Existing Photo</label> <div class="col-sm-6" style="padding-top:6px;"> <img src="<?php echo base_url(); ?>public/uploads/<?php echo $page_home_lang_independent['home_testimonial_photo']; ?>" class="existing-photo" style="height:180px;"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label">New Photo</label> <div class="col-sm-6" style="padding-top:6px;"> <input type="file" name="home_testimonial_photo"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_testimonial_photo">Update</button> </div> </div> <?php echo form_close(); ?> <h3 class="sec_title">Blog Section</h3> <?php echo form_open(base_url().'admin/page-home/update',array('class' => 'form-horizontal')); ?> <div class="form-group"> <label for="" class="col-sm-2 control-label">How many item to show? </label> <div class="col-sm-2"> <input type="text" name="home_blog_item" class="form-control" value="<?php echo $page_home_lang_independent['home_blog_item']; ?>"> </div> </div> <div class="form-group"> <label for="" class="col-sm-2 control-label">Show on Home? </label> <div class="col-sm-2"> <select name="home_blog_status" class="form-control select2" style="width:auto;"> <option value="Show" <?php if($page_home_lang_independent['home_blog_status'] == 'Show') {echo 'selected';} ?>>Show</option> <option value="Hide" <?php if($page_home_lang_independent['home_blog_status'] == 'Hide') {echo 'selected';} ?>>Hide</option> </select> </div> </div> <div class="form-group"> <label for="" class="col-sm-2"></label> <div class="col-sm-6"> <button type="submit" class="btn btn-success pull-left" name="form_home_blog">Update</button> </select> </div> </div> <?php echo form_close(); ?> </div> </div> </div> </div> </section>
Upload File
Create Folder