header_login.jsp 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <%
  2. long start = System.currentTimeMillis();
  3. %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  5. <%@ include file="taglib.jsp" %>
  6. <%
  7. int seq = 0;
  8. String xstart = request.getParameter("start");
  9. if (xstart != null && xstart.length() > 0) seq = Integer.parseInt(xstart);
  10. %>
  11. <html>
  12. <head>
  13. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  14. <META http-equiv="Content-Style-Type" content="text/css">
  15. <title>AgoraEP</title>
  16. <link href="./css/stylesheet.css" type="text/css" rel="stylesheet">
  17. <style type="text/css">
  18. <!--
  19. #body {
  20. background-color: #006633;
  21. }
  22. -->
  23. </style>
  24. </head>
  25. <body>
  26. <table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  27. <tr>
  28. <td class="boxWhite">
  29. <table width="800" border="0" cellspacing="0" cellpadding="0">
  30. <tr>
  31. <td><img alt="header" src="images/header_r1_c1.jpg" width="249" height="98"></td>
  32. <td colspan="3"><img alt="header" src="images/header_full.jpg" width="551" height="98"></td>
  33. </tr>
  34. <tr>
  35. <td><img alt="header" src="images/header_r2_c1.jpg" width="249" height="42"></td>
  36. <td><img alt="PROCUREMENT" src="images/header_r2_c2.jpg" width="181" height="42" border="0"></td>
  37. <td><img alt="PRODUCTION" src="images/header_r2_c3.jpg" width="185" height="42" border="0" longdesc="http://product.html"></td>
  38. <td><img alt="REPORTS" src="images/header_r2_c4.jpg" width="185" height="42" border="0" longdesc="http://report.html"></td>
  39. </tr>