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


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

<script type="text/javascript">
    $('#examdate').datepicker({
        changeMonth: true,
        changeYear: true,
        dateFormat: 'dd/mm/yy',
    })
    $(function () {
        $('#tabs').tabs()
    })
    $(function () {
        $('#sub_tabs').tabs()
    })
</script>
<div id="tabs">
    <ul>
        <li>
            <a href="#report_Marklist_subject_wise_div"
                >Answer Book Bundle Acknowledgement</a
            >
        </li>
    </ul>

    <div
        id="report_Marklist_subject_wise_div"
        style="overflow: auto; padding: 1rem"
    >
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Exam Date:</td>
                <td>
                    <input
                        type="text"
                        id="examdate"
                        onkeypress="return acceptNumbersOnlyForModule(event);"
                        onkeydown="dmydateformat(event,this.id)"
                        placeholder="DD/MM/YYYY"
                        maxlength="10"
                        class="textInputEnabled"
                        style="width: 120px; height: 20px; text-align: center"
                    />
                </td>
            </tr>

            <tr>
                <td align="right">Session:</td>
                <td>
                    <input
                        type="radio"
                        checked="true"
                        id="m"
                        name="marks_wise"
                    />Morning
                    <input type="radio" id="n" name="marks_wise" />AfterNoon
                </td>
            </tr>
        </table>
    </div>
</div>