You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by rg...@apache.org on 2011/04/27 22:41:23 UTC

svn commit: r1097230 - /incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp

Author: rgardler
Date: Wed Apr 27 20:41:23 2011
New Revision: 1097230

URL: http://svn.apache.org/viewvc?rev=1097230&view=rev
Log:
Remove dummy login information, no longer needed as we have real logins now.

Modified:
    incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp

Modified: incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp?rev=1097230&r1=1097229&r2=1097230&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp (original)
+++ incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp Wed Apr 27 20:41:23 2011
@@ -25,20 +25,7 @@
   <title>Rave Home</title>
 </head>
 <body>
-<h1>Hello ${pages[0].owner.userId}, welcome to Rave!</h1>
-
-<c:if test="${errorMessage != null}">
-   <p class="error">ERROR: ${errorMessage}</p>
-</c:if>
-
-<p>This is very early, alpha quality code. It doesn't do much yet. Note that we don't have authentication right now so
-we are simply selecting a random user each time this page is loaded. Alternatively you can provide a userId request 
-parameter to display a specific user (valid values are "canonical", "jane.doe" and "john.doe").</p>
-
-<form action="login">
-  <label for+"userId">User ID</label><input id="userId" name="userId"/>
-  <input type="submit"/>
-</form>
+<h1>Hello ${pages[0].owner.username}, welcome to Rave!</h1>
 
 <table>
   <tr>