📄 articlemove.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.move"/></title>
<script language="JavaScript">
<!--
function MoveCon(){
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="60%" cellSpacing="0" cellPadding="0" >
<tr class="tr_1"><td align="center" class="td_b" height="28px" colspan="2"><bean:message key="admin.artmove.head"/></td></tr>
<html:form action="/manage/MoveArtAction.html" method="post">
<tr align="center" height="28px">
<td class="td_b" width="36%"><bean:message key="admin.artmove.bgclass1"/></td>
<td class="td_lb">
<html:select property="bid">
<html:optionsCollection name="allclass" label="name" value="id"/>
</html:select>
</td>
</tr>
<tr align="center" height="28px">
<td class="td_b"><bean:message key="admin.artmove.bgclass1"/></td>
<td class="td_lb">
<html:select property="cid">
<html:optionsCollection name="allclass" label="name" value="id"/>
</html:select>
</td>
</tr>
<tr align="center" height="28px">
<td colspan="2" >
<input type="submit" value="<bean:message key="all.submit"/>" onclick="return MoveCon()" >
<html:cancel><bean:message key="all.cancel"/></html:cancel>
</td>
</tr>
</html:form>
<tr><td colspan="2" align="center" class="td_t">
<font color="red"><html:errors /></font>
</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -