nullpage.jsp 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <%
  3. String prefix = request.getContextPath();
  4. %>
  5. <html>
  6. <head><title><bean:message key="common.title"/></title>
  7. <LINK REL="stylesheet" type="text/css" href="<%=prefix%>/css/style.css"/>
  8. <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
  9. <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  10. <tr>
  11. <td height="59"><img src="<%=prefix%>/menubar/icons/33.gif" width="45" height="44" align="absmiddle">
  12. <strong><font color="#006699" size="3">服务器信息</font></strong>
  13. </td>
  14. </tr>
  15. </table>
  16. <br>
  17. <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" bordercolordark="#e5e7ec" bgcolor="#999999">
  18. <tr bgcolor="#78A4DA">
  19. <td height="22" class="white"><b>
  20. <img src="<%=prefix%>/images/pageicon.gif" width="18" height="10" align="absmiddle">
  21. <font color="#FFFFFF">服务器信息</font></b>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td bgcolor="#E8E8E8" class="contentTable">
  26. <img src="<%=prefix%>/images/spacer.gif" width="40">
  27. 系统没有找到该文件
  28. <br><br><br>
  29. </td>
  30. </tr>
  31. </table>
  32. </body>
  33. </html>