All Downloads are FREE. Search and download functionalities are using the official Maven repository.

berkano.usermgt.user_edit.ftl Maven / Gradle / Ivy

The newest version!
<#include "header.ftl">

<#if (actionErrors?size > 0) >
  
    <#list actionErrors as error>
  • ${error}
<#if user?exists>

<@ww.text name="useredit.title"><@ww.param value="userName"/>

<#else/>

<@ww.text name="useredit.new.title"/>

<@ww.hidden name="userId"/> <@ww.textfield label="%{getText('useredit.username')}" name="userName" id="userName"/>
<@ww.textfield label="%{getText('useredit.fullname')}" name="fullName" id="fullName"/>
<@ww.textfield label="%{getText('useredit.email')}" name="email" id="email"/>
<#if user?exists>

<@ww.text name="useredit.password.edithint"/>

<@ww.password label="%{getText('useredit.password')}" name="password" id="password" />
<@ww.password label="%{getText('useredit.password.confirm')}" name="passwordConfirm" id="passwordConfirm" />
<@ww.submit value="%{getText('useredit.submit')}" /> <#include "footer.ftl">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy