Sindbad~EG File Manager
<script type="text/javascript">
</script>
{{ 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')) }}
<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 class="step">STEP 5 </div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<table class="table table-bordered">
<tr>
<td>
<p> Was this research carried out within India ? <sup>*</sup> </p>
<label id="rbtnIndia-error" class="error" for="rbtnIndia"></label>
</td>
<td>
<label> {{ Form::radio('rbtnIndia', '1', $fp->is_in_india==1?true:false ) }} Yes</label>
<label>{{ Form::radio('rbtnIndia', '0', is_null($fp->is_in_india)?false:($fp->is_in_india==0?true:false ) ) }} NO </label>
</td>
</tr>
<tr>
<td>
<p>
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>
</p>
<label id="rbtnIsAlreadyPublished-error" class="error" for="rbtnIsAlreadyPublished"></label>
</td>
<td>
<label> {{ Form::radio('rbtnIsAlreadyPublished', 1,$fp->is_already_published==1?true:false ) }} Yes</label>
<label>{{ Form::radio('rbtnIsAlreadyPublished', 0,is_null($fp->is_already_published)?false:($fp->is_already_published==0?true:false)) }} NO </label>
</td>
</tr>
{{-- <tr>
<td>
<p>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></p>
<br />
<label id="rbtnIsConsiderPP-error" class="error" for="rbtnIsConsiderPP"></label>
</td>
<td>
<label> {{ Form::radio('rbtnIsConsiderPP', 1, $fp->is_consider_pp==1?true:false ) }} Yes</label>
<label>{{ Form::radio('rbtnIsConsiderPP', 0, is_null($fp->is_consider_pp)?false:($fp->is_consider_pp==0?true:false )) }} NO </label>
</td>
</tr> --}}
@if($fp->presentation_type_id == CustomClass::$Paper_or_EPoster || $fp->presentation_type_id == CustomClass::$EPoster_only)
<tr>
<td>
<p>Do you want to consider your abstract for Hydepark if your abstract is not selected for FP ? <sup>*</sup> </p>
<br />
<label id="rbtnIsConsiderhP-error" class="error" for="rbtnIsConsiderhP"></label>
</td>
<td>
<label> {{ Form::radio('rbtnIsConsiderhP', 1, $fp->is_consider_hp==1?true:false ) }} Yes</label>
<label>{{ Form::radio('rbtnIsConsiderhP', 0,is_null($fp->is_consider_hp)?false:($fp->is_consider_hp==0?true:false )) }} NO </label>
</td>
</tr>
@endif
<tr>
<td>
<p> Does this paper pertain to Laboratory research (Translational research) <sup>*</sup> </p>
<label id="rbtnlab_research-error" class="error" for="rbtnlab_research"></label>
</td>
<td>
<label> {{ Form::radio('rbtnlab_research', '1', $fp->lab_research==1?true:false ) }} Yes</label>
<label>{{ Form::radio('rbtnlab_research', '0', is_null($fp->lab_research)?false:($fp->lab_research==0?true:false ) ) }} NO </label>
</td>
</tr>
</table>
</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="Next" id ="btnNext_s4" 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