[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form enctype="multipart/form-data" action={"/user/register/"|ezurl} method="post" name="Register"> 3 4 <div class="maincontentheader"> 5 <h1>{"Register user"|i18n("design/standard/user")}</h1> 6 </div> 7 8 {section show=and( and( is_set( $checkErrNodeId ), $checkErrNodeId ), eq( $checkErrNodeId, true ) )} 9 <div class="message-error"> 10 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {$errMsg}</h2> 11 </div> 12 {/section} 13 14 {section show=$validation.processed} 15 16 {section name=UnvalidatedAttributes loop=$validation.attributes show=$validation.attributes} 17 <div class="warning"> 18 <h2>{"Input did not validate"|i18n("design/standard/user")}</h2> 19 <ul> 20 <li>{$UnvalidatedAttributes:item.name}: {$UnvalidatedAttributes:item.description}</li> 21 </ul> 22 </div> 23 {section-else} 24 <div class="feedback"> 25 <h2>{"Input was stored successfully"|i18n("design/standard/user")}</h2> 26 </div> 27 {/section} 28 29 {/section} 30 31 {section show=count($content_attributes)|gt(0)} 32 {section name=ContentObjectAttribute loop=$content_attributes sequence=array(bglight,bgdark)} 33 <input type="hidden" name="ContentObjectAttribute_id[]" value="{$ContentObjectAttribute:item.id}" /> 34 <div class="block"> 35 <label>{$ContentObjectAttribute:item.contentclass_attribute.name}</label><div class="labelbreak"></div> 36 {attribute_edit_gui attribute=$ContentObjectAttribute:item} 37 </div> 38 {/section} 39 40 <div class="buttonblock"> 41 <input class="button" type="hidden" name="UserID" value="{$content_attributes[0].contentobject_id}" /> 42 {section show=and( is_set( $checkErrNodeId ), $checkErrNodeId )|not()} 43 <input class="button" type="submit" name="PublishButton" value="{'Register'|i18n('design/standard/user')}" /> 44 {section-else} 45 <input class="button" type="submit" name="PublishButton" disabled="disabled" value="{'Register'|i18n('design/standard/user')}" /> 46 {/section} 47 <input class="button" type="submit" name="CancelButton" value="{'Discard'|i18n('design/standard/user')}" /> 48 </div> 49 {section-else} 50 <div class="warning"> 51 <h2>{"Unable to register new user"|i18n("design/standard/user")}</h2> 52 </div> 53 <div class="buttonblock"> 54 <input class="button" type="submit" name="CancelButton" value="{'Back'|i18n('design/standard/user')}" /> 55 </div> 56 {/section} 57 </form>
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 |