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

Java编程

开发平台:

Java

  1. <HTML>
  2. <HEAD><TITLE></TITLE></HEAD>
  3. <BODY LINK="navy" ALINK="navy" VLINK="navy">
  4. <%@ include file="CompanyBanner.html" %>
  5. <!-- the heading for the page -->
  6. <CENTER>
  7.   <FONT SIZE="5" COLOR="navy">
  8.     Welcome To Your Human Resources Department Online<P>
  9.   </FONT>
  10.   <FONT SIZE="4" COLOR="navy">
  11.       Select Where You Would Like To Go<P>
  12.   </FONT>
  13. <!-- hyperlinks to the various scenarios of the web site -->
  14. <%@ include file="SiteNavigator.html" %>
  15. </CENTER>
  16. </BODY>
  17. </HTML>