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.
 
 
 
 
 
 

73 lines
2.5 KiB

<div class="row">
<!-- author-->
<div class="col-md-12">
<div class="form-group">
<!-- <label for="workshop_author" class="control-label"><?=$this->lang->line("author")?><span class="font-required"> *</span></label> -->
<div class="form-group">
<input type="text" class="form-control event-address" id="author_label" name="author_label" value="<?=$this->lang->line("author")?>"/><span class="font-required"> *</span><small><i>Add label on this field.</i></small>
<div class="help-block with-errors"></div>
</div>
<input type="text" class="form-control event-address" id="workshop_author" name="workshop_author" placeholder="<?=$this->lang->line("author")?>"/>
<div class="help-block with-errors"></div>
</div>
</div>
<!--author details-->
<div class="col-md-12">
<div class="form-group">
<label for="workshop_author_description" class="control-label"><?=$this->lang->line("author_details")?><span class="font-required"> *</span></label>
<div id="workshop_author_description">
</div>
</div>
</div>
</div>
<!--RECOMPENSES-->
<div class="row">
<div class="col-md-12">
<label for="workshop_author_description" class="control-label"><?=$this->lang->line("author_awards")?></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"><?=$this->lang->line("author_awards")?></th>
<!-- <th class="text-center">Link</th> -->
<th class="text-center"><?=$this->lang->line("delete")?></th>
</tr>
</thead>
<tbody id="tbody_award">
</tbody>
</table>
</div>
<div class="col-md-12">
<button class="btn btn-md btn-primary" id="addBtn_award" type="button">
Ajouter une recompense de l'auteur
</button>
</div>
</div>
<!--OEUVRE DE L'AUTEUR-->
<div class="row">
<div class="col-md-12">
<hr>
<label for="workshop_author_description" class="control-label"><?=$this->lang->line("author_works")?></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">Work</th>
<th class="text-center">Image</th>
<th class="text-center">Link</th>
<th class="text-center"><?=$this->lang->line("delete")?></th>
</tr>
</thead>
<tbody id="tbody_works">
</tbody>
</table>
</div>
<div class="col-md-12">
<button class="btn btn-md btn-primary" id="addBtn_work" type="button">
Ajouter une oeuvre de l'auteur
</button>
</div>
</div>