| 12345678910111213141516171819202122232425262728293031323334 |
- <%@ page contentType="text/html; charset=GBK" %>
- <%
- String prefix = request.getContextPath();
- %>
- <html>
- <head><title><bean:message key="common.title"/></title>
- <LINK REL="stylesheet" type="text/css" href="<%=prefix%>/css/style.css"/>
- <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
- <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
- <tr>
- <td height="59"><img src="<%=prefix%>/menubar/icons/33.gif" width="45" height="44" align="absmiddle">
- <strong><font color="#006699" size="3">服务器信息</font></strong>
- </td>
- </tr>
- </table>
- <br>
- <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" bordercolordark="#e5e7ec" bgcolor="#999999">
- <tr bgcolor="#78A4DA">
- <td height="22" class="white"><b>
- <img src="<%=prefix%>/images/pageicon.gif" width="18" height="10" align="absmiddle">
- <font color="#FFFFFF">服务器信息</font></b>
- </td>
- </tr>
- <tr>
- <td bgcolor="#E8E8E8" class="contentTable">
- <img src="<%=prefix%>/images/spacer.gif" width="40">
- 系统没有找到该文件
- <br><br><br>
- </td>
- </tr>
- </table>
- </body>
- </html>
|