Sindbad~EG File Manager
<script type="text/javascript">
</script>
{{ Form::open(array('url' => 'arc/store','role'=>'form','id'=>'form_s5')) }}
{{ Form::hidden('hdnId', isset($arc)? $arc->abs_id : 0,array('id'=>'hdnId')) }}
{{ Form::hidden('hdnStep', '5',array('id'=>'hdnStep')) }}
{{ Form::hidden('hdnIsNext', '1',array('id'=>'hdnIsNext')) }}
<div class="row">
<div class="col-lg-12 col-md-12 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 completedstep">STEP 4 </div>
<!-- <div class="step activestep">STEP 5 </div> -->
</div>
<h3 class="text-center">Verify your abstract before submission</h3>
<!--step 1 details -->
<div class="message info text-center">
Please review the details provided by you before Submitting. <br />
CHANGES CANNOT BE MADE ONCE SUBMITTED.
</div>
<br>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Applicant's Membership Number </label>
<p>{{ empty($membership)? '':$membership->membership_no}}</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Applicant Name </label>
<p>{{ Auth::user()->prefix }}.{{ Auth::user()->first_name }}</p>
</div>
</div>
{{-- <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label>Presenting Author : </label>
<div class="table-responsive">
<table id="tbl_PA" class="table table-bordered">
<thead>
<tr>
<th>
Membership No
</th>
<th>
Author Name
</th>
<th>
Email
</th>
<th>
Mobile
</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Membership No">
{{ $pa->membership_no }}
</td>
<td data-label="Author Name">
{{ $pa->name }}
</td>
<td data-label="Email">
{{ $pa->email }}
</td>
<td data-label="Mobile">
{{ $pa->mobile }}
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div> --}}
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Section</label>
<p>{{ $categories[$arc->category_id] }}</p>
</div>
{{-- <div class="col-lg-6 col-md-6 col-sm-12">
<label>Type of Presentation</label>
<p>{{ $pres_types[$arc->presentation_type_id] }} </p>
</div> --}}
</div>
<!--End step 1 details -->
<!--step 2 details -->
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<label> Name of Institution :</label>
{{ Form::text('txtInstitute',$arc->institution,array('maxLength'=>'40','class' => 'form-control' , 'id' => 'txtInstitute','disabled')) }}
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label> Name of University : </label>
{{ Form::text('txtUniversity',$arc->university,array('maxLength'=>'40','class' => 'form-control' , 'id' => 'txtUniversity','disabled')) }}
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label> MCI State :</label>
{{ Form::text('txtMCIstate',$arc->mci_status,array('maxLength'=>'40','class' => 'form-control' , 'id' => 'txtMCIstate','disabled')) }}
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<label> Year of Passing : </label>
{{ Form::text('txtYearOfPassing',$arc->year_of_passing,array('maxLength'=>'40','class' => 'form-control' , 'id' => 'txtYearOfPassing','disabled')) }}
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label> Name of Guide : </label>
{{ Form::text('txtGuide',$arc->guide,array('maxLength'=>'40','class' => 'form-control' , 'id' => 'txtGuide','disabled')) }}
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label> Name of Co-Guide : </label>
{{ Form::text('txtCoGuide',$arc->co_guide,array('maxLength'=>'40','class' => 'form-control' , 'id' => 'txtCoGuide','disabled')) }}
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label> Name of HOD : </label>
{{ Form::text('txtDepartment',$arc->hod,array('maxLength'=>'40','class' => 'form-control' , 'id' => 'txtDepartment','disabled')) }}
</div>
</div>
</div>
<?php $is_upload =null ?>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label> Proof : </label>
@if(isset($abs_upload) && count($abs_upload) >0)
<?php $is_upload =1 ?>
<table>
<thead>
<tr>
<th>
File Name
</th>
<!--<th>-->
<!-- Delete-->
<!--</th>-->
</tr>
</thead>
<tbody>
@foreach($abs_upload as $item)
<tr>
<td>
{{ $item->file_name }}
</td>
<!--<td>-->
<!--</td>-->
</tr>
@endforeach
</tbody>
</table>
@else
@endif
</div>
</div>
<br>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label>Thesis Title (not exceeding 200 characters) <sup>*</sup> </label>
{{ Form::textarea('txtTitle',$arc->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>Abstract (not exceeding 2000 characters) <sup>*</sup> <span class="red">Structured abstract comprise of Objective, Design, Methodology, Outcome measures, Statistical analysis, Results and Conclusions.Do not mention your name or affiliations in your abstract.</span></label>
{{ Form::textarea('txtSynopsis',$arc->synopsis,array('class' => 'form-control', 'id' => 'txtSynopsis' , 'placeholder' => 'Synopsis','disabled')) }}
</div>
</div>
<!--End step 2 details -->
<!--step 3 details -->
{{-- <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
@if(isset($coas) && count($coas) >0)
<label>
Following are the list of Co-Authors you have selected : </label>
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<th>
Membership No
</th>
<th>
Author Name
</th>
<th>
Email
</th>
<th>
Mobile
</th>
</tr>
</thead>
<tbody>
@foreach ($coas as $value)
<tr>
<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>
</tr>
@endforeach
</tbody>
</table>
</div>
@else
<label>No Co-Authors selected</label>
@endif
</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 Presenting Author</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>
<li>We declare that myself and co-authors are involved actively in the above research paper. The work is solely done by myself and the co-authors.</li>
</ul>
</div>
</div> --}}
{{-- <div class="row text-blue">
<div class="col-lg-12 col-md-12 col-sm-12">
<table class="table table-bordered">
<tr>
<td>
<label> Was this research carried out within India ? <sup>*</sup> </label>
</td>
<td>
<label> {{$arc->is_in_india?'Yes':'No' }}</label>
</td>
</tr>
<tr>
<td>
<label>
Was this submission been presented in any other conferences earlier<br/>
OR <br/>
would it be presented in any other conferences prior to {{ CustomClass::$Title }} <br/>
OR <br/>
was it published or submitted for publication in any peer reviewed journal <sup>*</sup>
</label>
</td>
<td>
<label> {{ $arc->is_already_published?'Yes':'No' }}</label>
</td>
</tr>
<tr>
<td>
<label>Do you want your abstract to be evaluated for Physical Poster ? Your submission becomes eligible to contest for the Best Physical Poster Award. <sup>*</sup></label>
</td>
<td>
<label> {{$fp->is_consider_pp?'Yes':'No' }}</label>
</td>
</tr>
@if($fp->presentation_type_id == CustomClass::$Paper_or_EPoster || $fp->presentation_type_id == CustomClass::$EPoster_only)
<tr>
<td>
<label>Do you want to consider your abstract for Hydepark if your abstract is not selected for FP ? <sup>*</sup> </label>
</td>
<td>
<label> {{$fp->is_consider_hp?'Yes':'No' }}</label>
</td>
</tr>
@endif
<tr>
<td>
<label>
Does this paper pertain to Laboratory research (Translational research) <sup>*</sup>
</label>
</td>
<td>
<label> {{ $fp->lab_research?'Yes':'No' }}</label>
</td>
</tr>
</table>
</div>
</div> --}}
<!--<div class="row"> -->
<!-- <div class="col-lg-12 col-md-12 col-sm-12"> -->
<!-- {{ Form::checkbox('chkterms', 1,false,array('id' => 'chkterms','class'=>'inline')) }} -->
<!-- <label for="chkterms" class="inline">-->
<!-- I have read & understood the <a href="http://arc.aios.org/wp-content/uploads/2022/07/Young-Research-award-Guidelines.pdf" 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_s5" class="btn primary button-large"
onclick="Move(5,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(5,1)">
</div>
</div>
{{ Form::close() }}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists