Author: raintang
Date: 2009-05-14 09:01:26 +0200 (Thu, 14 May 2009)
New Revision: 35155
Removed:
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changemyprofileinfor.jsp
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changepassword.jsp
Log:
CMSC-596 More functionality in My Profile: change name, mail address,
notifications
Deleted:
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changemyprofileinfor.jsp
===================================================================
---
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changemyprofileinfor.jsp
2009-05-14 06:59:00 UTC (rev 35154)
+++
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changemyprofileinfor.jsp
2009-05-14 07:01:26 UTC (rev 35155)
@@ -1,107 +0,0 @@
-<%...@page language="java" contentType="text/html;charset=utf-8"
-%><%...@include file="globals.jsp"
-%><mm:content type="text/html" encoding="UTF-8" expires="0">
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html:html xhtml="true">
-<cmscedit:head title="changemyprofileinfor.title" />
-
-<c:choose>
-<c:when test="${param.succeeded}">
- <body onload="alert('<fmt:message key="changemyprofileinfor.succeeded"
/>')">
- </body>
-</c:when>
-<c:otherwise>
- <body>
- <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
- <div class="tabs">
- <!-- actieve TAB -->
- <div class="tab_active">
- <div class="body">
- <div>
- <a name="activetab"><fmt:message
key="changemyprofileinfor.title" /></a>
- </div>
- </div>
- </div>
- </div>
-
- <div class="editor">
- <div class="body">
-
-
-
-<html:form action="/editors/usermanagement/ChangeMyprofileInforAction">
- <table class="formcontent">
- <tr>
- <td class="fieldname" width='180'><fmt:message key="user.account"
/></td>
- <td>
- <bean:write name="ChangeMyprofileInforForm" property="username" />
- </td>
- </tr>
- <tr>
- <td class="fieldname"><fmt:message key="user.firstname" /></td>
- <td><html:text property="firstname" size='30' maxlength='40'
/> <fmt:message key="user.textlength" /></td>
- </tr>
- <tr>
- <td class="fieldname"><fmt:message key="user.prefix" /></td>
- <td><html:text property="prefix" size='30' maxlength='40'
/> <fmt:message key="user.textlength" /></td>
- </tr>
- <tr>
- <td class="fieldname"><fmt:message key="user.surname" /></td>
- <td><html:text property="surname" size='30' maxlength='40'
/> <fmt:message key="user.textlength" /></td>
- </tr>
- <tr>
- <td class="fieldname"><fmt:message key="user.email" /></td>
- <td><html:text property="email" size='30' maxlength='255' />
- <span class="notvalid"><html:errors bundle="SECURITY"
property="email" /></span>
- </td>
- </tr>
- <tr>
- <td class="fieldname"><fmt:message key="user.company" /></td>
- <td><html:text property="company" size='30' maxlength='40'
/> <fmt:message key="user.textlength" /></td>
- </tr>
- <tr>
- <td class="fieldname"><fmt:message key="user.department" /></td>
- <td><html:text property="department" size='30' maxlength='40'
/> <fmt:message key="user.textlength" /></td>
- </tr>
- </tr>
- <tr><td class="fieldname" nowrap><fmt:message key="user.emailsignal"
/></td>
- <td class="field"><html:checkbox property="emailSignal" style="width:
auto;"/></td>
- </tr>
- <tr>
- <td class="fieldname" nowrap width="105px"><fmt:message
key="changemyprofileinfor.current" /></td>
- <td class="fieldname">
- <html:password property="password1" size='15' maxlength='15'
style="width:200px"/>
- <span class="notvalid"><html:errors bundle="SECURITY"
property="password1"/></span>
- </td>
- </tr>
- <tr>
- <td class="fieldname" nowrap><fmt:message
key="changemyprofileinfor.new" /></td>
- <td class="fieldname">
- <html:password property="newpassword" size='15' maxlength='15'
style="width:200px"/>
- <span class="notvalid"><html:errors bundle="SECURITY"
property="newpassword"/></span>
- </td>
- </tr>
- <tr>
- <td class="fieldname" nowrap><fmt:message
key="changemyprofileinfor.confirm" /></td>
- <td class="fieldname">
- <html:password property="confirmnewpassword" size='15'
maxlength='15' style="width:200px"/>
- <span class="notvalid"><html:errors bundle="SECURITY"
property="confirmnewpassword"/></span>
- </td>
- </tr>
- <tr>
- <td > </td>
- <td>
- <html:submit ><fmt:message key="changemyprofileinfor.submit"
/></html:submit>
- <html:cancel ><fmt:message key="user.cancel"/></html:cancel>
- </td>
- </tr>
- </table>
-</html:form>
-</mm:cloud>
- </div>
- </div>
-</body>
-</c:otherwise>
-</c:choose>
-</html:html>
-</mm:content>
\ No newline at end of file
Deleted:
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changepassword.jsp
===================================================================
---
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changepassword.jsp
2009-05-14 06:59:00 UTC (rev 35154)
+++
CMSContainer/trunk/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changepassword.jsp
2009-05-14 07:01:26 UTC (rev 35155)
@@ -1,71 +0,0 @@
-<%...@page language="java" contentType="text/html;charset=utf-8"
-%><%...@include file="globals.jsp"
-%><mm:content type="text/html" encoding="UTF-8" expires="0">
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html:html xhtml="true">
-<cmscedit:head title="changepassword.title" />
-
-<c:choose>
-<c:when test="${param.succeeded}">
- <body onload="alert('<fmt:message key="changepassword.succeeded" />')">
- </body>
-</c:when>
-<c:otherwise>
- <body>
- <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
- <div class="tabs">
- <!-- actieve TAB -->
- <div class="tab_active">
- <div class="body">
- <div>
- <a name="activetab"><fmt:message key="changepassword.title"
/></a>
- </div>
- </div>
- </div>
- </div>
-
- <div class="editor">
- <div class="body">
-
-
-
-<html:form action="/editors/usermanagement/ChangePasswordAction">
- <table class="formcontent">
- <tr>
- <td class="fieldname" nowrap width="105px"><fmt:message
key="changepassword.current" /></td>
- <td class="fieldname">
- <html:password property="password1" size='15' maxlength='15'
style="width:200px"/>
- <span class="notvalid"><html:errors bundle="SECURITY"
property="password1"/></span>
- </td>
- </tr>
- <tr>
- <td class="fieldname" nowrap><fmt:message key="changepassword.new"
/></td>
- <td class="fieldname">
- <html:password property="newpassword" size='15' maxlength='15'
style="width:200px"/>
- <span class="notvalid"><html:errors bundle="SECURITY"
property="newpassword"/></span>
- </td>
- </tr>
- <tr>
- <td class="fieldname" nowrap><fmt:message
key="changepassword.confirm" /></td>
- <td class="fieldname">
- <html:password property="confirmnewpassword" size='15'
maxlength='15' style="width:200px"/>
- <span class="notvalid"><html:errors bundle="SECURITY"
property="confirmnewpassword"/></span>
- </td>
- </tr>
- <tr>
- <td > </td>
- <td>
- <html:submit ><fmt:message key="changepassword.submit"
/></html:submit>
- <html:cancel ><fmt:message key="user.cancel"/></html:cancel>
- </td>
- </tr>
- </table>
-</html:form>
-</mm:cloud>
- </div>
- </div>
-</body>
-</c:otherwise>
-</c:choose>
-</html:html>
-</mm:content>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs