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.
222 lines
14 KiB
222 lines
14 KiB
<style> .fa.text-muted { opacity: 0.9; } .bootstrap-datetimepicker-widget{ z-index: 999999 !important; } .font-required{ color: red; }</style>
|
|
|
|
<div class="BO_view" id="inline-btn">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
|
<div id="event_management">
|
|
<div class="col-sm-12">
|
|
<table id="events_list" class="table table-striped table-bordered nowrap" cellspacing="0" height="200">
|
|
<thead>
|
|
<tr>
|
|
<!-- <th><input type="checkbox" value=""></th> -->
|
|
<th width="20px">
|
|
<?php if ($_SESSION['logged_in']['role_id'] != 4): ?>
|
|
<div style="text-align: center;">
|
|
<input style="float: left;display:none" type="checkbox" id="events-select-all">
|
|
<a href="#" style="" id="expand_all"><div><img src="https://datatables.net/examples/resources/details_open.png"></div></a>
|
|
<a href="#" style="float: right; display:none" id="collapse_all"><div><img src="https://datatables.net/examples/resources/details_close.png"></div></a>
|
|
</div>
|
|
<?php endif; ?>
|
|
</th>
|
|
<th style="width: 20px; !important;" data-priority="1" ><?=$this->lang->line("event_title")?></th>
|
|
<th><?=$this->lang->line("event_category")?></th>
|
|
<th><?=$this->lang->line("event_type")?></th>
|
|
<th><?=$this->lang->line("city_location")?></th>
|
|
<th><?=$this->lang->line("date_created")?></th>
|
|
<th><?=$this->lang->line("author")?></th>
|
|
<!-- <th><?=$this->lang->line("event_status")?></th> -->
|
|
<th><div style=""><?=$this->lang->line("actions")?></div></th>
|
|
<!-- <th><?=$this->lang->line("bo_status")?></th>
|
|
<th><?=$this->lang->line("author")?></th> -->
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
<tfoot>
|
|
<tr>
|
|
<!-- <th></th> -->
|
|
<th></th>
|
|
<th data-priority="1"><?=$this->lang->line("event_title")?></th>
|
|
<th><?=$this->lang->line("event_category")?></th>
|
|
<th><?=$this->lang->line("event_type")?></th>
|
|
<th><?=$this->lang->line("city_location")?></th>
|
|
<th><?=$this->lang->line("date_created")?></th>
|
|
<th><?=$this->lang->line("author")?></th>
|
|
<!-- <th><?=$this->lang->line("event_status")?></th> -->
|
|
<th><div style=""><?=$this->lang->line("actions")?></div></th>
|
|
<!-- <th><?=$this->lang->line("bo_status")?></th>
|
|
<th><?=$this->lang->line("author")?></th> -->
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Modal for Events -->
|
|
<div id="remote_form" style="display:none;">
|
|
<form role="form" data-toggle="validator" novalidate="novalidate" action="javascript:;" id="eventForm" onkeydown="return event.key != 'Enter';">
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<ul class="nav nav-tabs tab-pane" role="tablist">
|
|
<li class="active" role="tab"><a href="#home" role="tab" data-toggle="tab"><?=$this->lang->line("event_information")?></a></li>
|
|
<li role="tab" id="soir_distance_tab"><a href="#soir_atelier_distance" role="tab" data-toggle="tab">Atelier à distance<span class="font-required"> *</span></a></li>
|
|
<li role="tab" id="soir_presentiel_tab"><a href="#soir_atelier_presentiel" role="tab" data-toggle="tab">Atelier en presentiel<span class="font-required"> *</span></a></li>
|
|
<li role="tab"><a href="#description_tab" role="tab" data-toggle="tab" id="desc-title-tab"><?=$this->lang->line("description")?><span class="font-required"> *</span></a></li>
|
|
<!-- <li role="tab" id="description_online_tab"><a href="#description_tab" role="tab" data-toggle="tab">Détail du cours<span class="font-required"> *</span></a></li> -->
|
|
<li role="tab" id="locations_tab"><a href="#location_tab" role="tab" data-toggle="tab"><?=$this->lang->line("workshop_location")?></a></li>
|
|
<li role="tab"><a href="#author_tab" role="tab" data-toggle="tab"><?=$this->lang->line("author")?><span class="font-required"> *</span></a></li>
|
|
<li class="" role="tab"><a href="#photo_video" role="tab" data-toggle="tab">Images<span class="font-required"> *</span></a></li>
|
|
<li class="" role="tab"><a href="#similar_tab" role="tab" data-toggle="tab">Ateliers similaires<span class="font-required"></span></a></li>
|
|
<li class="" id="comments_tab" role="tab"><a href="#comment_tab" role="tab" data-toggle="tab">Commentaires<span class="font-required"></span></a></li>
|
|
<li class="" id="videos_tab" role="tab"><a href="#video_tab" role="tab" data-toggle="tab">Lien des videos<span class="font-required"></span></a></li>
|
|
<!-- <li class="" role="tab"><a href="#photo_video" role="tab" data-toggle="tab"><?=$this->lang->line("animation")?><span class="font-required"> *</span></a></li> -->
|
|
<!-- <li role="tab"><a href="#featured_banner" role="tab" data-toggle="tab"><?=$this->lang->line("featured_banner")?><span class="font-required"> *</span></a></li> -->
|
|
<!-- <li role="tab"><a href="#partners_speakers_tab" role="tab" data-toggle="tab"><?=$this->lang->line("events")["title"]["speakers_partners"]?></a></li> -->
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
<div class="panel-body tab-content">
|
|
<div class="tab-pane active" id="home">
|
|
<!-- Load Event Basic Information view -->
|
|
<?php $this->load->view('backoffice/events/event_basic_information_view')?>
|
|
<!-- Load Event Schedule Template view -->
|
|
<?php $this->load->view('backoffice/events/event_schedule_view')?>
|
|
</div>
|
|
<!--cours du soir atelier presentiel information -->
|
|
<div class="tab-pane" id="soir_atelier_presentiel">
|
|
<!-- Load Event Discription view -->
|
|
<?php $this->load->view('backoffice/events/soir_atelier_presentiel')?>
|
|
</div>
|
|
<!-- cours du soir atelier distance information -->
|
|
<div class="tab-pane" id="soir_atelier_distance">
|
|
<!-- Load Event Discription view -->
|
|
<?php $this->load->view('backoffice/events/soir_atelier_distance')?>
|
|
</div>
|
|
<!--workshop description-->
|
|
<div class="tab-pane" id="description_tab">
|
|
<!-- Load Event Discription view -->
|
|
<?php $this->load->view('backoffice/events/event_description')?>
|
|
</div>
|
|
<!--workshop location-->
|
|
<div class="tab-pane" id="location_tab">
|
|
<!-- Load Location Author Details view -->
|
|
<?php $this->load->view('backoffice/events/location_details')?>
|
|
</div>
|
|
<!--author information-->
|
|
<div class="tab-pane" id="author_tab">
|
|
<!-- Load Event Author Details view -->
|
|
<?php $this->load->view('backoffice/events/author_details')?>
|
|
</div>
|
|
<!-- FEATURED BANNER-->
|
|
<div class="tab-pane" id="featured_banner">
|
|
<!-- Load Event Partners and Speakers view -->
|
|
<?php $this->load->view('backoffice/events/featured_banner')?>
|
|
</div>
|
|
|
|
<!-- PARTNERS AND SPONSORS -->
|
|
<div class="tab-pane" id="partners_speakers_tab">
|
|
<!-- Load Event Partners and Speakers view -->
|
|
<?php $this->load->view('backoffice/events/event_partners_and_speakers_view')?>
|
|
</div>
|
|
<!-- PARTNERS AND SPONSORS -->
|
|
|
|
<!-- PHOTO AND VIDEO -->
|
|
<div class="tab-pane" id="photo_video">
|
|
<!-- Load Event Attachment view -->
|
|
<?php $this->load->view('backoffice/events/event_attachment_view')?>
|
|
</div>
|
|
|
|
<!-- SIMILAR VIEW -->
|
|
<div class="tab-pane" id="similar_tab">
|
|
<!-- Load Silimalr View -->
|
|
<?php $this->load->view('backoffice/events/similar_event_view')?>
|
|
</div>
|
|
|
|
<div class="tab-pane" id="video_tab">
|
|
<?php $this->load->view('backoffice/events/video_attachment_view')?>
|
|
</div>
|
|
|
|
<!-- SIMILAR VIEW -->
|
|
<div class="tab-pane" id="comment_tab">
|
|
<!-- Load Silimalr View -->
|
|
<?php $this->load->view('backoffice/events/comment_event_view')?>
|
|
</div>
|
|
</div>
|
|
</div> <!-- panel panel-default -->
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Modal for view subscriber -->
|
|
<div class="modal fade" id="view_subscriber" tabindex="-1" role="dialog" aria-hidden="true">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<h4 class="modal-title">Event Subscribers</h4>
|
|
</div><br>
|
|
|
|
<div class="modal-body">
|
|
<div class="text-right">
|
|
<a href="#" id="export_subscribers" class="btn btn-sm btn-primary mc-export-subscriber"><i class="fa fa-file-excel-o"></i> <small>Exporter</small></a>
|
|
</div>
|
|
<table id="subscribers_list_view" class="table-responsive table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Surname</th>
|
|
<th>Email</th>
|
|
<th>Address</th>
|
|
<th>Phone</th>
|
|
<th>Total Seats</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Modal for view subscribers list of schedule -->
|
|
<div class="modal fade" id="view_subscriber_sched" tabindex="-1" role="dialog" aria-hidden="true">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<h4 class="modal-title">Subscriber's Reservation List</h4>
|
|
</div><br>
|
|
|
|
<div class="modal-body">
|
|
<table id="subscribers_list_sched_view" class="table-responsive table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>#</th>
|
|
<th>Booking Date</th>
|
|
<th>Booking Hour</th>
|
|
<th>Status</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Load Event Email Schedule Specific view -->
|
|
<?php $this->load->view('backoffice/events/event_schedule_specific_view')?>
|
|
<!-- Load Event Email Tempalate Assignment view -->
|
|
<?php $this->load->view('backoffice/events/event_assign_email_template_view')?>
|
|
<!-- Load Resend Email view -->
|
|
<?php $this->load->view('backoffice/events/event_resend_email_view')?>
|
|
<!-- Load Setup Email Reminder view -->
|
|
<?php $this->load->view('backoffice/email/email_reminder_view')?>
|
|
<!-- Load event ratio modal -->
|
|
<?php $this->load->view('backoffice/events/event_image_ratio_modal_view')?>
|
|
|