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


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

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

    <div style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td align="right" style="width: 140px">Degree:</td>
                <td>
                    <select
                        name="degree"
                        id="degree"
                        onchange="loadSemester()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right" style="width: 140px">Exam No:</td>
                <td>
                    <select
                        name="sem"
                        id="sem"
                        onchange="loadSubject()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td align="right" style="width: 140px">Subject:</td>
                <td>
                    <select
                        name="subject"
                        id="subject"
                        onchange="getMaximumMarks()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
                <td style="font-size: 13px">Max. Marks:</td>
                <td>
                    <input
                        type="text"
                        id="maxmarks"
                        class="textInputEnabled"
                        style="height: 20px; width: 60px; text-align: center"
                        disabled
                    />
                </td>
            </tr>
            <tr>
                <td></td>
                <td>
                    <span
                        onclick="getSubDetData()"
                        style="
                            background-color: #008cba;
                            border: none;
                            color: white;
                            padding: 6px 10px;
                            text-align: center;
                            text-decoration: none;
                            display: inline-block;
                            font-size: 13px;
                            cursor: pointer;
                            border-radius: 3px;
                        "
                        >View</span
                    >
                </td>
            </tr>
        </table>
    </div>
    <div id="tabdet" hidden>
        <table
            id="tabledata"
            align="center"
            width="100%"
            cellspacing="0"
            cellpadding="1"
            border="1"
            style="border-radius: 5px"
        >
            <tr class="ui-state-default ui-jqgrid-hdiv">
                <th
                    align="center"
                    style="
                        font-size: 12px;
                        border-left: 1px solid #c5dbec;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    Element
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    Sub. Name
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    Th./Pr.
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    Max. Marks
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    Qn. No.
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    No. of Tests
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    U1 Max
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    U2 Max
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    Order
                </th>

                <th
                    align="center"
                    style="
                        font-size: 12px;
                        padding: 5px 5px;
                        border-right: 1px solid #c5dbec;
                        border-bottom: 1px solid #c5dbec;
                    "
                >
                    Action
                </th>
            </tr>
        </table>
    </div>
    <div id="editdata"></div>
    <div id="getData" style="margin-top: 20px"></div>
</div>