⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configactions.jsp

📁 联合国农粮署牵头开发的geonetwork源代码最新版
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -