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.
74 lines
3.7 KiB
74 lines
3.7 KiB
<!-- FOR EVENT PREFERENTIALE -->
|
|
<div id="attachement-preferentiale">
|
|
<div class="panel panel-info" style="padding-bottom:0px;">
|
|
<div class="panel-heading">
|
|
<!-- <h3 class="panel-title"><?=$this->lang->line("events")["title"]["event_attachment"]?><span class="font-required"> *</span></h3>
|
|
<div class="row pull-right jn_top">
|
|
<div class="col-sm-1 span4" style="width: 100%;"> -->
|
|
<!-- Single button -->
|
|
<!-- <div class = "btn-group" style="margin-top:-5px;">
|
|
<select class="ignore form-control" id="event-file-attachment" name="event-file-attachment"> -->
|
|
<!-- <option disabled=disabled> Pièce jointe : </option> -->
|
|
<!-- <option value="1"><?=$this->lang->line("media_principal")?><font color="red">*</font></option>
|
|
<option value="2"><?=$this->lang->line("media_optionnel")?></option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
<strong>Remarque</strong> : Téléchargez <span id="image_attachment_limit"></span> image pour la page d'accueil
|
|
</div>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div id="attachment_prev" 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_file_attachment_list" class="table-responsive table table-striped table-bordered dt-responsive" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th></th>
|
|
<th>Display</th>
|
|
<th>Type</th>
|
|
<th><?=$this->lang->line("previsualization")?></th>
|
|
<th>Description</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="attachment_tbody">
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="attachement-online">
|
|
<!-- EVENT FOR ONLINE COURSE -->
|
|
<h3><b>Trailer Preview</b></h3>
|
|
<hr>
|
|
<div class="panel panel-info" style="padding-bottom:0px;">
|
|
<div class="panel-heading">
|
|
<strong>Remarque</strong> : Upload video trailer URL link
|
|
</div>
|
|
</div>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
<div class="col-lg-5 col-md-5">
|
|
<!-- The video trailer from vimeo will display once url embedded -->
|
|
<div class="form-group">
|
|
<label for="trailer" class="control-label">Trailer Video<span class="font-required"> *</span></label>
|
|
<input type="text" class="form-control event-address" id="trailer" placeholder="Vimeo video id">
|
|
</div>
|
|
<div class="text-right">
|
|
<button class="btn btn-md btn-primary" id="remove_trailer">Remove</button>
|
|
<button class="btn btn-md btn-primary" id="add_trailer">Add</button>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-7 col-md-7">
|
|
<div align="center" class="embed-responsive embed-responsive-16by9" id="trailer_video">
|
|
<!-- <iframe title="vimeo-player" src="https://player.vimeo.com/video/253989945?h=c6db007fe5" width="640" height="360" frameborder="0" allowfullscreen></iframe> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|