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

📄 usermag.jsp

📁 功能说明: 前台:文章浏览、发表留言、Game、Music 后台:文章相关:发表文章、修改文章、删除文章、批量移动文章 栏目相关:增加栏目、修改栏目、删除栏目、栏目链接、栏目排序 系统栏目分
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ include file="/app/inc/taglibs2.jsp"%><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title><bean:message key="admin.left.usermag"/></title>
<script language="JavaScript" type="text/javascript">
<!--
  function confirmDelete()
	{
	    return con = confirm("确定要删除该管理员吗?");
	}
 
//-->
</script></head><body>
<table class="tab1" align="center" width="780px"  cellSpacing="0" cellPadding="0" >
	<tr><td width="20%" valign="top"><%@ include file="adminleft.jsp"%></td>
	<td valign="top" width="80%" class="td_l"><br><br><br><br>
		<table class="tab1" align="center" width="80%"  cellSpacing="0" cellPadding="0" >
					<tr class="tr_1"><td align="center" height="28px" colspan="5"><bean:message key="admin.left.usermag"/></td></tr>
					<tr align="center" height="25px" >
						<td width="15%" class="td_t"><bean:message key="admin.all.id"/></td>
						<td width="25%" class="td_lt"><bean:message key="admin.user.name"/></td>
						<td width="40%" class="td_lt"><bean:message key="admin.user.type"/></td>
						<td width="20%" colspan="2" align="center" class="td_lt"><bean:message key="admin.all.operation"/></td>
					</tr>
					<logic:iterate id="users" name="userList" scope="request">
					<tr align="center" height="20px">
						<td class="td_t"><bean:write name="users" property="id"/></td>
						<td class="td_lt"><bean:write name="users" property="username"/>&nbsp;</td>
						<td class="td_lt"><bean:write name="users" property="groupname"/>&nbsp;</td>
						<td class="td_lt" align="center" >
							<a href='MagUsers.html?action=update&userId=<bean:write name="users" property="id" />' >
							<bean:message key="admin.all.update"/>
							</a>
						</td>
						<td align="center" class="td_lt">
							<a href='MagUsers.html?action=delete&userId=<bean:write name="users" property="id" />' onclick="return confirmDelete()" >
							<bean:message key="admin.all.delete"/>
							</a>
						</td>
					</tr>
					</logic:iterate>
		 </table>
	</td>
	</tr>
	<tr><td><font color="red"></font></td></tr>
</table></body></html>

⌨️ 快捷键说明

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