userprofiles.jspf

来自「这是linux下ssl vpn的实现程序」· JSPF 代码 · 共 9 行

JSPF
9
字号
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="/sslexplorer/taglibs/explorer" prefix="explorer" %>
<div id="page_profiles">
	<explorer:form method="post" action="/showUserProfiles.do" onsubmit="setActionTarget('filter')">	
		<%@ include file="/WEB-INF/jsp/content/properties/profiles.jspf" %>	
	</explorer:form>
</div>

⌨️ 快捷键说明

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