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


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

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

<div id="tabs">
  <ul style="height: 20px"></ul>
  <div>
    <div id="report_type">
      <table style="margin-left: 20px" id="datetable">
        <tr>
          <td style="font-size: 13px" align="right">Exam Date</td>
          <td>:</td>
          <td>
            <input
              type="text"
              name="examdate"
              id="examdate"
              placeholder="Exam Date"
              style="height: 24px; width: 250px; margin: 2px; font-size: 13px"
            />
          </td>
        </tr>
        <tr>
          <td style="font-size: 13px" align="right">Exam Short</td>
          <td>:</td>
          <td>
            <input
              type="text"
              id="examshort"
              placeholder="Exam Short"
              style="height: 24px; width: 250px; margin: 2px; font-size: 13px"
            />
          </td>
        </tr>

        <tr>
          <td style="font-size: 13px" align="right">Year</td>
          <td>:</td>
          <td>
            <input
              id="year"
              style="height: 24px; width: 250px; margin: 2px; font-size: 13px"
              type="number"
            />
          </td>
        </tr>
        <tr></tr>
        <tr>
          <td style="font-size: 13px" align="right">Exam Type</td>
          <td>:</td>
          <td>
            <input
              id="examtype"
              style="height: 24px; width: 250px; margin: 2px; font-size: 13px"
              type="number"
            />
          </td>
        </tr>
      </table>
    </div>
  </div>
  <div id="datatable"></div>
</div>