Sindbad~EG File Manager
<script type="text/javascript">
</script>
{{ Form::open(array('url' => 'ic/store','role'=>'form','id'=>'form_s4')) }}
{{ Form::hidden('hdnId', isset($ic)? $ic->abs_id : 0,array('id'=>'hdnId')) }}
{{ Form::hidden('hdnStep', '4',array('id'=>'hdnStep')) }}
{{ Form::hidden('hdnIsNext', '1',array('id'=>'hdnIsNext')) }}
<div class="row">
<div class="col-sm-12">
<div class="alert alert-success" style="display:none">
</div>
<div class="alert alert-danger" style="display:none">
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 nopadding margin10">
<div class="step completedstep">STEP 1 </div>
<div class="step completedstep">STEP 2 </div>
<div class="step completedstep">STEP 3 </div>
<div class="step activestep">STEP 4 </div>
</div>
<h3 class="text-center">Verify your abstract before submission</h3>
<!--step 1 details -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Chief Instructor Membership Number </label>
<p>{{ empty($membership)? '':$membership->membership_no}}</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Chief Instructor Name </label>
<p>{{ Auth::user()->first_name }}</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Section </label>
<p>{{ $categories[$ic->category_id] }}</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label> Level of Course</label>
<p>{{ $ic->level }}</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<label> Duration of Course </label>
<p>{{ CustomClass::$IC_Duration }} Minutes</p>
</div>
</div>
<!--End step 1 details -->
<div class="message info">
It is highly encouraged not to repeat the courses which was selected and delivered in the previous {{CustomClass::$ConferenceInitial }}s. Chances of selection of courses are high if new topics and new instructors are involved in your course.
</div>
<!--step 2 details -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label>Title of the Course (not exceeding 100 characters) </label>
{{ Form::textarea('txtTitle',$ic->title,array('class' => 'form-control', 'id' => 'txtTitle' , 'placeholder' => 'Title','rows' => 2,'disabled')) }}
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label>Synopsis (not exceeding 1000 characters)</label>
{{ Form::textarea('txtSynopsis',$ic->synopsis,array('class' => 'form-control', 'id' => 'txtSynopsis' , 'placeholder' => 'Synopsis','disabled')) }}
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label> Brief "RESUME" of the chief instructor (not to reveal the identity) with relevance to the topic of this IC & (not exceeding 600 characters) <span class="red"> ("DO NOT REVEAL ANY PERSONAL INFORMATION ABOUT YOURSELF / HOSPITAL. IF ANY PERSONAL INFORMATION IS FOUND YOUR IC WILL BE REJECTED WITHOUT FURTHER NOTIFICATION.)</span></label>
{{ Form::textarea('txtResume',$ic->resume,array('class' => 'form-control', 'id' => 'txtResume' , 'placeholder' => 'Resume','disabled')) }}
</div>
</div>
<!--End step 2 details -->
<!--step 3 details -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label>
Following are the list of Co-Instructors you have selected : </label>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<th>
Order No
</th>
<th>
Author details
</th>
{{-- <th>
Membership No
</th> --}}
{{-- <th>
Author Name
</th>
<th>
Email
</th>
<th>
Mobile
</th> --}}
<th>
Topic
</th>
<th>
Duration
</th>
</tr>
</thead>
<tbody>
@foreach ($cois as $value)
<tr>
<td data-label="Order No">
{{ $value->order_no }}
</td>
<td data-label="Author details">
{{ $value->membership_no }}, {{ $value->name }}, {{ $value->email }}
, {{ $value->mobile }}
</td>
{{-- <td data-label="Membership No">
{{ $value->membership_no }}
</td>
<td data-label="Author Name">
{{ $value->name }}
</td>
<td data-label="Email">
{{ $value->email }}
</td>
<td data-label="Mobile">
{{ $value->mobile }}
</td> --}}
<td data-label="Topic">
{{ $value->topic }}
</td>
<td data-label="Duration">
{{ $value->duration }}
</td>
</tr>
@endforeach
<tr>
<td colspan="3">
Total duration (including panel discussion of {{ $ic->panel_discussion }} mins)
</th>
<td colspan="1">
{{ $totalDuration }} Mins
</th>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--End step 3 details -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label> NOTE</label>
<ul class="list">
<li>Online submission will be taken as signed by the Chief Instructor</li>
<li>This presentation may be recorded by the Society & distributed in any form to the delegates and others.</li>
<li>Clicking on submit button will submit your abstract for further evaluation. Subsequent to this it will not be possible for you to edit your abstract.</li>
</ul>
</div>
</div>
{{--
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label>I would like to submit the abstract for the following conference(s)</label>
<input type="hidden" name="conference" id="conference"/>
<label id="conference-error" for="conference" class="error"></label>
</div>
@if(DateConfig::IsDateOpen('AnnualConf'))
<div class="col-lg-12 col-md-12 col-sm-12" style="margin-left: 20px;">
{{ Form::checkbox('chkAnnual', 1,false,array('id' => 'chkAnnual','class'=>'inline')) }}
<label for="chkAnnual" class="inline">
{{ DateConfig::getDateConfig('AnnualConf')->display_name }}
</label>
</div>
@endif
@if(DateConfig::IsDateOpen('MidYearConf'))
<div class="col-lg-12 col-md-12 col-sm-12" style="margin-left: 20px;">
{{ Form::checkbox('chkMidYear', 1,false,array('id' => 'chkMidYear','class'=>'inline')) }}
<label for="chkMidYear" class="inline">
{{ DateConfig::getDateConfig('MidYearConf')->display_name}}
</label>
</div>
@endif
</div>
--}}
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="form-check">
{{ Form::checkbox('chkterms', 1,false,array('id' => 'chkterms','class'=>'inline')) }}
<label for="chkterms" class="inline">
I have read & understood the <a href="{{ CustomClass::$url }}/guidelines/" target="_blank">
Guidelines</a>.
</label>
<label id="chkterms-error" class="error" for="chkterms"></label>
</div>
</div>
</div>
<div class="row margin30">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 page-left">
<input type="button" value="Previous" id ="btnPrevious_s4" class="btn primary button-large"
onclick="Move(4,0)">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 page-right">
<input type="button" value="SUBMIT" id ="btnSubmit" class="btn primary button-large pull-right"
onclick="Move(4,1)">
</div>
</div>
{{ Form::close() }}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists