Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 55209 invoked from network); 13 Jul 2006 09:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 09:48:37 -0000 Received: (qmail 25119 invoked by uid 500); 13 Jul 2006 09:48:37 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 25108 invoked by uid 500); 13 Jul 2006 09:48:37 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 25097 invoked by uid 99); 13 Jul 2006 09:48:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 02:48:37 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 02:48:36 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A20D61A981A; Thu, 13 Jul 2006 02:48:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r421565 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp Date: Thu, 13 Jul 2006 09:48:16 -0000 To: continuum-commits@maven.apache.org From: carlos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060713094816.A20D61A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: carlos Date: Thu Jul 13 02:48:15 2006 New Revision: 421565 URL: http://svn.apache.org/viewvc?rev=421565&view=rev Log: Added user management pages Added: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp (with props) Added: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp?rev=421565&view=auto ============================================================================== --- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp (added) +++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp Thu Jul 13 02:48:15 2006 @@ -0,0 +1,29 @@ +<%@ taglib uri="/webwork" prefix="ww" %> +<%@ taglib uri="continuum" prefix="c1" %> + + + + <ww:text name="addUser.page.title"/> + + +
+

+ +
+ + + + + + + +
+
+ +
+
+
+
+ +
+ Propchange: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/addUser.jsp ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision"