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


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/download_college_photo.html

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

<style>
  .select {
    width: 450px;
    height: 29px;
  }
  .text {
    width: 200px;
    height: 24px;
  }
</style>

<div id="tabs">
  <ul>
    <li><a href="#">College Wise Photo Download</a></li>
  </ul>
  <div class="container">
    <table class="table">
      <tr>
        <td>College</td>
        <td>:</td>
        <td><select class="select" name="College" id="college"></select></td>
      </tr>
      <tr>
        <td>Reg. Range</td>
        <td>:</td>
        <td>
          <input class="text" type="text" id="reg_from" value="0" />
          <input class="text" type="text" id="reg_to" value="Z" />
        </td>
      </tr>
      <tr>
        <td></td>
        <td></td>
        <td>
          <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="downloadPhotos()"
            >Download</span
          >
        </td>
      </tr>
    </table>
  </div>
</div>