-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHRIS_pages.html
67 lines (64 loc) · 3.85 KB
/
HRIS_pages.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<html>
<head>
<title>HRIS_pages.gif</title>
<meta http-equiv="Content-Type" content="text/html;">
<!-- Fireworks MX Dreamweaver MX target. Created Fri Jun 03 08:08:12 GMT-0400 (Eastern Daylight Time) 2016-->
<script src="mm_menu.js"></script>
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0601095035_0) return;
window.mm_menu_0601095035_0 = new Menu("root",144,20,"Verdana, Arial, Helvetica, sans-serif",14,"#000000","#ffffff","#66ccff","#000084","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_0601095035_0.addMenuItem("Employee Info","window.open('employee_info.htm', '_self');");
mm_menu_0601095035_0.addMenuItem("Assignment Info","window.open('assignment_info.htm', '_self');");
mm_menu_0601095035_0.addMenuItem("Time Sheet","window.open('time_sheet.htm', '_self');");
mm_menu_0601095035_0.addMenuItem("Time Entry for Day","window.open('time_entry_forday.htm', '_self');");
mm_menu_0601095035_0.hideOnMouseOut=true;
mm_menu_0601095035_0.menuBorder=1;
mm_menu_0601095035_0.menuLiteBgColor='#ffffff';
mm_menu_0601095035_0.menuBorderBgColor='#555555';
mm_menu_0601095035_0.bgColor='#555555';
mm_menu_0601095035_0.writeMenus();
}
mmLoadMenus()
//-->
</script>
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/timesheets.js"></script>
</head>
<body bgcolor="#ffffff">
<script language="JavaScript1.2">mmLoadMenus();</script>
<table border="0" cellpadding="0" cellspacing="0" width="964">
<!-- fwtable fwsrc="HRIS_pages.png" fwbase="HRIS_pages.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td><img src="images/spacer.gif" width="964" height="1" border="0" alt=""></td>
<td><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td><img name="HRIS_pages_r1_c1" src="images/HRIS_pages_r1_c1.gif" width="964" height="131" border="0" usemap="#m_HRIS_pages_r1_c1" alt=""></td>
<td><img src="images/spacer.gif" width="1" height="131" border="0" alt=""></td>
</tr>
<tr>
<td><img name="HRIS_pages_r2_c1" src="images/HRIS_pages_r2_c1.gif" width="964" height="44" border="0" usemap="#m_HRIS_pages_r2_c1" alt=""></td>
<td><img src="images/spacer.gif" width="1" height="44" border="0" alt=""></td>
</tr>
<tr>
<td><img name="HRIS_pages_r3_c1" src="images/HRIS_pages_r3_c1.gif" width="964" height="29" border="0" alt=""></td>
<td><img src="images/spacer.gif" width="1" height="29" border="0" alt=""></td>
</tr>
<map name="m_HRIS_pages_r1_c1">
<area shape="rect" coords="908,9,945,46" href="hris_home.html" alt="" >
<area shape="poly" coords="562,86,670,86,670,157,562,157,562,86" href="view_timesheet.html" target="_self" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0601095035_0,561,170,null,'HRIS_pages_r1_c1');" >
<area shape="poly" coords="445,87,550,87,550,158,445,158,445,87" href="submit_time.html" target="_self" alt="" >
<area shape="poly" coords="327,86,434,86,434,158,327,158,327,86" href="assign_employee.html" target="_self" alt="" >
<area shape="poly" coords="209,87,315,87,315,156,209,157,209,87" href="register_employee.html" target="_self" alt="" >
</map>
<map name="m_HRIS_pages_r2_c1">
<area shape="poly" coords="562,-45,670,-45,670,26,562,26,562,-45" href="view_timesheet.html" target="_self" alt="" onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0601095035_0,561,39,null,'HRIS_pages_r2_c1');" >
<area shape="poly" coords="445,-44,550,-44,550,27,445,27,445,-44" href="submit_time.html" target="_self" alt="" >
<area shape="poly" coords="327,-45,434,-45,434,27,327,27,327,-45" href="assign_employee.html" target="_self" alt="" >
<area shape="poly" coords="209,-44,315,-44,315,25,209,26,209,-44" href="register_employee.html" target="_self" alt="" >
</map>
</table>
</body>
</html>