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

📄 status.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="status">	<tr>		<td class="module">			<bean:message key="config.wcs.label"/>:		</td>		<td style="health">			<table class="progress">			  <tbody>		        <tr>		        <logic:notEqual name="GeoServer.ApplicationState" property="wcsGood" value="0">		    	    <td class="good"		    	        width="<bean:write name="GeoServer.ApplicationState" property="wcsGood"/>%"		    	        title="<bean:write name="GeoServer.ApplicationState" property="wcsGood"/>%">		    	    </td>		    	</logic:notEqual>		        <logic:notEqual name="GeoServer.ApplicationState" property="wcsBad" value="0">		    			    	    <td class="bad"		    	        width="<bean:write name="GeoServer.ApplicationState" property="wcsBad"/>%"		    	        title="<bean:write name="GeoServer.ApplicationState" property="wcsBad"/>%">		    	    </td>		    	</logic:notEqual>		            		        <logic:notEqual name="GeoServer.ApplicationState" property="wcsDisabled" value="0">		    			    	    <td class="disabled"		    	        width="<bean:write name="GeoServer.ApplicationState" property="wcsDisabled"/>%"		    	        title="<bean:write name="GeoServer.ApplicationState" property="wcsDisabled"/>%">		    	    </td>		    	</logic:notEqual>		                   		        </tr>		      </tbody>		     </table>		</td>	</tr></table>

⌨️ 快捷键说明

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