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 : 18.190.253.224


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

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

<div id="tabs">
    <ul>
        <li><a href="#">IA Summary Report</a></li>
    </ul>
    <div style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td align="right" width="140px">Report Type:</td>
                <td>
                    <select
                        id="r_type"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">---Select---</option>
                        <option value="attlist">
                            Shortage of Attendace between 75 and 85
                        </option>
                        <option value="shortlist">
                            Shortage of Attendace Below 75% and CIE less than 20
                        </option>
                    </select>
                </td>
            </tr>
            <tr>
                <td align="right" width="140px">Degree:</td>
                <td>
                    <select
                        id="degree"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                        onchange="getIASemisterDet()"
                    ></select>
                </td>
            </tr>

            <tr>
                <td align="right" width="140px">Exam No.:</td>
                <td>
                    <select
                        id="semister"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="All">All</option>
                        <option value="A">I Semester</option>
                        <option value="B">II Semester</option>
                        <option value="C">III Semester</option>
                        <option value="D">IV Semester</option>
                        <option value="E">V Semester</option>
                        <option value="F">VI Semester</option>
                        <option value="G">VII Semester</option>
                        <option value="H">VIII Semester</option>
                    </select>
                </td>
            </tr>

            <tr>
                <td align="right" width="140px">Reg. No. Range:</td>
                <td>
                    <input
                        type="text"
                        name="fromreg"
                        id="fromreg"
                        value="0"
                        placeholder="From Reg"
                        class="textInputEnabled"
                        style="width: 150px; text-align: center; height: 20px"
                    />
                    -
                    <input
                        type="text"
                        name="toreg"
                        id="toreg"
                        value="Z"
                        placeholder="To Reg"
                        class="textInputEnabled"
                        style="width: 150px; text-align: center; height: 20px"
                    />
                </td>
            </tr>

            <tr>
                <td></td>
                <td>
                    <span
                        onclick="GenerateIASumReport()"
                        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;
                        "
                        >Generate</span
                    >
                </td>
            </tr>
        </table>
    </div>
</div>

<script>
    $(document).ready(function () {
        $('#exam_range').hide()
    })
</script>