📄 status.jsp
字号:
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-logic" prefix="logic" %><table class="status"> <tr> <td class="module"> <bean:message key="config.wms.label"/>: </td> <td class="health"> <table class="progress"> <tbody> <tr> <logic:notEqual name="GeoServer.ApplicationState" property="wmsGood" value="0"> <td class="good" width="<bean:write name="GeoServer.ApplicationState" property="wmsGood"/>%" title="<bean:write name="GeoServer.ApplicationState" property="wmsGood"/>%"> </td> </logic:notEqual> <logic:notEqual name="GeoServer.ApplicationState" property="wmsBad" value="0"> <td class="bad" width="<bean:write name="GeoServer.ApplicationState" property="wmsBad"/>%" title="<bean:write name="GeoServer.ApplicationState" property="wmsBad"/>%"> </td> </logic:notEqual> <logic:notEqual name="GeoServer.ApplicationState" property="wmsDisabled" value="0"> <td class="disabled" width="<bean:write name="GeoServer.ApplicationState" property="wmsDisabled"/>%" title="<bean:write name="GeoServer.ApplicationState" property="wmsDisabled"/>%"> </td> </logic:notEqual> </tr> </tbody> </table> </td> </tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -