HumanResources.html~2~
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:1k
源码类别:

Java编程

开发平台:

Java

  1. <HTML>
  2. <HEAD><TITLE></TITLE></HEAD>
  3. <BODY LINK="navy" ALINK="navy" VLINK="navy">
  4. <!-- inserts the company banner -->
  5. <TABLE WIDTH="100%" BORDER="0" BGCOLOR="navy">
  6.   <TR ALIGN="center">
  7.     <TD><FONT SIZE="7" COLOR="yellow">Husky World</FONT></TD>
  8.   </TR>
  9. </TABLE>
  10. <!-- the heading for the page -->
  11. <CENTER>
  12.   <FONT SIZE="5" COLOR="navy">
  13.     Welcome To Your Human Resources Department Online<P>
  14.   </FONT>
  15.   <FONT SIZE="4" COLOR="navy">
  16.       Select Where You Would Like To Go<P>
  17.   </FONT>
  18. <!-- hyperlinks to the various scenarios of the web site -->
  19. <A HREF=
  20.    "PresentCompanyPolicies.jsp">
  21.    Take a Look At the Company Policies
  22. </A>
  23. <P>
  24. <A HREF=
  25.    "PresentCompanyHealthCareInfo.jsp">
  26.    Take a Look At Health Care Plan Options
  27. </A>
  28. <P>
  29. <A HREF=
  30.    "PersonalInfo.html">
  31.    Take a Look At Personal Information: time off, health care information
  32. </A>
  33. <P>
  34. <A HREF=
  35.    "InputEmployeeInfo.html">
  36.   Change Your Employee Information
  37. </A><P>
  38. <A HREF=
  39.    "InputNewEmployeeInfo.html">
  40.    Add New Employee
  41. </A>
  42. </CENTER>
  43. </BODY>
  44. </HTML>