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


Current Path : /var/www/html/phdadm/vskub/
Upload File :
Current File : /var/www/html/phdadm/vskub/teachingexperience.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="header bg-blue">
        <h2>Teaching Experience</h2>
      </div>
      <div>
        <br />
        <h3 style="font-size: 15px; padding-left: 63px">
          Experience should be full time experience and will not include part
          time experience, internships and projects training period
        </h3>
        <table>
          <tr>
            <td>Organization</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <input
                type="text"
                id="txtorg"
                name="organization"
                class="form-control"
                placeholder="Organization"
              />
            </td>

            <td>Position Held</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <input
                type="text"
                id="txtpos"
                name="position"
                class="form-control"
                placeholder="Position"
              />
            </td>

            <td>Pay Band</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <input
                type="text"
                id="txtpay"
                name="pay"
                class="form-control"
                placeholder="Pay held"
              />
            </td>
          </tr>

          <tr>
            <td>Total Experience</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <input
                type="text"
                id="txtexp"
                name="experience"
                class="form-control"
                placeholder="Total Experience"
              />
            </td>
            <td>Period Of Employment(from)</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <input
                type="date"
                id="txtfrom"
                name="from"
                class="form-control date"
                placeholder="dd/mm/yyyy"
              />
            </td>

            <td>Period Of Employment(To)</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <input
                type="date"
                id="txtto"
                name="to"
                class="form-control date"
                placeholder="dd/mm/yyyy"
              />
            </td>
          </tr>

          <tr>
            <td>Nature Of Duty</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <textarea
                id="txtduty"
                name="natureofduty"
                class="form-control"
                rows="3"
                cols="50"
                placeholder="Text goes here"
              ></textarea>
            </td>

            <td>Upload Documents</td>
            <td style="padding-right: 2px; padding-left: 2px">:</td>
            <td>
              <input name="file" type="file" id="teachdoc" />
              <h6 style="color: red">
                pdf file name should not consists
                <b>space and special characters</b>
              </h6>
            </td>
            <td>
              <button
                id="idChangePhoto"
                class="btn btn-success"
                onclick="teachdocupload()"
              >
                Upload
              </button>
            </td>

            <td>
              <input type="hidden" id="txtid" class="form-control" />
            </td>
          </tr>
        </table>
        <center>
          <button
            type="button"
            style="font-weight: 600; font-size: 16px; margin-bottom: 17px"
            class="btn btn-warning waves-effect btn-lg"
            onclick="saveteachexp()"
          >
            Save
          </button>
        </center>
        <div class="form-group">
          <div class="form-line p-b-10">
            <input
              type="hidden"
              id="teachphotopath"
              name="teachphotopath"
              class="form-control"
            />
          </div>
        </div>
      </div>
      <div id="loadtable"></div>
    </div>
  </div>
</div>