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


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

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

<div id="tabs">
    <ul>
        <li><a href="#create">IA Marks Entry</a></li>
    </ul>
    <div id="CollForm" style="overflow: auto; padding: 1rem">
        <table
            id="mainTable"
            class="content-tbl"
            cellpadding="5"
            cellspacing="2"
            width="100%"
        >
            <tr>
                <td style="width: 140px" align="right">Teacher :</td>
                <td colspan="9">
                    <select
                        onchange="marksentrytwoloadclassnamesnew()"
                        id="teachname"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Class :</td>
                <td colspan="9">
                    <select
                        id="classnameoptions"
                        onchange="getSubjectElementnew()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>

            <tr>
                <td style="width: 140px" align="right">Subject:</td>
                <td style="width: 465px">
                    <select
                        id="subElement"
                        onchange="getTestMaxQnnew()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
                <td style="width: 100px" align="right">Max. Marks:</td>
                <td>
                    <input
                        type="text"
                        id="txtmarks"
                        value=""
                        class="textInputEnabled"
                        style="width: 60px; height: 20px; text-align: center"
                    />
                </td>
            </tr>

            <!-- <tr >
        <td  >Subject Element</td>
        <td ><table id="checksub"></table></td>
      </tr> -->

            <tr id="test_row">
                <td style="width: 140px" align="right">Test :</td>
                <td>
                    <select
                        id="testName"
                        onchange="testNameChangenew()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    ></select>
                </td>
            </tr>
            <tr id="unit_row">
                <td style="width: 140px" align="right">Units :</td>
                <td>
                    <input
                        type="text"
                        id="txtunits"
                        value=""
                        style="height: 24px; margin: 2px; font-size: 13px"
                    />
                </td>
            </tr>

            <tr>
                <td></td>
                <td>
                    <span
                        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;
                        "
                        onclick="viewIAUnitwisenew();"
                        >View</span
                    >
                </td>
            </tr>
            <tr>
                <td id="showNote" colspan="9" align="center">
                    <span
                        style="
                            padding: 10px;
                            color: red;
                            border: 1px solid #ccc;
                            font-size: 14px;
                            line-height: 20px;
                        "
                    >
                        <b>Note:</b><br />
                        1. Do not leave the marks blank.<br />
                        2. If the student is absent, please mark as "AB" in
                        marks entry column.<br />
                    </span>
                </td>
            </tr>
        </table>
        <div id="createview"></div>
    </div>
</div>