?? usermag.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"/> </td>
<td class="td_lt"><bean:write name="users" property="groupname"/> </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 + -