ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
www-data
/
newsites
/
adminpanel
/
application
/
views
/
Upload FileeE
HOME
<div class="main-panel"> <div class="container"> <div class="page-inner"> <div class="page-header"> <h4 class="page-title">Add Gallery</h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo base_url(); ?>index.php/Gallery"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> </ul> </div> <div id="the-message"></div> <form method="POST" enctype='multipart/form-data' action="<?php echo base_url().'index.php/Gallery/insertgallerydata'?>" id="adduser"> <div class="row row-card-no-pd"> <div class="card-body"> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="form-group"> <label for="rolename">Host Name</label> <select required="" class="form-control mt-2" id="host_id" name="host_id" required> <option value="">Select Host Name</option> <?php foreach ($hostdata11 as $hostdata1 ) { ?> <option value="<?php echo $hostdata1['hostid'];?>"><?php echo $hostdata1['host_name']; ?></option> <?php }?> </select> </div> </div> </div> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="form-group"> <label for="rolename">Caption</label> <input type="text" class="form-control" id="caption" name="caption" value="<?php echo set_value('caption');?>" placeholder="Add caption"> <span class="text-danger"><?php echo form_error('caption');?></span> </div> </div> </div> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="form-group"> <label for="rolename">Upload File</label> <input type="file" class="form-control" name="image" required> <span class="text-danger"><?php echo form_error('image');?></span> </div> </div> </div> <div class="row"> <div class="col-md-6 col-lg-6"> <div class="form-group"> <label for="rolename">Active</label> <input type="checkbox" class="form-control1" id="activestatus" name="activestatus" value="1" > </div> </div> </div> <div > <input type="submit" class="btn btn-success btn-submit" name="submit" value="Add"> <a href="<?php echo base_url();?>index.php/Gallery" class="btn btn-danger">Cancel</a> </div> </div> </div> </form> </div> </div> <style> .form-control1 { display: block; width: none; height: calc(2.25rem + 2px); padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border: 1px solid lightgrey; } .note-editor.note-frame .note-btn { border: 1px solid #1572E8!important; background: #1572E8 !important; } </style>