page home

page conference
page connected but no conference
debug edit account
This commit is contained in:
Nicolas Michard
2008-02-17 16:57:49 +00:00
parent 02fa9ab525
commit 19995bf1c7
9 changed files with 154 additions and 16 deletions

View File

@@ -4,13 +4,22 @@
<head></head>
<body>
<h4 class="title"><fmt:message key="register.title" /></h4>
<authz:authorize ifAllGranted="ROLE_ANONYMOUS">
<h4 class="title"><fmt:message key="register.title" /></h4>
<div class="user_new">
<fmt:message key="form.label.newaccount" />
</div>
<fmt:message key="form.label.message" />
<a href="<c:url value="login.htm"/>" /><fmt:message key="form.label.linkPage" /></a>
</authz:authorize>
<authz:authorize ifNotGranted="ROLE_ANONYMOUS">
<h4 class="title"><fmt:message key="form.edit.title" /></h4>
<div class="user_new">
<fmt:message key="form.edit.txt" />
</div>
</authz:authorize>
<div class="user_new">
<fmt:message key="form.label.newaccount" />
</div>
<fmt:message key="form.label.message" />
<a href="<c:url value="login.htm"/>" /><fmt:message key="form.label.linkPage" /></a>
<br />
<form:form method="post" commandName="registerUser" id="account_data">
<form:hidden path="isNew"/>