2009-06-07 18:59:43 +00:00
|
|
|
<%@ include file="/jsp/init.jsp" %>
|
|
|
|
<div>
|
|
|
|
<ul>
|
|
|
|
<li><a rel="moodalbox 400px 200px wizard"
|
2012-06-03 11:16:38 -03:00
|
|
|
href="<c:out value="${pageContext.request.contextPath}/c/changePassword"/>"
|
2009-06-07 18:59:43 +00:00
|
|
|
title="<spring:message code="CHANGE_PASSWORD"/>">
|
|
|
|
<spring:message code="CHANGE_PASSWORD"/>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li><a rel="moodalbox 400px 250px wizard"
|
2012-06-03 11:16:38 -03:00
|
|
|
href="<c:out value="${pageContext.request.contextPath}/c/editProfile"/>"
|
2009-06-07 18:59:43 +00:00
|
|
|
title="<spring:message code="EDIT_PROFILE"/>">
|
|
|
|
<spring:message code="EDIT_PROFILE"/>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|