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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul style="height: 20px">
    <li></li>
  </ul>

  <div id="batch_setup_div" style="overflow: auto; padding-top: 10px">
    <table width="100%" border="0" cellspacing="0" cellpadding="3" class="content-tbl">
      <tr>
        <td style="width: 140px" align="right"><p id="ldegcode">Degree :</p></td>
        <td>
          <input
            type="text"
            class="ElementCount"
            id="batch_sub_degree_code"
            maxlength="5"
            style="width: 60px; text-transform: uppercase; text-align: center"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5);}"
            onkeypress="return pulsar(event,this);"
            onkeydown="return keyboardDegreePopup(event,this.id,$('#batch_sub_degree_code').val())"
            onfocus="$g_focus_element='batch_sub_degree_code';"
            onblur="getdegreeNames();"
          />
          <input type="text" id="batch_sub_degree_name" readonly tabindex="-1" onfocus="$g_focus_element='batch_sub_degree_name';" style="width: 400px; background-color: AliceBlue" />
          &nbsp;<img border="0" onclick="degreeDetailsPopup($('#batch_sub_degree_code').val());" src="images/edi.png" style="cursor: pointer" />
        </td>
      </tr>
      <tr>
        <td align="right">Exam :</td>
        <td>
          <input
            class="ElementCount"
            type="text"
            id="batch_sub_Examno"
            maxlength="1"
            style="width: 60px; text-transform: uppercase; text-align: center"
            onkeyup="if (this.value.length > 1) {this.value = this.value.substr(0,1); }"
            onblur="getExamName($('#batch_sub_degree_code').val(),this.id,'PR','batch_sub_Exam_name');"
            onkeypress="return pulsar(event,this);"
            onkeydown="return keyboardExamNoPopup(event,this.id,$('#batch_sub_Examno').val())"
            onfocus="$g_focus_element='batch_sub_Examno';"
          />
          <!--	onkeypress="return pulsar(event,this);" onkeydown="return MarkEntrySubGetExamNO(event,this.id,$('#batch_sub_Examno').val())"-->

          <input type="text" id="batch_sub_Exam_name" readonly tabindex="-1" onfocus="$g_focus_element='batch_sub_Exam_name';" style="width: 400px; background-color: AliceBlue" />
          &nbsp;<img border="0" onclick="GetMarkEntrySubGetExamNO($('#batch_sub_Examno').val());" src="images/edi.png" style="cursor: pointer" />
        </td>
      </tr>
      <tr>
        <td align="right"><p id="lsubcode">Subject :</p></td>
        <td>
          <input
            type="text"
            class="ElementCount"
            id="batch_sub_final_subcode"
            style="width: 60px; text-transform: uppercase; text-align: center"
            onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
            onkeypress="return pulsar(event,this);"
            onkeydown="return keyboardSubjectNamesPopup(event,this.id);"
            onfocus="$g_focus_element='batch_sub_final_subcode';"
            onblur="getSubjectName();"
          />
          <input type="text" id="batch_sub_fsubname" tabindex="-1" style="width: 400px; background-color: AliceBlue" />
          <img border="0" onclick="PopupMarkEntrySubGetSubjectDetails();" src="images/edi.png" style="cursor: pointer" />
        </td>
        <td align="right">
          Max Marks:<input
            class="ElementCount"
            type="text"
            id="batch_sub_maxmark"
            style="background-color: AliceBlue; width: 50px; text-transform: uppercase; text-align: center"
            onfocus="$g_focus_element='batch_sub_maxmark';"
            disabled="disabled"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Viva Subject :</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" />
          <input type="text" class="ElementCount" disabled="disabled" id="batch_viva_subject_name" style="background-color: AliceBlue; width: 400px" />
        </td>
        <td align="right">
          Max Marks:
          <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"
          />
        </td>
      </tr>
      <tr>
        <td align="right" style="width: 90px"><p id="lregno">Reg. No.:</p></td>
        <td>
          <select class="textInputEnabled" name="batch_sub_range" id="batch_sub_range" style="width: 120px" 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" maxlength="8" /> --
          <input type="text" id="batch_sub_range_to" value="ZZZZZZZZ" style="width: 80px; text-align: center" maxlength="8" onblur="gettotalstudentcount()" />
        </td>
        <td align="right">Total Students: <input type="text" value="" id="countvalue" disabled style="width: 50px; text-align: center" /></td>
      </tr>
      <tr>
        <td align="right" style="width: 120px">Students per Batch:</td>
        <td>
          <input type="text" class="ElementCount" id="batch_nos" style="width: 50px; text-align: center" maxlength="2" onkeypress="return acceptNumbersOnlyForModule(event);" />
          Starting Batch:
          <input type="text" class="ElementCount" id="batch_stat" value="01" style="width: 50px; text-align: center" 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: 4px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer"
            onclick="GetBatchWiseRegNos();"
            >View</span
          >
        </td>
      </tr>
    </table>

    <table align="left" border="0" style="margin-left: 25px; margin-top: 12px" 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: 12px; 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>