| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <%
- long start = System.currentTimeMillis();
- %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <%@ include file="taglib.jsp" %>
- <%
- int seq = 0;
- String xstart = request.getParameter("start");
- if (xstart != null && xstart.length() > 0) seq = Integer.parseInt(xstart);
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <title>AgoraEP</title>
- <link href="./css/stylesheet.css" type="text/css" rel="stylesheet" />
- <style type="text/css">
- <!--
- #body {
- background-color: #006633;
- }
- -->
- </style>
- </head>
- <body>
- <table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
- <tr>
- <td class="boxWhite">
- <table width="800" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><img alt="header" src="images/header_r1_c1.jpg" width="249" height="98"></td>
- <td colspan="3"><img alt="header" src="images/header_full.jpg" width="551" height="98"></td>
- </tr>
- <tr>
- <td><img alt="header" src="images/header_r2_c1.jpg" width="249" height="42"></td>
- <td><img alt="PROCUREMENT" src="images/header_r2_c2.jpg" width="181" height="42" border="0"></td>
- <td><img alt="PRODUCTION" src="images/header_r2_c3.jpg" width="185" height="42" border="0" longdesc="http://product.html"></td>
- <td><img alt="REPORTS" src="images/header_r2_c4.jpg" width="185" height="42" border="0" longdesc="http://report.html"></td>
- </tr>
|