dlestrat 2004/06/11 21:16:13
Added: applications/security/src/webapp/WEB-INF/security/user-mgt
addUser.jsp
Log:
Starting add user portlet.
Revision Changes Path
1.1
jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/user-mgt/addUser.jsp
Index: addUser.jsp
===================================================================
<%--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--%>
<%@ taglib uri="struts-html.tld" prefix="html" %>
<%@ taglib uri="struts-portlet.tld" prefix="sp" %>
<sp:form action="/addUser" focus="username">
<table>
<tr>
<td>Username:</td>
<td><html:text property="username" size="16" maxlength="18"/></td>
</tr>
<tr>
<td>Password:</td>
<td><html:text property="password" size="16" maxlength="18"/></td>
</tr>
<tr>
<td><html:submit property="addUser" value="Add User"/></td>
</tr>
</table>
</sp:form>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]