0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.225.92.251


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/admission_ticket.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<style>
  .column {
    padding: 5px;
    border: 1px solid #c5dbec;
    border-collapse: collapse;
  }
</style>

<div id="tabs">
  <link rel="stylesheet" href="../select2/css/select2.min.css" />
  <script src="../select2/js/select2.full.min.js"></script>
  <link
    rel="stylesheet"
    href="../select2-bootstrap4-theme/select2-bootstrap4.min.css"
  />
  <ul>
    <li><a href="#Report_degree_list">Admission Ticket</a></li>
  </ul>
  <div style="overflow: auto; padding: 1rem">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px" align="right">Degree:</td>
        <td>
          <select
            type="text"
            id="report_admission_ticket_degree_code"
            class="textInputEnabled"
            style="width: 100%; height: 28px"
            onchange="getAdmissionExamno()"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right">Exam:</td>
        <td>
          <select
            id="exam"
            class="textInputEnabled"
            style="width: 100%; height: 28px"
            onchange="getAdmissionRegno()"
          ></select>
        </td>
      </tr>

      <!-- <tr>
                <td align="right">Reg. No. Range.:</td>
                <td>
                  <input
                    type="text"
                    id="report_admission_ticket_start"
                    class="textInputEnabled"
                    style="
                      width: 150px;
                      height: 20px;
                      text-align: center;
                      text-transform: uppercase;
                    "
                    onkeyup="if (this.value.length > 15) {this.value = this.value.substr(0,15); }"
                    onkeypress="return pulsar(event,this);"
                    onkeydown="return KayboardGetRegno(event,this.id);"
                    onfocus="$g_focus_element='report_admission_ticket_start';"
                    value="0"
                  />
                  -
                  <input
                    type="text"
                    id="report_admission_ticket_End"
                    class="textInputEnabled"
                    style="
                      width: 150px;
                      height: 20px;
                      text-align: center;
                      text-transform: uppercase;
                    "
                    onkeyup="if (this.value.length > 15) {this.value = this.value.substr(0,15); }"
                    onkeypress="return pulsar(event,this);"
                    onkeydown="return KayboardGetRegno(event,this.id);"
                    onfocus="$g_focus_element='report_admission_ticket_End';"
                    value="Z"
                  />
                </td>
              </tr> -->

      <tr>
        <td align="right">Reg.No Range:</td>
        <td>
          <select
            class="select2"
            id="selectbox1"
            data-live-search="true"
            style="width: 100%; height: 28px"
            multiple
          ></select>
        </td>
      </tr>

      <tr style="display: none">
        <td align="right">Report Type :</td>
        <td>
          <select id="rptype" style="width: 110px; height: 25px">
            <option value="ALL">ALL</option>
            <option value="wp">With Photo</option>
            <option value="wop">Without Photo</option>
          </select>
        </td>
      </tr>
      <tr style="display: none">
        <td align="right">Print Hall Ticket:</td>
        <td align="left">
          <input
            type="radio"
            id="report_adt_one_per_page"
            name="report_at_one_per_page"
            checked
          />
          One Per Page
          <input
            type="radio"
            id="report_adt_two_per_page"
            name="report_at_one_per_page"
          />
          Two Per Page
        </td>
      </tr>
    </table>
    <div id="dypatil">
      <div>
        <span
          style="
            background-color: #008cba;
            border: none;
            color: white;
            padding: 6px 10px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 13px;
            cursor: pointer;
            border-radius: 3px;
            margin-left: 19.5%;
          "
          onclick="viewShortageList()"
          >View Shortage List</span
        >
        <span
          style="
            background-color: #008cba;
            border: none;
            color: white;
            padding: 6px 10px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 13px;
            cursor: pointer;
            border-radius: 3px;
          "
          onclick="viewStudentList()"
          >View Candidate List</span
        >
      </div>
    </div>
  </div>
  <div id="attdatatable"></div>
  <script>
    $(".select2").select2();
  </script>
</div>