📄 selectuserdatabase.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" %>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<logic:iterate name="selectUserDatabaseForm" property="authSchemes" id="authScheme"
type="com.sslexplorer.boot.TypeMetaListItem">
<tr class="formBlock">
<td class="value"">
<html:radio name="selectUserDatabaseForm" property="userDatabase" value="<%= authScheme.getValue() %>"/><span class="valueLabel"><bean:message key="<%= "security.userDatabase.value." + authScheme.getValue() %>" bundle="<%= authScheme.getMessageResourcesKey() %>"/></span>
</td>
</tr>
<tr class="formBlock">
<td class="label">
<bean:message key="<%= "security.userDatabase.value." + authScheme.getValue() + ".description" %>" bundle="<%= authScheme.getMessageResourcesKey() %>"/>
</td>
</tr>
</logic:iterate>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -