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.15.3.17


Current Path : /proc/thread-self/root/var/www/oasis/html_modules/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/html_modules/attendance_display rag.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="mark_entry_subjectwise" style="overflow: auto; padding-top: 10px">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td>Degree</td>
        <td>:</td>
        <td colspan="2">
          <select
            class="ElementCount"
            id="markentry_sub_degree_code"
            onchange="changeAttDegree()"
            style="width: 350px; height: 29px; border-radius: 5px"
            ;
          ></select>
        </td>
      </tr>
      <tr>
        <td>Exam</td>
        <td>:</td>
        <td colspan="2">
          <select
            class="ElementCount"
            id="markentry_sub_Examno"
            onchange="changeAttSem()"
            style="width: 350px; height: 29px; border-radius: 5px"
            ;
          ></select>
        </td>
      </tr>
      <tr>
        <td>Subject</td>
        <td>:</td>
        <td colspan="2">
          <select
            class="ElementCount"
            id="markentry_sub_final_subcode"
            onchange="changeAttSubject()"
            style="width: 350px; height: 29px; border-radius: 5px"
            ;
          ></select>
        </td>
        <td>
          <!-- Max Mark <b> : </b>&nbsp;
          <input
            class="ElementCount"
            type="text"
            id="markentry_sub_maxmark"
            style="background-color: AliceBlue; width: 70px"
            onfocus="$g_focus_element='markentry_sub_maxmark';"
            disabled="disabled"
          /> -->
        </td>
      </tr>
      <tr>
        <td>Section</td>
        <td>:</td>
        <td>
          <select
            class="ElementCount"
            id="attentry_stud_section"
            style="width: 200px; height: 29px; border-radius: 5px"
            ;
          ></select>
          <!-- <input
            class="ElementCount"
            type="text"
            id="attentry_stud_section"
            style="width: 70px"
            onkeypress="return pulsar(event,this);"
            onblur="getSectionName($('#markentry_sub_degree_code').val(),this.id);"
            onkeydown="return keyboardSectionPopup(event,this.id,$('#attentry_stud_section').val())"
          /> -->

          <!-- <input type="text" id="markentry_sub_Exam_name" readonly tabindex=-1  onfocus="$g_focus_element='markentry_sub_Exam_name';" style="width:231px;background-color: AliceBlue">
				&nbsp;<img border="0" onclick="GetMarkEntrySubGetExamNO($('#markentry_section').val());" src="images/edi.png" style="cursor:pointer"/>	 -->
        </td>
      </tr>
      <tr>
        <td>Month</td>
        <td>:</td>
        <td>
          <select
            name="month_name"
            id="month_name"
            class="textInputEnabled"
            style="width: 200px; height: 27px; border-radius: 5px"
            onblur="GetAttendanceRegisterNumbers();"
            onchange="GetAttendanceRegisterNumbers()"
          >
            <option>OVERALL_SEM</option>
            <option>JAN</option>
            <option>FEB</option>
            <option>MAR</option>
            <option>APR</option>
            <option>MAY</option>
            <option>JUN</option>
            <option>JUL</option>
            <option>AUG</option>
            <option>SEP</option>
            <option>OCT</option>
            <option>NOV</option>
            <option>DEC</option>
          </select>
          <span
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 5px 15px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 13px;
              cursor: pointer;
            "
            onclick="GetAttendanceRegisterNumbers()"
            >View</span
          >
        </td>
      </tr>
    </table>

    <div
      align="center"
      id="mes_default_reg_div"
      style="display: none; overflow: auto; margin-top: 5px"
    ></div>
  </div>
</div>