selecttestsuite.jsp

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

JSP
47
字号
<%@ 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/testSuiteSelect">	<tr><td valign="top" align="right">		<bean:message key="label.testSuite"/>:	</td><td>		<html:select property="selectedTestSuite">			<html:options property="testSuites"/>		</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>	</html:form>	<tr><td colspan=2><HR></td></tr>	<html:form action="/config/validation/testSuiteNew">		<tr><td valign="top" align="right">			<bean:message key="label.newName"/>:		</td><td>			<html:text property="newName" size="60"/>	</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><table border="0">

⌨️ 快捷键说明

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