?? bigclasssort.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.bgclasssort"/></title>
</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">
<table class="tab" width="100%">
<tr>
<td align="center"><br><br><bean:message key="admin.bgclasssort.info"/><br><br>
<table class="tab1" align="center" width="60%" cellSpacing="0" cellPadding="0" >
<tr align="center" height="23px" class="tr_1" >
<td class="td_b"><bean:message key="admin.addbgclass.name"/></td>
<td class="td_lb"><bean:message key="admin.bgclasssort.sort"/></td>
</tr>
<html:form action="/manage/SortClass.html" method="post">
<input type="hidden" name="action" value="sort" />
<logic:iterate id="allbc" name="alllist" indexId="iId">
<tr align="center" height="20px">
<td class="td_b"><bean:write name="allbc" property="name"/></td>
<td class="td_lb">
<input type="text" name="classId<bean:write name="iId" />" value="<bean:write name="allbc" property="sort"/>" />
</td>
</tr>
</logic:iterate>
<tr align="center" height="30px">
<td colspan="2">
<input type="submit" value="<bean:message key="all.submit"/>"/>
<html:cancel><bean:message key="all.cancel"/></html:cancel>
</td>
</tr>
</html:form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -