page home
page conference page connected but no conference debug edit account
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user