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

📄 application.jspf

📁 这是linux下ssl vpn的实现程序
💻 JSPF
字号:
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ 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"%>
<%@ taglib uri="/sslexplorer/taglibs/input" prefix="input"%>

<bean:define id="themePath"><explorer:themePath/></bean:define>
<table class="resourceDetails">
	<logic:iterate name="applicationShortcutApplicationForm" property="availableApplications"
		id="extension" type="com.sslexplorer.extensions.ExtensionDescriptor">
		<tr class="formRadio">
			<td class="label">
				<html:radio styleId="<%= "check" + extension.getId() %>" name="applicationShortcutApplicationForm" property="selectedApplication" value="<%= extension.getId() %>"/>
			</td>
			<td class="icon">
				<input:toolTip value="<%= extension.getDescription() %>"
								href="<%= "javascript: setCheckedValue(document.getElementById('check" + extension.getId() + "'), '" + extension.getId() + "')" %>">
					<logic:empty name="extension" property="largeIcon">
						<img border="0" src="<%= themePath %>/images/actions/runApplicationLarge.gif"/>
					</logic:empty>
					<logic:notEmpty name="extension" property="largeIcon">
						<img border="0" src="<%= "/fs/apps/" + extension.getApplicationBundle().getId() + "/" + extension.getLargeIcon() %>"/>
					</logic:notEmpty>
				</input:toolTip>
			</td>
			<td class="value">
				<input:toolTip value="<%= extension.getDescription() %>"
								href="<%= "javascript: setCheckedValue(document.getElementById('check" + extension.getId() + "'), '" + extension.getId() + "')" %>">
					<bean:write name="extension" property="name"/>
				</input:toolTip>
			</td>
		</tr>
	</logic:iterate>
</table>

⌨️ 快捷键说明

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