?? group_add_ok.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<cms4j:init/>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE9 {color: #000000;
font-size: 14px;
font-family: "宋體";
line-height: 25px;
}
-->
</style>
</head>
<body>
<br>
<br>
<br>
<%
String nextAddPage = "user_group_add_front.jsp";
String nextListPage = "user_group_list_front.jsp";
if(((String)request.getAttribute("type")).equals("2")){
nextAddPage = "user_group_add_back.jsp";
nextListPage = "user_group_list_back.jsp";
}
%>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#B7B7B7">
<tr>
<td height="29" background="../skin/blue/images/ts.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="44" align="center"><img src="../skin/blue/images/dh.gif" width="22" height="29" /></td>
<td width="876" class="STYLE9">操作提示:</td>
</tr>
</table></td>
</tr>
</table>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" class="table-frame">
<tr>
<td width="156" height="20" align="right" class="table-frame-input-title">操作:</td>
<td height="20" colspan="3" class="table-cell-input">${action}</td>
</tr>
<tr>
<td height="20" align="right" class="table-frame-input-title">提示信息:</td>
<td height="20" colspan="3" class="table-cell-input">${oper_info}</td>
</tr>
<tr>
<td height="20" align="right" class="table-frame-input-title">用戶組名稱:</td>
<td width="248" height="20" class="table-cell-input">${name}</td>
<td width="117" class="table-cell-input"> </td>
<td width="207" class="table-cell-input"> </td>
</tr>
<tr align="center" class="tdbg">
<td height="36" colspan="4" class="table-frame-input-title">
【<a href="<%=nextAddPage%>">繼續(xù)添加</a>】 【<a href="<%=nextListPage%>">用戶組管理</a>】 </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -