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


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

<script type="text/javascript">
    $('#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_Marklist_subject_wise_div">Invigilators Dairy</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 Month:</td>
                <td>
                    <select
                        id="exmmonth"
                        onchange="showdiv()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                    </select>
                </td>
            </tr>
            <tr>
                <td style="width: 140px" align="right">Report Type:</td>
                <td>
                    <select
                        id="sreport"
                        onchange="showdiv()"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">---Select---</option>
                        <option value="rrnb">
                            Register No List (Notice Board)
                        </option>
                        <option value="rrnl">
                            Register No List (Room Wise)
                        </option>
                        <option value="id">Invigilators Dairy</option>
                        
                        <option value="er">Room Allotmet (Excel)</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td align="right">Exam Date:</td>
                <td>
                    <input
                        type="text"
                        id="frm_date"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                        onkeypress="return acceptNumbersOnlyForModule(event);"
                        onkeydown="dmydateformat(event,this.id)"
                        placeholder="DD/MM/YYYY"
                        maxlength="10"
                    />
                </td>
            </tr>
            <tr>
                <td align="right">Session:</td>
                <td>
                    <select
                        id="rsession"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">---Select Session---</option>
                        <option value="M%">Morning</option>
                        <option value="N%">After Noon</option>
                        <option value="both">both</option>
                    </select>
                </td>
            </tr>

            <tr>
                <td align="right">Faculty:</td>
                <td>
                    <select
                        id="faculty"
                        class="textInputEnabled"
                        style="width: 100%; height: 28px"
                    >
                        <option value="">---Select Faculty---</option>
                        <option value="UG">UG</option>
                        <option value="PG">PG</option>
                    </select>
                </td>
            </tr>
            <tr>
                <td align="right">QP Code Range:</td>
                <td>
                    <input
                        type="text"
                        id="from_qpcode"
                        onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
                        value="0"
                        name="qp_code"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                    -
                    <input
                        type="text"
                        id="to_qpcode"
                        onkeyup="if (this.value.length > 6) {this.value = this.value.substr(0,6); }"
                        value="Z"
                        name="qp_code"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                </td>
            </tr>
            <tr>
                <td align="right">Room Range:</td>
                <td>
                    <input
                        type="text"
                        id="room_range_from"
                        onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
                        value="0"
                        name="room_range_from"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                    -
                    <input
                        type="text"
                        id="room_range_to"
                        onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
                        value="Z"
                        name="room_range_to"
                        class="textInputEnabled"
                        style="width: 120px; text-align: center; height: 20px"
                    />
                </td>
            </tr>
            <tr id="reporttype">
                <td align="right">Report Type</td>
                <td>
                    <select
                        id="rtype"
                        class="textInputEnabled"
                        style="width: 200px; height: 25px"
                    >
                        <option value="F">Without Photo</option>
                        <option value="T">With Photo</option>
                    </select>
                </td>
            </tr>
            <tr id="pgejroom">
                <td align="right">Page Eject After Each Room?:</td>
                <td>
                    <input type="checkbox" id="pgej" name="checkboxname" />
                </td>
            </tr>
            <tr id="qpeject" style="display: none">
                <td align="right">Page Eject After Each Qpcode</td>
                <td>
                    <input type="checkbox" id="qpej" name="checkboxname" />
                </td>
            </tr>
        </table>
    </div>
</div>