MasterClass/application/views/backoffice/events/location_details.php
2025-07-29 15:53:43 +03:00

30 lines
854 B
PHP

<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>