modifysort.jsp.svn-base

来自「>项目名称:电脑电子商务平台 >1.运行环境JDK1.6+Orac」· SVN-BASE 代码 · 共 61 行

SVN-BASE
61
字号
<%@ page language="java" pageEncoding="GBK"%>

<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
	prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"
	prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
	prefix="logic"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles"
	prefix="tiles"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template"
	prefix="template"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested"
	prefix="nested"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
	<html:base />

	<title>modifySort.jsp</title>

	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

</head>

<body>
	<html:errors />
	<html:form action="modifySort" method="post" focus="addSort">
		<table border="0">
			<tr>
				<td>
					<bean:message key="mod.addclass" />
					:
				</td>
				<td>
					<html:text property="addSort" />
				</td>
			</tr>
			<tr>

			</tr>
			<tr>
				<td colspan="2" align="center">
					<html:submit>
						<bean:message key="button.submit" />
					</html:submit>
				</td>
			</tr>
		</table>
	</html:form>
</body>
</html:html>

⌨️ 快捷键说明

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