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


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

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

<div id="tabs">
  <style type="text/css">
    .textInputEnabled {
      width: 100%;
      height: 25px;
      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="#collbankdet">College Bank Details</a></li>
    <li><a href="#updatecollegedet">Update College Details</a></li>
  </ul>
  <div
    id="collbankdet"
    align="center"
    style="
      padding-top: 8px;
      font-size: 13px;
      padding-left: 2%;
      padding-right: 2%;
    "
    onload="callcollbankdet()"
  >
    <input
      name="hdnInstallments"
      id="hdnInstallments"
      value="0"
      type="hidden"
    />
    <table class="TableBorder" cellpadding="8" cellspacing="2" width="100%">
      <tbody>
        <tr>
          <td class="topPadding3" align="left" width="4%">01.</td>
          <td class="topPadding3" align="left" width="30%">
            Bank Name<font color="red">*</font>
          </td>
          <td>
            <input
              placeholder="Bank Name"
              name="Bank Name"
              id="fbank"
              maxlength="250"
              class="textInputEnabled"
              type="text"
              autocomplete="off"
            />
          </td>
        </tr>

        <tr>
          <td class="topPadding3" align="left">02.</td>
          <td class="topPadding3" align="left">
            Bank Branch Code<font color="red">*</font>
          </td>
          <td class="topPadding3">
            <input
              name="Bank Branch Code"
              placeholder="Bank Branch Code"
              id="fbranchcode"
              maxlength="250"
              class="textInputEnabled"
              type="text"
              autocomplete="off"
            />
          </td>
        </tr>
        <tr>
          <td class="topPadding3" align="left">03.</td>
          <td class="topPadding3" align="left">
            Bank Branch Place<font color="red">*</font>
          </td>
          <td class="topPadding3">
            <input
              name="Bank Branch Place"
              placeholder="Bank Branch Place"
              id="fbankplace"
              maxlength="250"
              class="textInputEnabled"
              type="text"
              autocomplete="off"
            />
          </td>
        </tr>
        <tr>
          <td class="topPadding3" align="left">04.</td>
          <td class="topPadding3" align="left">
            Bank Branch Name<font color="red">*</font>
          </td>
          <td class="topPadding3">
            <input
              name="Bank Branch Name"
              placeholder="Bank Branch Name"
              id="fbankbranch"
              maxlength="250"
              class="textInputEnabled"
              type="text"
              autocomplete="off"
            />
          </td>
        </tr>

        <tr>
          <td class="topPadding3" align="left">05.</td>
          <td class="topPadding3" align="left">
            Bank Account No.<font color="red">*</font>
          </td>
          <td class="topPadding3">
            <input
              name="Bank Account No."
              placeholder="Bank Account No."
              id="fbankaccno"
              maxlength="250"
              class="textInputEnabled"
              type="text"
              autocomplete="off"
            />
          </td>
        </tr>
        <tr>
          <td class="topPadding3" align="left">06.</td>
          <td class="topPadding3" align="left">
            Bank IFSC Code<font color="red">*</font>
          </td>
          <td class="topPadding3">
            <input
              name="Bank IFSC Code"
              id="fifsccode"
              placeholder="Bank IFSC Code"
              maxlength="250"
              class="textInputEnabled"
              type="text"
              autocomplete="off"
            />
          </td>
        </tr>
        <tr>
          <td class="topPadding3" align="left">07.</td>
          <td class="topPadding3" align="left">
            Cheque Favour<font color="red">*</font>
          </td>
          <td class="topPadding3">
            <input
              name="Cheque Favour"
              id="fchequefavour"
              placeholder="Cheque Favour"
              maxlength="250"
              class="textInputEnabled"
              type="text"
              autocomplete="off"
            />
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div id="updatecollegedet" onload="CallUpdateCollDet()"></div>
</div>