Sindbad~EG File Manager

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

{{-- 
 VT step4.blade 
--}}
   
   
<script type="text/javascript">


</script>

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

{{ Form::hidden('hdnId', isset($vt)? $vt->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>


<div class="message info text-center">
Please review the details provided by you before Submitting. <br />
CHANGES CANNOT BE MADE ONCE SUBMITTED.
</div>
<!--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($membership)? '':$membership->membership_no}}</p>    
    </div>            
    <div class="col-lg-6 col-md-6 col-sm-12">     
     <label>Chief Author Name </label>     
     <p>{{ isset(Auth::user()->prefix)?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-12 col-md-12 col-sm-12">                      
              <label>Video film category  <sup>*</sup></label>                              
              <p>{{ $categories[$vt->category_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 (not exceeding 100 characters) <sup>*</sup> </label>
              {{ Form::textarea('txtTitle',$vt->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 (not exceeding 1000 characters) <sup>*</sup>  <span class="red">Do not mention any Institution/Hospital/Organisation names or any authors name in the text otherwise rejected automatically.</span></label>                  
                {{ Form::textarea('txtSynopsis',$vt->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>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>The video is produced by me & above co-authors only. I understand that once submitted the video becomes the property of {{ CustomClass::$Initial }} & we permit them to reprodurce and distribute the videos in any manner they deem to be neccessary.</li>
<li>We declare that myself and co-authors are involved actively in the above research video. 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> {{  $vt->is_in_india?'Yes':'No' }}</label>        
        </td>
      </tr>
      <tr>
      <td>
        <label>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 *  </label>  
          
      </td>
      <td>
        <label> {{ $vt->is_already_published?'Yes':'No' }} </label>          
      </td>
      </tr>      
    </table>

    </div>
</div>


<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">         
     <label>I would like to submit the abstract for the following conference(s)</label>
     <input type="hidden" name="conference" id="conference"/>
     <label id="conference-error" for="conference" class="error"></label>      
    </div>
    @if(DateConfig::IsDateOpen('AnnualConf'))
    <div class="col-lg-12 col-md-12 col-sm-12" style="margin-left: 20px;">         
       {{  Form::checkbox('chkAnnual', 1,false,array('id' => 'chkAnnual','class'=>'inline')) }} 
      <label for="chkAnnual" class="inline">
        {{ DateConfig::getDateConfig('AnnualConf')->display_name }}
       </label>
    </div>
    @endif
    @if(DateConfig::IsDateOpen('MidYearConf'))
    <div class="col-lg-12 col-md-12 col-sm-12" style="margin-left: 20px;">         
       {{  Form::checkbox('chkMidYear', 1,false,array('id' => 'chkMidYear','class'=>'inline')) }} 
      <label for="chkMidYear" class="inline">
        {{ DateConfig::getDateConfig('MidYearConf')->display_name}}
       </label>
    </div>
    @endif
</div>

<div class="row">            
    <div class="col-lg-12 col-md-12 col-sm-12">   
      <div class="form-group">
       {{  Form::checkbox('chkterms', 1,false,array('id' => 'chkterms','class'=>'inline')) }} 
      <label for="chkterms" class="inline">
       I have read & understood the 
       <a href="{{ CustomClass::$url }}/guidelines/" 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_s4" 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