[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {section show=$verify_user_email} 3 <div class="maincontentheader"> 4 <h1>{"User registered"|i18n("design/standard/user")}</h1> 5 </div> 6 7 <div class="feedback"> 8 <p> 9 {'Your account was successfully created. An email will be sent to the specified 10 email address. You need to follow the instructions in that mail to activate 11 your account.'|i18n('design/standard/user')} 12 </p> 13 </div> 14 {section-else} 15 <div class="maincontentheader"> 16 <h1>{"User registered"|i18n("design/standard/user")}</h1> 17 </div> 18 19 <div class="feedback"> 20 <h2>{"Your account was successfully created."|i18n("design/standard/user")}</h2> 21 </div> 22 {/section} 23 24 <div class="buttonblock"> 25 <form action={"/user/register"|ezurl} method="post"> 26 <input class="button" type="submit" value="{'OK'|i18n( 'design/standard/user' )}" /> 27 </form> 28 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |