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

📄 webforwardspecificdetails.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/input" prefix="input"%>
<%@ taglib uri="/sslexplorer/taglibs/webforwards" prefix="webforwards"%>

<table class="resourceDetails">

	<webforwards:showTunneledSite>
		<tr class="formTextArea">
			<td class="label">
				<div class="required">
					<bean:message key="webForward.lable.destination.url" bundle="webForwards" />
				</div>
			</td>
			<td class="value">
				<html:text styleId="destinationURL" styleClass="threeQuartersWidth" property="destinationURL" />
				<input:variables inputId="destinationURL"/>
			</td>
		</tr>
		<tr class="formTextArea">
			<td class="label">
				<div class="required">
					<bean:message key="webForward.lable.category" bundle="webForwards" />
				</div>
			</td>
			<td class="value">
				<html:text property="category" />
			</td>
		</tr>
	</webforwards:showTunneledSite>


	<webforwards:showreplacementProxy>
		<tr class="formTextArea">
			<td class="label">
				<div class="required">
					<bean:message key="webForward.lable.destination.url" bundle="webForwards" />
				</div>
			</td>
			<td class="value">
				<html:text styleId="destinationURL" styleClass="threeQuartersWidth" property="destinationURL" />
				<input:variables inputId="destinationURL"/>
			</td>
		</tr>
		<tr class="formTextArea">
			<td class="label">
				<div class="required">
					<bean:message key="webForward.lable.category" bundle="webForwards" />
				</div>
			</td>
			<td class="value">
				<html:text property="category" />
			</td>
		</tr>
		<tr class="formEditableList">
			<td class="label">
				<bean:message key="webForward.lable.encoding" bundle="webForwards" />
			</td>
			<td class="value">
				<html:select property="encoding">
					<html:optionsCollection value="value" label="label" property="encodeingTypeList" />
				</html:select>
			</td>
		</tr>			
		<tr class="formMultiEntry">
			<td class="label">
				<bean:message key="webForward.lable.restrictToHosts" bundle="webForwards" />
			</td>
			<td class="value">
				<input:multiEntryListBox addKey="webForward.lable.restrictToHosts.add" 
					removeKey="webForward.lable.restrictToHosts.remove" 
					entryTitleKey="webForward.lable.restrictToHosts.host" 
					targetTitleKey="webForward.lable.restrictToHosts.allowed"
					name="webForwardSpecificDetailsForm" styleClass="multiEntry" 
					entrySize="16" property="restrictToHosts" bundle="webForwards"/>
			</td>
		</tr>	
	</webforwards:showreplacementProxy>


	<webforwards:showReverseProxy>
		<tr class="formTextArea">
			<td class="label">
				<div class="required">
					<bean:message key="webForward.lable.destination.url" bundle="webForwards" />
				</div>
			</td>
			<td class="value">
				<html:text styleId="destinationURL" styleClass="threeQuartersWidth" property="destinationURL" />
				<input:variables inputId="destinationURL"/>
			</td>
		</tr>
		<tr class="formMultiEntry">
			<td class="label">
				<bean:message key="webForward.lable.paths" bundle="webForwards" />
			</td>
			<td class="value">
				<input:multiEntryListBox 
					entryTitleKey="webForward.pathEntry.title"
					targetTitleKey="webForward.paths.title"
					addKey="webForward.addPath"
					removeKey="webForward.removePath"
					name="webForwardSpecificDetailsForm"
					styleClass="multiEntry"
					entryName="path"
					entrySize="16"
					bundle="webForwards"
					property="paths"
					tabindex="2"/>
			</td>
		</tr>
		<tr class="formCheckbox">
			<td class="label">
				<bean:message key="webForward.lable.active.dns" bundle="webForwards" />
			</td>
			<td class="value">
				<logic:equal name="webForwardSpecificDetailsForm" property="activeDNS" value="true">
					<html:checkbox name="webForwardSpecificDetailsForm" property="activeDNS" />
				</logic:equal>
				<logic:equal name="webForwardSpecificDetailsForm" property="activeDNS" value="false">
					<html:checkbox name="webForwardSpecificDetailsForm" property="activeDNS" />
				</logic:equal>
			</td>
		</tr>
		<tr class="formTextArea">
			<td class="label">
				<bean:message key="webForward.lable.host.header" bundle="webForwards" />
			</td>
			<td class="value">
				<html:text property="hostHeader" />
			</td>
		</tr>
		<tr class="formTextArea">
			<td class="label">
				<div class="required">
					<bean:message key="webForward.lable.category" bundle="webForwards" />
				</div>
			</td>
			<td class="value">
				<html:text property="category" />
			</td>
		</tr>
		<tr class="formEditableList">
			<td class="label">
				<bean:message key="webForward.lable.encoding" bundle="webForwards" />
			</td>
			<td class="value">
				<html:select property="encoding">
					<html:optionsCollection value="value" label="label" property="encodeingTypeList" />
				</html:select>
			</td>
		</tr>			
	</webforwards:showReverseProxy>
</table>

⌨️ 快捷键说明

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