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


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

<script type="text/javascript">
    /*  $('#qp_frm_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});
	 $('#qp_to_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true,	changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/cal.jpg', buttonImageOnly: true});*/
    $('#frm_date').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_degree_list">Room Allotment Summary</a></li>
    </ul>
    <div id="Report_daily_report_div" style="overflow: auto; padding: 1rem">
        <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
            <tr>
                <td style="width: 140px" align="right">Degree Group:</td>
                <td>
                    <select
                        id="deggrp"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">--Select--</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Report Type:</td>
                <td>
                    <select
                        id="reporttype"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">--Select--</option>
                        <option value="room">Room Wise Report</option>
                        <option value="sub">Subject Wise Report</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Exam Date:</td>
                <td>
                    <input
                        type="text"
                        id="frm_date"
                        onkeypress="return acceptNumbersOnlyForModule(event);"
                        onkeydown="dmydateformat(event,this.id)"
                        placeholder="DD/MM/YYYY"
                        maxlength="10"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Session:</td>
                <td>
                    <select
                        id="session"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">--Select--</option>
                        <option value="M%">Morning</option>
                        <option value="N%">After Noon</option>
                        <option value="both">both</option>
                    </select>
                </td>
            </tr>
        </table>
    </div>
</div>