Sindbad~EG File Manager
{{--
VT step4.blade
--}}
<script type="text/javascript">
</script>
{{ Form::open(array('url' => 'vt/store','role'=>'form','id'=>'form_s4')) }}
{{ Form::hidden('hdnId', isset($vt)? $vt->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-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 activestep">STEP 4 </div>
<div class="step">STEP 5 </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>
<p> Was this research carried out within India ? * </p>
<label id="rbtnIndia-error" class="error" for="rbtnIndia"></label>
</td>
<td>
<label> {{ Form::radio('rbtnIndia', '1', $vt->is_in_india==1?true:false) }} Yes</label>
<label>{{ Form::radio('rbtnIndia', '0',is_null($vt->is_in_india)?false:($vt->is_in_india==0?true:false)) }} NO </label>
</td>
</tr>
<tr>
<td>
<p>Was this video 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 * </p>
<label id="rbtnIsAlreadyPublished-error" class="error" for="rbtnIsAlreadyPublished"></label>
</td>
<td>
<label> {{ Form::radio('rbtnIsAlreadyPublished', '1', $vt->is_already_published==1?true:false) }} Yes</label>
<label>{{ Form::radio('rbtnIsAlreadyPublished', '0', is_null($vt->is_already_published)?false:($vt->is_already_published==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