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

📄 operaterole.jsp

📁 struts2 spring2.5 jpa hibernate 权限管理系统源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=utf-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>

<html>
	<head>
		<title>操作角色页</title>
	</head>
	<body>
		<table width="700" height="400" border="0" align="center">
			<tr>
				<td valign="top">
					<TABLE height=28 cellSpacing=0 cellPadding=0 width="90%"
						align=center
						background="<%=request.getContextPath()%>/image/border/border1/topcenter.gif"
						border=0>
						<TBODY>
							<TR id=cat>
								<TD vAlign=top align=left width=28 height=28>
									<IMG height=28
										src="<%=request.getContextPath()%>/image/border/border1/topleft.gif"
										width=28 border=0>
								</TD>

								<TD width="189" height="28" align="left" vAlign="center"
									background="<%=request.getContextPath()%>/image/border/border1/topbg.gif">
									&nbsp;
								</TD>

								<TD vAlign=center align=left width=28>
									<IMG height=28
										src="<%=request.getContextPath()%>/image/border/border1/topend.gif"
										width=19 border=0>
								</TD>

								<TD vAlign=top align=right width="157"></TD>

								<TD vAlign=top align=right width=296 height=28>
									<IMG height=28
										src="<%=request.getContextPath()%>/image/border/border1/topright.gif"
										width=296 border=0>
								</TD>

							</TR>
						</TBODY>
					</TABLE>
					<TABLE cellSpacing=0 cellPadding=0 width="90%" align=center
						bgColor=#89959b border=0>
						<TBODY>
							<TR>
								<TD>
									<TABLE cellSpacing=1 cellPadding=4 width="100%" border=0>
										<TBODY>
											<TR vAlign="bottom" align="center">
												<TD
													background="<%=request.getContextPath()%>
													/image/border/border1/greenbarbg.gif"
													width="10%">
													<div align="center">
														<FONT face="verdana, arial, helvetica,宋体" color=#ffffff><B>角色</B>
														</FONT>
													</div>
												</TD>

												<TD
													background="<%=request.getContextPath()%>
													/image/border/border1/greenbarbg.gif"
													width="18%">
													<div align="center">
														<FONT face="verdana, arial, helvetica,宋体" color=#ffffff><B>修改操作</B>
														</FONT>
													</div>
												</TD>

												<TD
													background="<%=request.getContextPath()%>
													/image/border/border1/greenbarbg.gif"
													width="18%">
													<div align="center">
														<FONT face="verdana, arial, helvetica,宋体" color=#ffffff><B>删除操作</B>
														</FONT>
													</div>
												</TD>

												<TD
													background="<%=request.getContextPath()%>
													/image/border/border1/greenbarbg.gif"
													width="18%">
													<div align="center">
														<FONT face="verdana, arial, helvetica,宋体" color=#ffffff><B>授权操作</B>
														</FONT>
													</div>
												</TD>
											</TR>
											<s:iterator value="lr">
												<TR align=center>
													<TD onmouseover="this.bgColor='#ffffff'"
														onmouseout="this.bgColor='#f5f5f5'" align=left
														bgColor=#f5f5f5>
														<FONT face="verdana, arial, helvetica,宋体"><s:property
																value="rolename" />
													</TD>
													<TD onmouseover="this.bgColor='#ffffff'"
														onmouseout="this.bgColor='#f5f5f5'" align=left
														bgColor=#f5f5f5>
														<a
															href='<s:url action="findSingleRole"><s:param name="r.id" value="id" /></s:url>'
															target="content">修改</a>
													</TD>
													<TD onmouseover="this.bgColor='#ffffff'"
														onmouseout="this.bgColor='#f5f5f5'" align=left
														bgColor=#f5f5f5>
														<a
															href='<s:url action="removeRole"><s:param name="r.id" value="id" /></s:url>'
															target="content">删除</a>
													</TD>
													<TD onmouseover="this.bgColor='#ffffff'"
														onmouseout="this.bgColor='#f5f5f5'" align=left
														bgColor=#f5f5f5>
														<a
															href='<s:url action="authorization"><s:param name="r.id" value="id" /></s:url>'
															target="content">授权</a>
													</TD>
												</TR>
											</s:iterator>

											<TR id=cat>
												<TD align="middle"
													background="<%=request.getContextPath()%>/image/border/border1/greenbarbg.gif"
													colSpan=6>
													<div align="left">
														<img
															src="<%=request.getContextPath()%>/image/border/border1/radio.gif"
															width="22" height="18" border="0" align="absmiddle">
														<a
															href="<%=request.getContextPath()%>/page/role/newRole.jsp">添加角色</a>
													</div>
												</TD>
											</TR>
										</TBODY>
									</TABLE>
								</TD>
							</TR>
					</TABLE>
					<TABLE width="90%" height=23 border=0 align="center" cellPadding=0
						cellSpacing=0>
						<TBODY>
							<TR>
								<TD vAlign=top align=left width=100 height=23>
									<IMG height=23
										src="<%=request.getContextPath()%>/image/border/border1/bottomleft.gif"
										width=100>
								</TD>
								<TD width="100%"
									background="<%=request.getContextPath()%>/image/border/border1/bottomcenter.gif"
									height=23>
									<IMG height=1
										src="<%=request.getContextPath()%>/image/border/border1/clear.gif"
										width="100%">
								</TD>
								<TD vAlign=top align=right width=100 height=23>
									<IMG height=23
										src="<%=request.getContextPath()%>/image/border/border1/bottomright.gif"
										width=100 border=0>
								</TD>
							</TR>
						</TBODY>
					</TABLE>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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