vpnclientmessages.jspf

来自「这是linux下ssl vpn的实现程序」· JSPF 代码 · 共 31 行

JSPF
31
字号
<%@ page import="com.sslexplorer.security.Constants" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="/sslexplorer/taglibs/explorer" prefix="explorer" %>

<logic:messagesPresent name="<%= Constants.REQ_ATTR_VPN_CLIENT_MESSAGES %>">		
	<div id="component_vpnclient_info" class="component_messageBox">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<thead>
				<tr>
					<td>
						<bean:message key="messages.vpnclient.information" bundle="navigation"/>
					</td>
				</tr>
			</thead>
			<tbody>			
				<tr>
					<td>
						<div class="messages">
							<explorer:messages name="<%= Constants.REQ_ATTR_VPN_CLIENT_MESSAGES %>" bundle="tunnels" id="msg">		
								<div class="text">
									<bean:write filter="false" name="msg" />
								</div>
							</explorer:messages>
						</div>
					</td>
				</tr>
			</tbody>
		</table>
	</div>		
</logic:messagesPresent>

⌨️ 快捷键说明

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