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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#">General</a></li>
  </ul>

  <div id="" style="overflow: auto">
    <table>
      <tr>
        <td>Degree</td>
        <td>:</td>
        <td>
          <select
            id="degree_code"
            type="text"
            maxlength="5"
            style="width: 360px; height: 30px; margin: 2px"
          ></select>
          <!-- <input id="degree_code" type="text" maxlength="5" style = "width:70px; text-align: center;"  				 
				onkeydown="return keyboardDegreePopup(event,this.id,$('#adclme_degree_code').val());" 				
				onfocus="$g_focus_element='report_admission_degree_code'" 
				onblur="getdegreeNames();"/>
				<input type="text" id="degree_name" readonly tabindex=-1 onfocus="$g_focus_element='degree_name';" style="width:440px; background-color: AliceBlue">
		       &nbsp;<img border="0" onclick="degreeDetailsPopup($('#degree_code').val());" src="images/edi.png" style="cursor:pointer"/>		         -->
        </td>
      </tr>
      <tr>
        <td>Reg. No. Range</td>
        <td>:</td>
        <td>
          <input
            type="text"
            id="uploadPhoto_regno_start_from"
            maxlength="8"
            style="width: 70px; text-align: center; height: 24px"
            value="00000000"
          />
          <input
            type="text"
            id="uploadPhoto_regno_end_to"
            maxlength="8"
            style="width: 70px; text-align: center; height: 24px"
            value="ZZZZZZZZ"
          />
        </td>
      </tr>
      <tr>
        <td></td>
        <td></td>
        <td>
          <span
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 6px 10px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 12px;
              cursor: pointer;
              margin: 2px;
              border-radius: 3px;
            "
            onclick="viewUploadStudentPhoto();"
          >
            View
          </span>
        </td>
      </tr>
    </table>
    <br style="clear: both" />
  </div>
  <div
    align="center"
    id="uploadPh_studlist"
    style="overflow: auto; margin-bottom: 20px"
  ></div>
</div>