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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li>
      <a href="#report_Marklist_subject_wise_div">Subject Corrections (Exam Application)</a>
    </li>
  </ul>
  <style type="text/css">
    .textInputEnabled {
      width: 99%;
      padding: 2px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      /* border-radius: 4px; */
    }
    .InputTextEnabled {
      width: 100%;
      padding: 3px;
      font-size: 14px;
      /* line-height: 1.42857143; */
      color: #000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      /* border-radius: 4px; */
    }
    .inputTextarea {
      width: 100%;
      padding: 3px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      /* border-radius: 4px; */
    }
  </style>

  <script>
    $("#candidate_list_date").datepicker({
      showOn: "button",
      showButtonPanel: true,
      changeMonth: true,
      changeYear: true,
      dateFormat: "dd/mm/yy",
      buttonImage: "images/date.gif",
      buttonImageOnly: true,
    });
  </script>

  <div id="candidate_list" style="padding-top: 10px;overflow: auto;">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tbody>
        <tr>
          <td align="right" style="width: 140px">Register No.:</td>
          <td>
            <input
              type="text"
              maxlength="20"
              id="candidate_list_reg_no"
              onkeypress="return pulsar(event,this);"
              onkeydown="return KayboardGetRegno(event,this.id)"
              onblur="isRegNoisValid(this.value,$('#candidate_list_degree_code').val());"
              style="width: 70px; text-align: center"
            />
            <input type="text" tabindex="-1" id="candidate_list_reg_name" style="width: 540px; background: AliceBlue" />
          </td>
          <td align="right" style="display: none">Category:</td>
          <td style="display: none">
            <!--<select  onchange='displayCandidateEntryRegNoDetails();'  id="candidate_list_category" style="width:90px;" ></select> -->
            <select onchange="" id="candidate_list_category" style="width: 90px;height: 25px;"></select>
          </td>
        </tr>
        <tr>
          <td align="right"">Degree :</td>
          <td align="left">
            <input
              style="background: AliceBlue; width: 70px; text-align: center"
              readonly="true"
              disabled="disabled"
              tabindex="-1"
              type="text"
              id="candidate_list_degree_code"
              onkeydown="return keyboardDegreePopup(event,this.id,$('#candidate_list_degree_code').val())"
              onkeypress="return pulsar(event,this);"
              onblur="getdegreeNames();"
            />
            <input type="text" tabindex="-1" id="candidate_list_degree_name" style="width: 540px; background: AliceBlue" />
          </td>
        </tr>
        <tr>
          <td align="right">Exam No.:</td>
          <td>
            <input
              class="ElementCount"
              type="text"
              id="fresh_Examno"
              style="width: 70px; text-align: center"
              readonly="true"
              disabled="disabled"
              onkeyup="if (this.value.length > 1) {this.value = this.value.substr(0,1); }"
              onblur="getExamName($('#candidate_list_degree_code').val(),this.id);"
              onkeypress="return pulsar(event,this);"
              onkeydown="return keyboardExamNoPopup(event,this.id,$('#candidate_list_degree_code').val())"
              onfocus="$g_focus_element='markentry_sub_Examno';"
            />
            <!--	onkeypress="return pulsar(event,this);" onkeydown="return MarkEntrySubGetExamNO(event,this.id,$('#markentry_sub_Examno').val())"-->

            <input type="text" id="fresh_Exam_name" readonly tabindex="-1" onfocus="$g_focus_element='markentry_sub_Exam_name';" style="width: 540px; background-color: AliceBlue" />
          </td>
        </tr>
        <tr>
          <td></td>
          <td>
            <span
              style="
                background-color: #008cba;
                border: none;
                color: white;
                padding: 5px 5px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 12px;
                cursor: pointer;
                min-width: 60px;
              "
              onclick="PopulateFreshExamSubjectList();"
              >View</span
            >
          </td>
        </tr>
      </tbody>
    </table>

    <br />
    <!-- <div id='candidate_list_photo' style="height:118px;left:950px;position:absolute;top:193px;width:107px;">
	<img align="center" style="position: absolute; z-index: 1; height: 187px; width: 148px;" 
	onchange="DiaplayUserSelectedPhoto()" src="images/default_photo.jpg" id="student_entry_photo">
	</div>
	<div style="height:118px;left:910px;position:absolute;top:380px;width:107px;">
		<input type="file" style="height: 23px;" onchange="DisplayUserSelectedPhoto();" name="student_entry_upload" size="20" id="student_entry_upload">						
	</div> -->

    <div align="center" id="freshSubj_details" style="width: auto; padding-bottom: 15px; height: auto; overflow: auto"></div>
  </div>
</div>