Author: jonathan
Date: Fri Jan 25 17:15:30 2008
New Revision: 12936

Log:

MASHUP-599: hyperlinked sign in encouragement.

Modified:
   trunk/mashup/java/modules/www/mashup.jsp
   trunk/mashup/java/modules/www/search.jsp

Modified: trunk/mashup/java/modules/www/mashup.jsp
==============================================================================
--- trunk/mashup/java/modules/www/mashup.jsp    (original)
+++ trunk/mashup/java/modules/www/mashup.jsp    Fri Jan 25 17:15:30 2008
@@ -551,7 +551,7 @@
         <input type="text" name="commentText" size="70" 
id="Comment_commentText" maxlength="500" onkeydown="checkCommentEnter(event)"/>
         <input type="submit" id="Comment_submit" value="Post comment" 
onclick="addComment()"/>
      <% } else { %>
-        Sign in to post a comment.
+        <a href="signin.jsp?bounceback=<%=thisPage%>">Sign in</a> to tag this 
service or to post a comment.
     <% } %>
 
 </div>

Modified: trunk/mashup/java/modules/www/search.jsp
==============================================================================
--- trunk/mashup/java/modules/www/search.jsp    (original)
+++ trunk/mashup/java/modules/www/search.jsp    Fri Jan 25 17:15:30 2008
@@ -942,7 +942,7 @@
 <input id="queryParams" type="hidden" 
value="<%=QueryParamUtils.paramsToString(queryParams) %>"/>
 <input id="queryPath" type="hidden" value="<%=queryPath %>"/>
 <% } else { %>
-<div>Sign in to add this query to your home page.</div>
+<div><a href="signin.jsp?bounceback=<%=thisPage%>">Sign in</a> to add this 
query to your home page.</div>
 <% } %>
 
 <br/>

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

Reply via email to