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

📄 profiledetails.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" %> 
 
<table class="resourceDetails">
	<tr class="formText">
		<td class="label">
			<div class="required">
				<bean:message key="profileWizard.profileDetails.resourceName" bundle="properties"/>
			</div>
		</td>
		<td class="value">
    	    <html:text property="resourceName" size="20"/>
		</td>
	</tr>
	<tr class="formTextArea">
		<td class="label">
			<div class="required">
				<bean:message key="profileWizard.profileDetails.resourceDescription" bundle="properties"/>
			</div>
		</td>
		<td class="value">		
    	    <html:textarea property="resourceDescription"/>
		</td>
	</tr>
	<tr class="formCombo">
		<td class="label">
			<bean:message key="profileWizard.profileDetails.parent" bundle="properties"/>
		</td>
		<td class="value">			                        
			<html:select property="parentResourcePermission">
				<html:optionsCollection value="value" label="label" property="availableParentResourcePermissions" />
			</html:select>
		</td>
	</tr>
	<tr class="formEditableList">
		<td class="label">
			<bean:message key="profileWizard.profileDetails.baseOn" bundle="properties"/>
		</td>
		<td class="value">			                        
			<html:select property="baseOn">
				<html:optionsCollection value="resourceId" label="label" property="availableProfiles" />
			</html:select>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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