Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login
In directory 
james.mmbase.org:/tmp/cvs-serv22295/portlets-login/src/webapp/WEB-INF/templates/view/login

Modified Files:
      Tag: b1_4
        login.jsp 
Added Files:
      Tag: b1_4
        send_password.jsp 
Log Message:
Sendpassword functionailty


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login


send_password.jsp is new



Index: login.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login/login.jsp,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- login.jsp   25 Feb 2008 16:25:52 -0000      1.3.2.1
+++ login.jsp   3 Mar 2008 08:43:48 -0000       1.3.2.2
@@ -4,10 +4,17 @@
 
 <form name="<portlet:namespace />form" 
       action="<cmsc:actionURL><cmsc:param name="action" 
value="login"/></cmsc:actionURL>" 
-      target="_parent" 
       method="post">
 
 <table>
+<c:if test="${!empty errormessage}">
+  <tr class="inputrow" style="color: red;" >
+  <td colspan="2">
+       <fmt:message key="${errormessage}" />
+  </td>
+  </tr>
+</c:if>
+
   <tr class="inputrow">
     <td><fmt:message key="view.username" /></td>
     <td><input type="text" name="j_username"/></td>
@@ -22,6 +29,15 @@
       <input type="submit" value="<fmt:message key="view.submit" />" />
     </td>
   </tr>
+<%-- Community module does not have all methods yet
+  <tr>
+    <td></td>
+    <td id="Submit" align="right">
+      <cmsc:renderURL var="sendPasswordUrl"><cmsc:param name="action" 
value="send_password"/></cmsc:renderURL>
+      <a href="${sendPasswordUrl}"><fmt:message key="view.send_password" /></a>
+    </td>
+  </tr>
+ --%>
 </table>
 
 </form>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to