Sindbad~EG File Manager

Current Path : /home/numerotech/st.aios-scientificcommittee.org/aios-slots/core/templates/faculty/
Upload File :
Current File : //home/numerotech/st.aios-scientificcommittee.org/aios-slots/core/templates/faculty/addoredit.html

{% extends "faculty/layout.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
<style type="text/css">
    .bg-primary {
        background-color: #003b9d !important;
    }
</style>
<div>
    <form method="POST" action="{{ url_for('faculty.PostDashboard',user_id=user_id,conf_id=conf_id,conf_key=conf_key) }}">
    <div class="row">
        <div class="col my-2 text-center">
            <span class="h3" style="color: #851c04;"> You can choose the courses for which you want to be a faculty. </span>
        </div>
    </div>
    <div class="row">
        <div class="col form-group">
            <button type="button" class="btn btn-danger" onclick="history.back()">Back</button>
        </div>
    </div>
    <div class="row">
        {% if workshop_data %} {% for i in workshop_data %}
        <div class="col-12">
            <div class="card w-100 background_img">
                <div class="card-body">
                    <div class="row">
                        <div class="col p-3">
                            <span class="h2 text-primary"><b>{{ i.WorkshopName or '' }}{{ i.WorkshopId }}</b></span>
                        </div>
                    </div>
                    <div class="row">
                    {% for j in course_data[i.workshopId] %}
                        {% if j.is_modal == 1 %}
                        <div class="col-lg-12 col-md-12 col-sm-12  d-flex text-wrap p-2">
                                <span class="h3"><b>{{ j.CourseName or '' }}</b></span><br>
                        {% else %}
                        <div class="col-lg-6 col-md-12 col-sm-12 text-wrap d-flex align-items-center p-2">
                            <div>
                                <input type="checkbox" class="mb-1" name="courses_workshop_{{ i.workshopId }}" id="course_{{ j.WorkshopCourseId }}" {% if deuser_id | int == j.user_id |int %} checked {% endif %} value="{{ j.WorkshopCourseId }}"> 
                            </div>
                            <div>
                                <label for="course_{{ j.WorkshopCourseId }}" class="pl-1 m-0 " style="color: #404d65;"> {{ j.CourseName or '' }}</label>
                            </div>
                        {% endif %}
                        </div>
                    {% endfor %}
                  </div>
                </div>
            </div>
        </div>
        <!--  -->
        {% endfor %} {% endif %}
    </div>
    <div class="row mt-3  ">
      <div class="col text-center">
            <button type="button" class="btn btn-lg btn-danger" onclick="history.back()">Back</button>
            <input type="submit" name="submit" id="submit" class="btn btn-lg btn-primary" value="Save" >
        </div>
    </div>
  </form>
</div>
{% endblock %}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists