?
Current Path : /home1/savoy/www/savoyeducation.com/application/views/back-end/pages/ |
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/savoyeducation.com/application/views/back-end/pages/add_program_gallery.php |
<!-- main content start--> <div id="page-wrapper"> <div class="main-page"> <div class="forms"> <h3 class="title1">Program Gallery </h3> <?php if ($this->session->flashdata('alert_info')) { ?> <div class="col-md-12 <?= $this->session->flashdata('alert_class') ?>"> <?= $this->session->flashdata('alert_info') ?> </div> <br clear="all"><br> <?php } ?> <div class="form-grids row widget-shadow" data-example-id="basic-forms"> <div class="form-title"> <h4>Add Gallery :</h4> </div> <div class="container"> <div class="row"> <p><?php echo $this->session->flashdata('statusMsg'); ?></p> <?php $attributes = array( 'id' => 'gallery_form', 'role' => 'form', 'method' => 'POST' ); echo form_open_multipart('admin/Admin_controller/gallery_add_process', $attributes); $id=$this->uri->segment(4); ?> <!-- <form enctype="multipart/form-data" action="" method="post">--> <a href="<?= base_url();?>admin/Admin_controller/program_gallery_listing/<?php echo $id;?>" class="pull-right btn btn-xs btn-primary" style="float:right; bottom: 68px;float: right;margin-right: 148px;position: relative;"><span class="label label-success"></span> Show Gallery </a> <input type="hidden" name="id" value="<?php echo $id;?>"/> <div class="form-group"> <label>Choose Files</label> <input type="file" name="userFiles[]" multiple/> </div> <div class="form-group"> <input type="submit" name="fileSubmit" value="UPLOAD"/> </div> <!-- </form>--><?= form_close(); ?> </div> </div> </div> </div> </div> </div>