Author: jonathan
Date: Tue Jan 15 20:14:58 2008
New Revision: 12298

Log:

Improved first-run text
Added 2008 to the displayed copyright.

Modified:
   trunk/mashup/java/modules/www/footer.jsp
   trunk/mashup/java/modules/www/register_admin.jsp

Modified: trunk/mashup/java/modules/www/footer.jsp
==============================================================================
--- trunk/mashup/java/modules/www/footer.jsp    (original)
+++ trunk/mashup/java/modules/www/footer.jsp    Tue Jan 15 20:14:58 2008
@@ -15,5 +15,5 @@
 --%>
 <%@ page errorPage="error.jsp" %>
 <div id="footer">
-    <p><a href="http://wso2.com/products/mashup/";>WSO2 Mashup Server</a> 
&copy; 2007 WSO2 Inc.</p>
+    <p><a href="http://wso2.com/products/mashup/";>WSO2 Mashup Server</a> 
&copy; 2007-2008 WSO2 Inc.</p>
 </div>

Modified: trunk/mashup/java/modules/www/register_admin.jsp
==============================================================================
--- trunk/mashup/java/modules/www/register_admin.jsp    (original)
+++ trunk/mashup/java/modules/www/register_admin.jsp    Tue Jan 15 20:14:58 2008
@@ -55,12 +55,12 @@
     <%@ include file="header.jsp" %>
        <div id="search"></div>
     <div id="content" style="height:400px; ">
-    <div class="mashup_title">Initial configuration</div>
-        <p>Please secure the WSO2 Mashup Server by providing a user name and 
password for the primary account.
-            This primary account will have administrative priveleges, and has 
full control over all the resources
+    <div class="mashup_title">Welcome to the WSO2 Mashup Server!</div>
+        <p>Please take a moment to secure the WSO2 Mashup Server by providing 
a user name and password for the primary account.
+            This primary account will have administrative priveleges, with 
full control over all the resources
             and users.  Additional users can be added by this account, or 
self-registration with email verification
             can be enabled.</p>
-        <p>If no email address is provided, you will be unable to recover a 
lost password for this account.</p>
+        <p>Note that if no email address is provided, you will be unable to 
recover a lost password for this account.</p>
         <br />
                     <form name="formRegisterAdmin" method='post' 
action="register_admin.jsp">
                         <table width="100%" border="0" cellpadding="3" 
cellspacing="0" >
@@ -71,8 +71,17 @@
                                     <br><font 
color="#FF0000"><%=registrationHandler.getErrorMessage("userName")%></font>
                                 </td>
                             </tr>
+                            <!--
                             <tr>
-                                <td width="130"><label><strong>Full Name:<font 
color="#FF0000">*</font></strong></label></td>
+                                <td width="130"><label><strong>Email:<font 
color="#FF0000"></font></strong></label></td>
+                                <td><input type="text" name="emailId"
+                                           
value="<%=registrationHandler.getEmailId()%>"/>
+                                    <br><font 
color="#FF0000"><%=registrationHandler.getErrorMessage("email")%></font>
+                                </td>
+                            </tr>
+                            -->
+                            <tr>
+                                <td width="130"><label><strong>Full Name:<font 
color="#FF0000"></font></strong></label></td>
                                 <td><input type="text" name="fullName"
                                            
value="<%=registrationHandler.getFullName()%>"/>
                                     <br><font 
color="#FF0000"><%=registrationHandler.getErrorMessage("fullName")%></font>
@@ -96,7 +105,7 @@
                             </tr>
                             <tr>
                                 <td>&nbsp;</td>
-                                <td><input type="submit" 
value="Register"/></td>
+                                <td><input type="submit" value="Create 
Account"/></td>
                             </tr>
                             <tr>
                               <td>&nbsp;</td>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to