wcsconfigcontent.jsp

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

JSP
33
字号
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-logic" prefix="logic" %><table border=0 width=100%>	<html:form action="/config/wcs/contentSubmit">		<tr><td align="right">		<span class="help" title="<bean:message key="help.enabled"/>">			<bean:message key="label.enabled"/>:		</span>	</td><td colspan=2>		<html:checkbox property="enabled"/>	</td></tr>	<tr><td align="right">		<span class="help" title="<bean:message key="help.onlineResource_service"/>">			<bean:message key="label.onlineResource"/>:		</span>	</td><td colspan=2>		<html:text property="onlineResource" size="60"/>	</td></tr>		<tr><td align="right">&nbsp;</td><td>		<html:submit>			<bean:message key="label.submit"/>		</html:submit>				<html:reset>			<bean:message key="label.reset"/>		</html:reset>	</td></tr>	</html:form></table>

⌨️ 快捷键说明

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