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 : 3.138.179.120


Current Path : /proc/thread-self/root/var/www/oasis/h/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/h/html_modules/report_exam_application_form.html

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>

<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>

  <div id="report_exam_application_form" style="overflow: auto; padding-top: 10px">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px" align="right">Degree<font color="red">*</font></td>
        <td>:</td>
        <td>
          <select id="degree" class="textInputEnabled" style="width: 450px; height: 25px" name="Degree">
            <option value="">--Select--</option>
          </select>
        </td>
      </tr>

      <tr id = "sem">
        <td align="right">Semester<font color="red">*</font></td>
        <td>:</td>
        <td>
          <!-- <input type="text" id="report_student_Examno" style="width: 80px; text-align: center; text-transform: uppercase;" maxlength = 6  value="ABCDEF" onkeypress = 'return isLetter(event,this)' onblur='this.value=this.value.toUpperCase();' />		    -->
          <select id="report_student_Examno" class="textInputEnabled" style="width: 450px; height: 25px">
            <option value="All">All</option>
            <option value="A">1st Semester</option>
            <option value="B">2nd Semester</option>
            <option value="C">3rd Semester</option>
            <option value="D">4th Semester</option>
            <option value="E">5th Semester</option>
            <option value="F">6th Semester</option>
            <option value="G">7th Semester</option>
            <option value="H">8th Semester</option>
            <option value="I">9th Semester</option>
            <option value="J">10th Semester</option>
          </select>
        </td>
      </tr>

      <tr id = "acusem" >
        <td align="right">Semester<font color="red">*</font></td>
        <td>:</td>
        <td>
          <input type="text" id="report_student_acuExamno" style="width: 80px; text-align: center; text-transform: uppercase;" maxlength = 10  value="ABCDEFGHIJ" onkeypress = 'return isLetter(event,this)' onblur='this.value=this.value.toUpperCase();' />		   
        </td>
      </tr>

      <tr style="display: none">
        <td>Application Range</td>
        <td>:</td>
        <td>
          <input
            type="text"
            id="report_application_range_from"
            maxlength="12"
            style="text-align: center; text-transform: uppercase; height: 24px; margin: 2px"
            value="0000"
            name="report_application_range_from"
          />
          -
          <input
            type="text"
            id="report_application_end_to"
            maxlength="12"
            style="text-align: center; text-transform: uppercase; height: 24px; margin: 2px"
            onfocus="$g_focus_element='report_application_end_to';"
            value="ZZZZ"
            name="report_application_end_to"
          />
        </td>
      </tr>

      <tr>
        <td align="right">Reg.No Range</td>
        <td>:</td>
        <td>
          <input type="text" id="report_exam_reg_start_from" maxlength="8" style="text-align: center; text-transform: uppercase" value="0" name="report_exam_reg_start_from" />
          -
          <input type="text" id="report_exam_reg_end_to" maxlength="8" style="text-align: center; text-transform: uppercase" value="Z" name="report_exam_reg_end_to" />
        </td>
      </tr>

      <tr>
        <td align="right">Payment Status<font color="red">*</font></td>
        <td>:</td>
        <td>
          <select id="ack_type" class="textInputEnabled" style="width: 200px; height: 25px">
            <option value="All">All</option>
            <option value="success">Success Only</option>
            <option value="pending">Pending Only</option>
          </select>

          <!-- <span class="raval_submit_td" style="margin-left:10px;">
					
					</span> -->
        </td>
      </tr>
      <tr style="display: none">
        <td>Payment Type</td>
        <td>:</td>
        <td>
          <select id="pay_mode" style="width: 200px; height: 25px">
            <option value="ALL">All</option>
            <option value="Payment Gateway">Payment Gateway</option>
          </select>
        </td>
      </tr>
    </table>
  </div>
</div>