Sindbad~EG File Manager

Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/appletree/
Upload File :
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/appletree/step5.blade.php

   
<script type="text/javascript">


</script>

{{ Form::open(array('url' => 'appletree/store','role'=>'form','id'=>'form_s5')) }}

{{ Form::hidden('hdnId', isset($appletree)? $appletree->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-6 col-md-6 col-sm-12">                         
              <label>Section</label>                                
              <p>{{ $categories[$appletree->category_id] }}</p>   
        </div>      
</div>
<!--End step 1 details  -->


<!--step 2 details  -->

<?php $is_upload =null ?>
<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">               
    <label> </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>Title (not exceeding 100 characters) <sup>*</sup> </label>
              {{ Form::textarea('txtTitle',$appletree->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 1000 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',$appletree->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> {{$appletree->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> {{ $appletree->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> {{ $appletree->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/Think-under-the-apple-tre-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