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


Current Path : /var/www/misc/public_html/oums_old/new/
Upload File :
Current File : /var/www/misc/public_html/oums_old/new/departments.html

<!DOCTYPE html>
<html>
<head>
<script src="jscript/departments.js" type="text/javascript"></script>
</head>
<body onLoad="load_page();">
<div id="div_page_middle">
	<div class="div_page_container">
	<div class="div_page_container_head">
		<div id="div_page_title"></div>
		<div id="div_page_links"></div>			
	</div>				
	<div class="div_page_container_body">
		<div id="div_page_container_body_head" style="padding:0px; border:0px;">			
			<table width="100%" align="center">
			<tr>
				<td align="left" style="padding:0px;">
					<input type="text" id="txtdeptfind" style="width:100%;" onInput="load_grid_data(13,1);" placeholder="Search department here" >
				</td>		
			</tr>
			</table>			
		</div>							
		<div id="div_page_container_body_grid"></div>		
		<div id="div_page_container_body_form">
			<div id="lblpagemode" class="div_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">Dept. 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">Dept. 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>