configactions.jsp

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

JSP
87
字号
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-logic" prefix="logic" %><table class="state" width="100%">  <tbody>    <tr>      <td class="node">        GeoServer<logic:equal name="GeoServer.ApplicationState" property="appChanged" value="true">        *</logic:equal>      </td>      <td class="timestamp"><logic:notEmpty name="GeoServer.ApplicationState" property="appTimestamp">        <bean:write name="GeoServer.ApplicationState"                    property="appTimestamp"                    format="MMM d, h:mm a"/></logic:notEmpty><logic:empty name="GeoServer.ApplicationState" property="appTimestamp">        --</logic:empty>      </td>          </tr>    <tr>      <td class="node">        Configuration        <logic:equal name="GeoServer.ApplicationState" property="configChanged" value="true">        *</logic:equal>              </td>      <td class="timestamp"><logic:notEmpty name="GeoServer.ApplicationState" property="configTimestamp">        <bean:write name="GeoServer.ApplicationState"              property="configTimestamp"              format="MMM d, h:mm a"/></logic:notEmpty><logic:empty name="GeoServer.ApplicationState" property="configTimestamp">        --</logic:empty>      </td>    </tr>    <tr>      <td class="node">        XML              </td>      <td class="timestamp"><logic:notEmpty name="GeoServer.ApplicationState" property="xmlTimestamp">        <bean:write name="GeoServer.ApplicationState"                    property="xmlTimestamp"                    format="MMM d, h:mm a"/></logic:notEmpty><logic:empty name="GeoServer.ApplicationState" property="xmlTimestamp">        --</logic:empty>      </td>    </tr>  </tbody></table><table class="control">  <tbody>    <tr>      <td>        <html:form action="/admin/saveToGeoServer">          <html:submit>            <bean:message key="label.apply"/>          </html:submit>        </html:form>      </td>      <td>        <html:form action="/admin/saveToXML">	          <html:submit>            <bean:message key="label.save"/>          </html:submit>        </html:form>      </td>      <td>        <html:form action="/admin/loadFromXML">			          <html:submit>            <bean:message key="label.load"/>          </html:submit>        </html:form>      </td>    </tr>  </tbody></table>

⌨️ 快捷键说明

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