info.jsp

来自「自己制作的联通CRM,支持客户分类,管理,升级,积分管理等等..」· JSP 代码 · 共 56 行

JSP
56
字号
<%@ page contentType="text/html; charset=GBK" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%> 
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
	<meta http-equiv="pragma" content="no-cache" />
	<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
	<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
	<link href="${pageContext.request.contextPath}/image/main.css" rel="stylesheet" type="text/css">
	<title>样式</title>
		

 <style type="text/css">
<!--
.STYLE1 {
	font-size: 14px;
	font-weight: bold;
	font-family: "宋体";
}
-->
    </style>
	<script type="text/javascript">
		function returns(){
		location.href="${pageContext.request.contextPath}/systemUserAtion.do?tag=show";
		}
	</script>
</head> 
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="middle"><table width="80%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="20" align="center" valign="middle"><span class="STYLE1">友 情 提 示 !   </span></td>
      </tr>
    </table>
      <table width="92%" border="1" cellpadding="0" cellspacing="0" bordercolor="#D71920">
          <logic:notEmpty name="manage" scope="request" >
    <tr>
      <th height="55" colspan="2" scope="col">
		<p>${requestScope.manage}<br></p>
		</th>
    </tr>
    </logic:notEmpty>
      </table>
      <p>
        <input type="button" name="Submit3" value="返 回 列 表" onClick="returns();">
      </p>
      </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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