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.
 
 
 
 
 
 

64 lines
2.7 KiB

<!-- SPEAKERS -->
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title "><?=$this->lang->line("events")["title"]["event_speaker"]?></h3>
</div>
<div class="panel-body">
<div class="form-group">
<div class="row">
<div class="input-group">
<input type="text" class="form-control ignore" placeholder="<?=$this->lang->line("events")["title"]["event_speaker"]?>" name="speaker" id="speaker">
<span class="input-group-btn">
<span class="btn btn-default" id="add_speaker_btn" onclick="event_speaker.modal.action(0, event, 0); event_speaker.grid.remove_inline_edit();"><?=$this->lang->line("events")["title"]["add_event_speaker"]?></span>
</span>
</div>
</div>
<div class="row" id="event_speakers_list" style="padding-top: 5px;">
</div>
</div>
<div class="form-group">
<div class="row">
<table id="event_speaker_list" class="table-responsive table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%" height="100">
<thead>
<tr>
<th></th>
<th></th>
<th>#</th>
<th>Intervenant</th>
<th>Actions</th>
</tr>
</thead>
<tbody> </tbody>
</table>
</div>
</div>
</div>
</div>
<!-- SPEAKERS -->
<!-- PARTNERS AND SPONSORS -->
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title"><?=$this->lang->line("events")["title"]["partners"]?></h3>
</div>
<div class="panel-body">
<div class="row col-xs-offset-0" style="margin-left:-20px;">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="row">
<table id="event_sponsor_list" class="table-responsive table table-striped table-bordered dt-responsive" cellspacing="0" width="100%">
<thead>
<tr>
<th></th>
<th>Prévisualisation</th>
<th>Description</th>
<th>Action</th>
</tr>
</thead>
<tbody id="sponsor_tbody">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>