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


Current Path : /proc/thread-self/root/var/www/html/phdadm/acu/
Upload File :
Current File : //proc/thread-self/root/var/www/html/phdadm/acu/employmentdetails_acu.html

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

<style>
  td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  td:first-child {
    padding-left: 10px;
    padding-right: 0;
  }
</style>

<div class="row clearfix" id="personal_det">
  <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
    <div class="card">
      <div class="card-header">
        <h2>Employment Details</h2>
      </div>
      <div class="card-body">
        <div>
          <br />
          <table>
            <tr>
              <td>Experience in</td>
              <td style="padding-right: 2px; padding-left: 2px">:</td>
              <td>
                <input
                  type="text"
                  id="expin"
                  name="expin"
                  class="form-control"
                  placeholder="Experience in"
                />
              </td>
              <td>From</td>
              <td style="padding-right: 2px; padding-left: 2px">:</td>
              <td>
                <input
                  type="date"
                  id="frmdate"
                  name="colname"
                  class="form-control"
                  placeholder="From"
                  onchange="loadDuration()"
                />
              </td>

              <td>To</td>
              <td style="padding-right: 2px; padding-left: 2px">:</td>
              <td>
                <input
                  type="date"
                  id="todate"
                  name="univaddress"
                  class="form-control"
                  placeholder="To"
                  onchange="loadDuration()"
                />
              </td>
            </tr>

            <tr>
              <td>Employer</td>
              <td style="padding-right: 2px; padding-left: 2px">:</td>
              <td>
                <input
                  type="text"
                  id="employer"
                  name="employer"
                  class="form-control"
                  placeholder="Employer"
                />
              </td>
              <td>Designation</td>
              <td style="padding-right: 2px; padding-left: 2px">:</td>
              <td>
                <input
                  type="text"
                  id="designation"
                  name="designation"
                  class="form-control"
                  placeholder="Designation"
                />
              </td>

              <td>Duration</td>
              <td style="padding-right: 2px; padding-left: 2px">:</td>
              <td>
                <input
                  type="text"
                  id="duration"
                  name="duration"
                  class="form-control"
                  placeholder="Duration"
                />
                <input type="hidden" id="fid" class="form-control" />
              </td>
            </tr>
          </table>
          <center>
            <button
              type="button"
              class="btn btn-primary waves-effect mt-3 mb-3"
              onclick="employmentdet_acu()"
            >
              Save
            </button>
          </center>
        </div>

        <div id="emptab_acu"></div>
      </div>
    </div>
  </div>
</div>