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

📄 accountstoolbar.jspf

📁 这是linux下ssl vpn的实现程序
💻 JSPF
字号:
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="/sslexplorer/taglibs/security" prefix="security" %>

<table border="0" align="left" width="100%">
	<tr>
		<td colspan="3" align="left">
			<security:checkUserDatabaseSupport requiresAccountCreation="false" requiresPasswordChange="true">
				<logic:equal name="showAvailableAccountsForm" property="editable" value="true">
					<input type="submit" value="<bean:message key='availableAccounts.password' bundle='security'/>" onclick="setActionTarget('password');"/>
				</logic:equal>
			</security:checkUserDatabaseSupport>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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