Sindbad~EG File Manager
{% extends "users/layout.html" %} {% block title %}{{data.abs_type or ''}}{% endblock %} {% block content %}
<div class="container Course">
<h1>{{ Auth.get_conference(conf_id).get('conf_name') }} Oration</h1>
</div>
<div class="container">
<h4 class="text-center font-weight-bold ">View Abstract {{data.abs_type}}{{data.abs_no}}</h4>
<hr />
<!-- step 1 -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div> <label class="font-weight-bold" >Orator's Membership Number</label></div>
<div>{{data.membership_no or 'Non-Member'}}</div>
</div>
<hr />
<div class="col-lg-6 col-md-6 col-sm-12">
<div><label class="font-weight-bold" >Orator's Name</label></div>
<div>{{data.full_name or '' }}</div>
</div>
</div>
<hr />
<div class="row">
<div class="col">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div> <label class="font-weight-bold" >Oration:</label></div>
<div>{{data.display_name or ''}}</div>
</div>
<hr />
</div>
</div>
<div class="col">
</div>
</div>
<hr />
<div class="row tiles">
<div class="col">
<label class="font-weight-bold" >Title of the oration: </label>
</div>
</div>
<div class="row">
<div class="col">
<textarea name="title" id="title" disabled style="background-color: white;color: black;" class="form-control" placeholder="Title of the Paper" value="">{{data.title or ''}}</textarea>
</div>
</div>
<div class="row">
<div class="col">
<br>
<div><label class="font-weight-bold" >Your Proposer :</label></div>
<div class="table-responsive mobile-responsive py-3 ">
{% if data1 %}
<table class="table table-bordered table-striped ">
<thead class="thead-dark text-center">
<th scope="col">MEMBERSHIP NO.</th>
<th scope="col">PROPOSER NAME</th>
<th scope="col">EMAIL</th>
<th scope="col">MOBILE</th>
</thead>
{% for i in data1 %}
<tbody>
<tr class="text-center">
<td data-label="MEMBERSHIP NO">{{i.membership_no or 'Non Member'}}</td>
<td data-label="PROPOSER NAME">{{i.full_name or ''}}</td>
<td data-label="EMAIL">{{i.email or ''}}</td>
<td data-label="MOBILE">{{i.mobile or ''}}</td>
</tr>
</tbody>
{% endfor %}
</table>
{% else %}
<div></div>
{% endif %}
</div>
</div>
</div>
<div class="row">
<div class="col">
<div><label class="font-weight-bold" >Your Seconder :</label></div>
<div class="table-responsive mobile-responsive py-3 ">
{% if data2 %}
<table class="table table-bordered table-striped ">
<thead class="thead-dark text-center">
<th scope="col">MEMBERSHIP NO.</th>
<th scope="col">SECONDER NAME</th>
<th scope="col">EMAIL</th>
<th scope="col">MOBILE</th>
</thead>
{% for i in data2 %}
<tbody>
<tr class="text-center">
<td data-label="MEMBERSHIP NO">{{i.membership_no or 'Non Member'}}</td>
<td data-label="SECONDER NAME">{{i.full_name or ''}}</td>
<td data-label="EMAIL">{{i.email or ''}}</td>
<td data-label="MOBILE">{{i.mobile or ''}}</td>
</tr>
</tbody>
{% endfor %}
</table>
{% else %}
<div></div>
{% endif %}
</div>
</div>
</div>
</div>
<div class="row">
<div class="col">
<a href="{{url_for('main.AbstractsIndex',abs_type=data.abs_type,conf_id=conf_id,conf_key=conf_key)}}" class="btn btn-primary">GO BACK TO ABSTRACT HOME</a>
</div>
</div>
</form>
<!-- MODAL FOR DEMO-->
<input type="hidden" name="user_id" id="user_id" value="{{data.user_id}}">
<input type="hidden" name="abs_id" id="abs_id" value="{{data.abs_id}}">
<!-- end step3 -->
{% endblock %}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists