selecttest.jsp

来自「联合国农粮署牵头开发的geonetwork源代码最新版」· JSP 代码 · 共 58 行

JSP
58
字号
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-logic" prefix="logic" %><table border=0>	<html:form action="/config/validation/test">		<tr><td valign="top" align="right">		<bean:message key="label.currentTestSuite"/>:	</td><td>		<bean:write name="selectedTestSuite" property="name"/>	</td></tr>		<tr><td valign="top" align="right">		<bean:message key="label.testName"/>:	</td><td>		<html:select property="selectedTest">			<html:options property="tests"/>		</html:select>	</td></tr>	<tr><td>&nbsp;</td><td valign="top" align="left">		<html:submit property="buttonAction">			<bean:message key="label.edit"/>		</html:submit>	</td></tr>	<tr><td>&nbsp;</td><td valign="top" align="left">		<html:submit property="buttonAction">			<bean:message key="label.delete"/>		</html:submit>	</td></tr>	<tr><td colspan=2><hr></td></tr>	</html:form>		<html:form action="/config/validation/testNew">	<tr><td valign="top" align="right">		<bean:message key="label.newName"/>:	</td><td>		<html:text property="newName" size="60"/>	</td></tr>	<tr><td valign="top" align="right">		<bean:message key="label.plugInType"/>:	</td><td>		<html:select property="selectedPlugIn">			<html:options property="plugIns"/>		</html:select>	</td></tr>	<tr><td>&nbsp;</td><td valign="top" align="left">		<html:submit>			<bean:message key="label.new"/>		</html:submit>	</td></tr>	</html:form>		</table>

⌨️ 快捷键说明

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