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


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

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

<div id="tabs">
    <ul>
        <li><a href="#cntr_declaration">Upload Study Material</a></li>
    </ul>
    <div id="centerEntry" style="overflow: auto; padding: 1rem">
        <input
            name="hdnInstallments"
            id="hdnInstallments"
            value="0"
            type="hidden"
        />
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tbody>
                <tr>
                    <td align="right" style="width: 140px">Exam No.:</td>
                    <td>
                        <select
                            id="sem"
                            name="Combination"
                            onchange="getcolldegexam()"
                            class="textInputEnabled"
                            style="width: 100%; height: 28px"
                        >
                            <option value="">--Select--</option>
                        </select>
                    </td>
                </tr>

                <tr>
                    <td align="right" style="width: 140px">Degree:</td>
                    <td>
                        <select
                            id="fdegree"
                            name="Degree"
                            onchange="getSubject()"
                            class="textInputEnabled"
                            style="width: 100%; height: 28px"
                        >
                            <option value="">--Select--</option>
                        </select>
                    </td>
                </tr>

                <tr>
                    <td align="right" style="width: 140px">Subject:</td>
                    <td>
                        <select
                            id="subject"
                            name="Combination"
                            class="textInputEnabled"
                            style="width: 100%; height: 28px"
                        >
                            <option value="">--Select--</option>
                        </select>
                    </td>
                </tr>
                <tr>
                    <td align="right">
                        Chapter / Lesson<font color="red">*</font>
                    </td>
                    <td>
                        <input
                            name="chapter / lesson"
                            placeholder="Chapter / Lesson"
                            id="lesson"
                            maxlength="250"
                            type="text"
                            autocomplete="off"
                            class="textInputEnabled"
                            style="width: 99%; height: 20px"
                        />
                    </td>
                </tr>
                <tr>
                    <td align="right">
                        Teacher Name<font color="red">*</font>
                    </td>
                    <td>
                        <input
                            name="Teacher Name"
                            placeholder="Teacher Name"
                            id="tech"
                            maxlength="250"
                            type="text"
                            autocomplete="off"
                            class="textInputEnabled"
                            style="width: 99%; height: 20px"
                        />
                    </td>
                </tr>
                <tr>
                    <td align="right">
                        File Upload <font color="red">*</font>
                    </td>
                    <td>
                        <input
                            type="file"
                            id="studymatrial"
                            onchange="upload_file('studymatrial');"
                            name="studymatrial"
                            class="textInputEnabled"
                            style="width: 400px; height: 20px"
                        />
                        <input
                            type="hidden"
                            class="form-control"
                            id="h_studymatrial"
                        />
                        (Max. 30MB Only)
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</div>