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


Current Path : /var/www/html/oums/
Upload File :
Current File : /var/www/html/oums/mc_print.php

<!DOCTYPE html>
<html>

<head>
    <link rel="stylesheet" type="text/css" href="style.css" />
    <script src="assets/datepicker/grid/js/jquery.min.js" type="text/javascript"></script>
    <script src="assets/datepicker/grid/js/themes/jquery-ui.custom.min.js" type="text/javascript"></script>

    <script src="js/mainpage.js" type="text/javascript"></script>
    <script src="js/mc_print.js" type="text/javascript"></script>
</head>

<body onLoad="load_page();">
    <?php include("header.php"); ?>
    <div id="page-middle">
        <div class="page-container">
            <div class="page-container-head">
                <div id="page-container-titl"></div>
                <div id="page-container-link"></div>
            </div>
            <div id="page-container-body">
                <div id="page-container-main" style="padding:0px; border:0px;">
                    <table width="100%" align="center">
                        <td style="width:300px;">
                            <select id="seldeptcode" style="width:100%;" onChange="load_sele_exam();"></select>
                        </td>
                        <td style="width:150px;">
                            <select id="selexamdate" style="width:100%;" onChange="load_grid_data(20,1);"></select>
                        </td>
                        <td style="width:200px;">
                            <select id="selresncode" style="width:100%;" onChange="load_grid_data(20,1);"></select>
                        </td>
                        <td style="width:150px;">
                            <select id="selmcprstat" style="width:100%;" onChange="load_grid_data(20,1);">
                                <option value="%">ALL [STATUS]</option>
                                <option value="T">ISSUED</option>
                                <option value="F">NOT ISSUED</option>
                            </select>
                        </td>
                        <td align="left" style="padding:0px;">
                            <input type="text" id="txtmcnofind" style="width:100%;" onInput="load_grid_data(20,1);" placeholder="Search marks card here">
                        </td>
                    </table>
                </div>
                <div id="page-container-grid"></div>
                <div id="page-container-form">
                    <div id="lblpagemode" class="page_mode"></div>
                    <input type="hidden" id="txtpagemode" readonly="readonly" />
                    <table class="table_content" border="0" align="center">
                        <tr>
                            <td class="tbl_col1_120">Department Code</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200" colspan="9">
                                <input type="text" id="txtdeptcode" maxlength="4" style="width:80px; text-align:center; text-transform:uppercase;" />
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Department Name</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200" colspan="9">
                                <input type="text" id="txtdeptname" maxlength="100" style="width:400px;" />
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Client Head</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <select id="txtdepthead" style="width:300px;"></select>
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Client Status</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <select id="txtdeptstat" style="width:80px;">
                                    <option value="T">Active</option>
                                    <option value="F">Inactive</option>
                                </select>
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Enable Attendance?</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <select id="txtattnupdt" style="width:80px;">
                                    <option value="T">Yes</option>
                                    <option value="F">No</option>
                                </select>
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Compute Salary?</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <select id="txtsalrcomp" style="width:80px;">
                                    <option value="T">Yes</option>
                                    <option value="F">No</option>
                                </select>
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Working Hours</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <select id="txtlogitime" style="width:80px;"></select> to
                                <select id="txtlogotime" style="width:80px;"></select>
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Expense Freeze</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <input type="text" id="txtexpndate" maxlength="10" style="width:80px; text-align:center;" />
                            </td>
                        </tr>

                        <tr>
                            <td class="tbl_col1_120">Coding Amt. / Packet</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <input type="text" id="txtcoderate" maxlength="6" style="width:80px;text-align:right;" onKeyDown="return decimals_only(event);" />
                            </td>
                        </tr>
                        <tr>
                            <td class="tbl_col1_160">Bank Name</td>
                            <td class="tbl_col2_001">: </td>
                            <td class="tbl_col3_200">
                                <select id="txtdeptbank" style="width:200px;"></select>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>
        </div>
    </div>
</body>

</html>