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


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/sendnotification.html

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

<div id="tabs">
  <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>
  <ul>
    <li><a href="#cntr_declaration">Send Notification</a></li>
  </ul>
  <div
    id="centerEntry"
    align="center"
    style="padding-top:8px;font-size:13px;padding-left: 2%;padding-right: 2%;"
  >
    <input
      name="hdnInstallments"
      id="hdnInstallments"
      value="0"
      type="hidden"
    />
    <table class="content-tbl" cellpadding="8" cellspacing="0" width="100%">
      <tbody>
        <tr>
          <td align="left" width="200px">Degree<font color="red">*</font></td>
          <td>
            <select id="fdegree" class="InputTextEnabled" name="Degree">
              <option value="">--Select--</option>
            </select>
          </td>
        </tr>

        <tr>
          <td align="left">Exam No.<font color="red">*</font></td>
          <td>
            <select id="sem" class="InputTextEnabled" name="Combination">
              <option value="All">All</option>
              <option value="A">Fisrt Semester</option>
              <option value="B">Second Semester</option>
              <option value="C">Third Semester</option>
              <option value="D">Fourth Semester</option>
              <option value="E">Fifth Semester</option>
              <option value="F">Sixth Semester</option>
            </select>
          </td>
        </tr>
        <tr>
          <td align="left">Reg. No. Range<font color="red">*</font></td>
          <td>
            <input type="text" id="regfrom" value="0" /> -
            <input type="text" id="regto" value="ZZZZ" />
          </td>
        </tr>
        <tr>
          <td align="left">Notification Title<font color="red">*</font></td>
          <td>
            <input
              type="text"
              id="notiftile"
              style="width: 305px;"
              placeholder="Notification Title"
            />
          </td>
        </tr>
        <tr>
          <td align="left">Notification Body<font color="red">*</font></td>
          <td>
            <textarea
              id="notifbody"
              style="width: 305px;"
              placeholder="Notification Body"
            ></textarea>
          </td>
        </tr>
        <tr>
          <td align="left"></td>
          <td>
            <span
              style="background-color: #008CBA; border: none; color: white; padding: 4px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;"
              onclick="getStudents();"
              >View Details</span
            >
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <br />

  <div align="left" id="send_student_data" style="clear:both;"></div>
</div>