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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>
  <div>
    <table>
      <tr>
        <td align="right" style="font-size: 13px">Degree</td>
        <td>:</td>
        <td>
          <select
            name="Degree"
            id="batch_sub_degree_code"
            style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
            onchange="getBatchWiseSemesterDetails()"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right" style="font-size: 13px">Exam</td>
        <td>:</td>
        <td>
          <select
            name="exam"
            id="batch_sub_Examno"
            style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
            onchange="getBatchWiseSubjectDetails('PR')"
          ></select>
        </td>
      </tr>
      <tr>
        <td align="right" style="font-size: 13px">Subject</td>
        <td>:</td>
        <td>
          <select
            name="subject"
            id="batch_sub_final_subcode"
            style="width: 450px; height: 30px; margin: 5px; font-size: 13px"
            onchange="GetVivaSubjectDetails()"
          ></select>
        </td>
        <td align="right" style="font-size: 13px">Max Marks:</td>
        <td>
          <input
            class="ElementCount"
            type="text"
            id="batch_sub_maxmark"
            style="
              background-color: AliceBlue;
              width: 50px;
              text-transform: uppercase;
              text-align: center;
              height: 24px;
              font-size: 13px;
            "
            onfocus="$g_focus_element='batch_sub_maxmark';"
            disabled="disabled"
          />
        </td>
      </tr>
      <tr>
        <td align="right" style="font-size: 13px">Viva Subject</td>
        <td>:</td>
        <td>
          <input
            type="text"
            class="ElementCount"
            disabled="disabled"
            id="batch_viva_subject_code"
            style="
              background-color: AliceBlue;
              width: 60px;
              text-transform: uppercase;
              text-align: center;
              height: 24px;
              margin-left: 5px;
              font-size: 13px;
            "
          />
          <input
            type="text"
            class="ElementCount"
            disabled="disabled"
            id="batch_viva_subject_name"
            style="
              background-color: AliceBlue;
              width: 369px;
              height: 24px;
              font-size: 13px;
            "
          />
        </td>
        <td align="right" style="font-size: 13px">Max Marks:</td>
        <td>
          <input
            type="text"
            class="ElementCount"
            disabled="disabled"
            id="batch_viva_subject_max_marks"
            style="
              background-color: AliceBlue;
              width: 50px;
              text-transform: uppercase;
              text-align: center;
              height: 24px;
              font-size: 13px;
            "
          />
        </td>
      </tr>
      <tr>
        <td align="right" style="font-size: 13px">Reg. No.</td>
        <td>:</td>
        <td>
          <select
            class="ElementCount"
            name="batch_sub_range"
            id="batch_sub_range"
            style="width: 120px; height: 30px; margin: 5px; font-size: 13px"
            onchange="DisplayTextBox()"
          >
            <option>Between</option>
            <option>Like</option>
          </select>
          <!-- <span id='td_markentry_sub_range_from_to'>				 -->
          <input
            type="text"
            id="batch_sub_range_from"
            value="00000000"
            style="
              width: 80px;
              text-transform: uppercase;
              text-align: center;
              height: 24px;
              font-size: 13px;
            "
            maxlength="8"
          />
          --
          <input
            type="text"
            id="batch_sub_range_to"
            value="ZZZZZZZZ"
            style="
              width: 80px;
              text-align: center;
              height: 24px;
              font-size: 13px;
            "
            maxlength="8"
          />
        </td>
        <td align="right" style="font-size: 13px">Total Students:</td>
        <td>
          <input
            type="text"
            value=""
            id="countvalue"
            disabled
            style="
              width: 50px;
              text-align: center;
              height: 24px;
              background-color: AliceBlue;
              font-size: 13px;
            "
          />
        </td>
      </tr>
      <tr>
        <td align="right" style="font-size: 13px">
          Students per <br />
          Batch
        </td>
        <td>:</td>
        <td>
          <input
            type="text"
            class="ElementCount"
            id="batch_nos"
            style="
              width: 50px;
              text-align: center;
              height: 24px;
              margin-left: 5px;
              font-size: 13px;
            "
            maxlength="2"
            onkeypress="return acceptNumbersOnlyForModule(event);"
          />
          <label style="font-size: 13px">Staring Batch:</label>
          <input
            type="text"
            class="ElementCount"
            id="batch_stat"
            value="01"
            style="
              width: 50px;
              text-align: center;
              height: 24px;
              font-size: 13px;
            "
            maxlength="2"
            onkeypress="return acceptNumbersOnlyForModule(event);"
          />
          <span style="display: none" id="td_batch_sub_range_bw">
            <input type="text" id="batch_sub_range_bw" style="width: 70px" />
          </span>
          &nbsp;&nbsp;&nbsp;&nbsp;<span
            style="
              background-color: #008cba;
              border: none;
              color: white;
              padding: 6px 18px;
              text-align: center;
              text-decoration: none;
              display: inline-block;
              font-size: 13px;
              cursor: pointer;
              font-size: 13px;
            "
            onclick="GetBatchWiseRegNos();"
            >View</span
          >
        </td>
      </tr>
    </table>
  </div>
  <div>
    <table
      align="left"
      border="0"
      style="margin-left: 25px; margin-top: 13px"
      cellpadding="0"
      cellspacing="0"
      width="94%"
    >
      <th
        colspan="12"
        class="ui-jqgrid-titlebar ui-widget-header ui-corner-tl ui-corner-tr ui-helper"
        style="font-size: 13px; padding-left: 6px; height: 18px"
      >
        Batch wise Count
      </th>
      <tr class="ui-state-default ui-jqgrid-hdiv">
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            border-left: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Batch
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Count
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Batch
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Count
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Batch
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Count
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Batch
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Count
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Batch
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Count
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          Batch
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
            text-align: center;
          "
        >
          Count
        </td>
      </tr>
      <tr>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            border-left: 1px solid #c5dbec;
            font-weight: 700;
            background-color: AliceBlue;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          01
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
          id="b1"
        >
          0
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            background-color: AliceBlue;
            font-weight: 700;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          02
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
          id="b2"
        >
          0
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            background-color: AliceBlue;
            font-weight: 700;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          03
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
          id="b3"
        >
          0
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            background-color: AliceBlue;
            font-weight: 700;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          04
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
          id="b4"
        >
          0
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            background-color: AliceBlue;
            font-weight: 700;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          05
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
          id="b5"
        >
          0
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            background-color: AliceBlue;
            font-weight: 700;
            text-align: center;
            border-right: 1px solid #c5dbec;
          "
        >
          06
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
            text-align: center;
          "
          id="b6"
        >
          0
        </td>
      </tr>

      <tr>
        <td
          style="
            text-align: center;
            border-left: 1px solid #c5dbec;
            font-weight: 700;
            border-bottom: 1px solid #c5dbec;
            background-color: AliceBlue;
            border-right: 1px solid #c5dbec;
          "
        >
          07
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
          "
          id="b7"
        >
          0
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            font-weight: 700;
            background-color: AliceBlue;
            border-right: 1px solid #c5dbec;
          "
        >
          08
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
          "
          id="b8"
        >
          0
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            font-weight: 700;
            background-color: AliceBlue;
            border-right: 1px solid #c5dbec;
          "
        >
          09
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
          "
          id="b9"
        >
          0
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            font-weight: 700;
            background-color: AliceBlue;
            border-right: 1px solid #c5dbec;
          "
        >
          10
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
          "
          id="b10"
        >
          0
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            font-weight: 700;
            background-color: AliceBlue;
            border-right: 1px solid #c5dbec;
          "
        >
          11
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
          "
          id="b11"
        >
          0
        </td>
        <td
          style="
            text-align: center;
            border-bottom: 1px solid #c5dbec;
            font-weight: 700;
            background-color: AliceBlue;
            text-align: center;
            border-right: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
          "
        >
          12
        </td>
        <td
          style="
            border-bottom: 1px solid #c5dbec;
            border-right: 1px solid #c5dbec;
            text-align: center;
          "
          id="b12"
        >
          0
        </td>
      </tr>
    </table>

    <div
      id="btc_default_reg_div"
      style="
        width: 100%;
        clear: both;
        padding-top: 10px;
        margin-left: 50px;
        overflow: auto;
      "
    ></div>
  </div>
</div>