You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
854 B

<div id="location_details">
<div class="row">
<div class="col-md-12 search-input">
<input
id="pac-input"
class="form-control controls"
type="text"
placeholder="Search Box"
/>
<input type="hidden" id="location" name="location"/>
</div>
</div>
<div class="row">
<div id="map"></div>
</div>
<div class="row">
<label for="workshop-venue-img" class="control-label"></label>
<table class="table-responsive table table-striped table-bordered" id="award_table" cellspacing="0" width="100%" height="100">
<thead>
<tr>
<th class="text-center">Image</th>
<th class="text-center"><?=$this->lang->line("delete")?></th>
</tr>
</thead>
<tbody id="tbody_venue_img">
</tbody>
</table>
<button class="btn btn-md btn-primary" id="addBtn_venue_img" type="button">Ajouter image</button>
</div>
</div>