Sindbad~EG File Manager
@extends('layout')
@section('title')
<title>FP</title>
@stop
@section('scriptTop')
<script type="text/javascript">
</script>
@stop
@section('content')
{{ Form::open(array('url' => 'fp/store','role'=>'form','id'=>'form_s4')) }}
{{ Form::hidden('hdnId', isset($fp)? $fp->abs_id : 0,array('id'=>'hdnId')) }}
{{ Form::hidden('hdnStep', '4',array('id'=>'hdnStep')) }}
{{ Form::hidden('hdnIsNext', '1',array('id'=>'hdnIsNext')) }}
@section('ContentTitle')
View Abstract FP{{ $fp->abs_no }}
@stop
<!--step 1 details -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Chief Author Membership Number </label>
<p>{{ empty($user->membership_no)? '':$user->membership_no}}</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Chief Author Name </label>
<p>{{ $user->prefix }}.{{ $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="Author Name">
{{ $pa->email }}
</td>
<td>
{{ $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[$fp->category_id] }}</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<label>Type of Presentation </label>
<p>{{ $pres_types[$fp->presentation_type_id] }} </p>
</div>
</div>
<!--End step 1 details -->
<!--step 2 details -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<label>Title of the Course </label>
<p>{{ $fp->title }}</p>
{{-- Form::textarea('txtTitle',$fp->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
<span class="reqspan">Do not mention any Institution/Hospital/Organisation names or any authors name in the text otherwise rejected automatically.</span>
</label>
<p>{{ $fp->synopsis }}</p>
{{-- Form::textarea('txtSynopsis',$fp->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 ? </label>
</td>
<td>
<label> {{$fp->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
</label>
</td>
<td>
<label> {{ $fp->is_already_published?'Yes':'No' }}</label>
</td>
</tr>
{{-- <tr>
<td>
<label>3.Do you want your abstract to be evaluated for Physical Poster ? Your submission becomes eligible to contest for the Best Physical Poster Award. </label>
<br />
<label id="rbtnIsConsiderPP-error" class="error" for="rbtnIsConsiderPP"></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 ? </label>
<br />
<label id="rbtnIsConsiderhP-error" class="error" for="rbtnIsConsiderhP"></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>
<?php
$conferences = [];
if($fp->Annual ==1)
{
array_push($conferences, DateConfig::getDateConfig('AnnualConf')->display_name);
}
if($fp->MidYear ==1)
{
array_push($conferences, DateConfig::getDateConfig('MidYearConf')->display_name);
}
?>
@if(count($conferences)>0)
<div class="row">
<div class="col-lg-12">
<p>
<label>Abstract to be considered for the following conference(s) : </label>
{{ implode("<br/>",$conferences); }}
</p>
</div>
</div>
@endif
<div class="row margin30">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 page-left">
<a href="{{ url('/dashboard') }}" class="button primary">Go back to Dashboard</a>
</div>
</div>
{{ Form::close() }}
@stop
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists