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


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/batchSetupPreparation.html

<script type="text/javascript">
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li><a href="#">Practical Batch Preparation</a></li>
    </ul>
    <div style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Degree :</td>
                <td colspan="9">
                    <select
                        name="Degree"
                        id="batch_sub_degree_code"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                        onchange="getBatchWiseSemesterDetails()"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Exam :</td>
                <td colspan="9">
                    <select
                        name="exam"
                        id="batch_sub_Examno"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                        onchange="getBatchWiseSubjectDetails('PR')"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Subject :</td>
                <td>
                    <select
                        name="subject"
                        id="batch_sub_final_subcode"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                        onchange="GetVivaSubjectDetails()"
                    ></select>
                </td>
                <td align="right" style="font-size: 13px">Max Marks:</td>
                <td>
                    <input
                        type="text"
                        id="batch_sub_maxmark"
                        disabled="disabled"
                        class="textInputEnabled"
                        style="width: 60px; height: 20px; text-align: center"
                        onfocus="$g_focus_element='batch_sub_maxmark';"
                    />
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Viva Subject :</td>
                <td>
                    <input
                        type="text"
                        id="batch_viva_subject_code"
                        disabled="disabled"
                        class="textInputEnabled"
                        style="
                            width: 60px;
                            height: 20px;
                            text-align: center;
                            text-transform: uppercase;
                        "
                    />
                    <input
                        type="text"
                        id="batch_viva_subject_name"
                        disabled="disabled"
                        class="textInputEnabled"
                        style="
                            width: 385px;
                            height: 20px;
                            text-align: center;
                            text-transform: uppercase;
                        "
                    />
                </td>
                <td align="right" style="font-size: 13px">Max Marks:</td>
                <td>
                    <input
                        type="text"
                        id="batch_viva_subject_max_marks"
                        disabled="disabled"
                        class="textInputEnabled"
                        style="width: 60px; height: 20px; text-align: center"
                    />
                </td>
            </tr>
            <tr>
                <td align="right" style="font-size: 13px">Reg. No.</td>
                <td>
                    <select
                        name="batch_sub_range"
                        id="batch_sub_range"
                        class="textInputEnabled"
                        style="width: 150px; height: 28px"
                        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"
                        class="textInputEnabled"
                        style="
                            width: 80px;
                            height: 20px;
                            text-align: center;
                            text-transform: uppercase;
                        "
                        maxlength="8"
                    />
                    --
                    <input
                        type="text"
                        id="batch_sub_range_to"
                        value="ZZZZZZZZ"
                        class="textInputEnabled"
                        style="
                            width: 80px;
                            height: 20px;
                            text-align: center;
                            text-transform: uppercase;
                        "
                        maxlength="8"
                    />
                </td>
                <td align="right" style="font-size: 13px">Total Students:</td>
                <td>
                    <input
                        type="text"
                        value=""
                        id="countvalue"
                        disabled
                        class="textInputEnabled"
                        style="width: 60px; height: 20px; text-align: center"
                    />
                </td>
            </tr>
            <tr>
                <td align="right" style="font-size: 13px">
                    Students Per Batch
                </td>
                <td colspan="9">
                    <input
                        type="text"
                        id="batch_nos"
                        class="textInputEnabled"
                        style="width: 60px; height: 20px; text-align: center"
                        maxlength="2"
                        onkeypress="return acceptNumbersOnlyForModule(event);"
                    />
                    <label style="font-size: 13px">Starting Batch:</label>
                    <input
                        type="text"
                        id="batch_stat"
                        value="01"
                        class="textInputEnabled"
                        style="
                            width: 80px;
                            height: 20px;
                            text-align: center;
                            text-transform: uppercase;
                        "
                        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>