⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rule_error_sys.jsp

📁 CMS4J 是 JAVA / JSP 版网站管理系统 (Content Manage System For Java)的简称
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage=""%>
<%@ page isErrorPage="true" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%

String context = request.getContextPath();	//上下文 如cms4j
String host = request.getServerName();		//服务器主机名
int port = request.getServerPort();			//端口号
String siteUrl = "http://" + host + ":" + port + context; //完整的站点URL



%>
<base href="<%=siteUrl%>/common/rule_error.jsp">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><cms4j:site_config><%=siteconfig_info.getSITE_TITLE()%></cms4j:site_config></title>
<link href="../cms4jadmin/skin/blue/css/oper_area_style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #FF0000}
.err {
	font-size: 12pt;
	line-height: 160%;
	color: #666666;
}
-->
</style>
</head>

<body>
  <table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0">
    <tr height="12"> 
      <td width="3%"><img src="../images/admin/oper_table_up_left.gif" width="26" height="12"></td>
      <td width="92%" background="../images/admin/oper_table_up_bg.gif" height="12"></td>
      <td width="5%"><img src="../images/admin/oper_table_up_right.gif" width="26" height="12"></td>
    </tr>
    <tr> 
      <td colspan="3"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="5" background="../images/admin/oper_table_left_bg.gif"><img src="../images/admin/oper_table_left_bg.gif" width="5" height="2"></td>
            <td background="../images/admin/oper_table_bg.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  
                <td class="title_bar  style2">系统出现异常</td>
                </tr>
                <tr height="4"> 
                  <td height="4"></td>
                </tr>
              </table>
              
            <table width="100%" border="0" cellpadding="0" cellspacing="1" class="list_border_bg">
              <tr>
                <td width="6%" align="right" class="list_left_title">&nbsp;</td>
                <td width="94%" align="right" class="list_left_title"><div align="left" class="err"><cms4j:RuleException/></div>
                </td>
              </tr>
              <tr>
                <td height="40" colspan="2" align="right" class="list_left_title"><div align="center">
                  <input type="submit" name="Submit" value="返 回" onClick="javascript:history.go(-1)">
                </div></td>
              </tr>
            </table></td>
            <td width="5" background="../images/admin/oper_table_right_bg.gif"><img src="../images/admin/oper_table_right_bg.gif" width="5" height="2"></td>
          </tr>
        </table></td>
    </tr>
    <tr height="13"> 
      <td><img src="../images/admin/oper_table_down_left.gif" width="26" height="13"></td>
      <td width="100%" height="13" background="../images/admin/oper_table_down_bg.gif"></td>
      <td align="right"><img src="../images/admin/oper_table_down_right.gif" width="26" height="13"></td>
    </tr>
  </table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -