usersystem.jsp
来自「jive3.1.4破解版(非源码)」· JSP 代码 · 共 91 行
JSP
91 行
<%/** * $RCSfile: usersystem.jsp,v $ * $Revision: 1.3 $ * $Date: 2003/01/23 15:19:07 $ * * Copyright (C) 1999-2002 Jive Software. All rights reserved. * * This software is the proprietary information of Jive Software. Use is subject to license terms. */%><%@ page import="com.jivesoftware.forum.Version"%><%@ taglib uri="webwork" prefix="ww" %><%@ include file="global.jsp" %><%@ include file="header.jsp" %><p class="jive-setup-page-header">User, Group and Authentication Systems</p><p>Choose a user, group and authentication system below. Most installations should use the defaultimplementation. The other options can be used when you need to integrate Jive Forums with anexisting user database or authentication system.</p><ww:if test="hasErrorMessages == true"> <span class="jive-error-text"> Error: <ul> <ww:iterator value="errorMessages"> <li><ww:property /> </ww:iterator> </ul> </span></ww:if><form action="setup.usersystem.jspa"><input type="hidden" name="command" value="execute"><table cellpadding="3" cellspacing="2" border="0" width="100%"><tr valign="top"> <td width="1%"> <input type="radio" name="mode" value="standard" id="rb01"<ww:if test="mode == 'standard'"> checked</ww:if>> </td> <td width="99%"> <label for="rb01"> Default </label> - Use the Jive Forums default user, group and authentication implementations. </td></tr><tr valign="top"> <td width="1%"> <input type="radio" name="mode" value="ldap" id="rb03"<ww:if test="mode == 'ldap'"> checked</ww:if>> </td> <td width="99%"> <label for="rb03"> LDAP </label> - Use LDAP for authentication and storing user data. </td></tr><tr valign="top"> <td width="1%"> <input type="radio" name="mode" value="custom" id="rb02"<ww:if test="mode == 'custom'"> checked</ww:if>> </td> <td width="99%"> <label for="rb02"> Custom </label> - Specify a custom user, group or authentication implementation. </td></tr></table><br><br><hr size="0"><div align="right"><input type="submit" value=" Continue "></div></form><%@ include file="footer.jsp" %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?