[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {default attribute_base=ContentObjectAttribute} 3 4 {* User ID. *} 5 <div class="block"> 6 <label>{'User ID'|i18n( 'design/standard/content/datatype' )}:</label> 7 <p>{$attribute.content.contentobject_id}</p> 8 </div> 9 10 <div class="block"> 11 12 {* Username. *} 13 <div class="element"> 14 <label>{'Username'|i18n( 'design/standard/content/datatype' )}:</label> 15 {section show=$attribute.content.has_stored_login} 16 <input type="text" name="{$attribute_base}_data_user_login_{$attribute.id}_stored_login" size="16" value="{$attribute.content.login}" disabled="disabled" /> 17 <input type="hidden" name="{$attribute_base}_data_user_login_{$attribute.id}" value="{$attribute.content.login}" /> 18 {section-else} 19 <input id="ezcoa-{if ne( $attribute_base, 'ContentObjectAttribute' )}{$attribute_base}-{/if}{$attribute.contentclassattribute_id}_{$attribute.contentclass_attribute_identifier}_login" class="ezcc-{$attribute.object.content_class.identifier} ezcca-{$attribute.object.content_class.identifier}_{$attribute.contentclass_attribute_identifier}" type="text" name="{$attribute_base}_data_user_login_{$attribute.id}" size="16" value="{$attribute.content.login}" /> 20 {/section} 21 </div> 22 23 {* Password #1. *} 24 <div class="element"> 25 <label>{'Password'|i18n( 'design/standard/content/datatype' )}:</label> 26 <input id="ezcoa-{if ne( $attribute_base, 'ContentObjectAttribute' )}{$attribute_base}-{/if}{$attribute.contentclassattribute_id}_{$attribute.contentclass_attribute_identifier}_password" class="ezcc-{$attribute.object.content_class.identifier} ezcca-{$attribute.object.content_class.identifier}_{$attribute.contentclass_attribute_identifier}" type="password" name="{$attribute_base}_data_user_password_{$attribute.id}" size="16" value="{section show=$attribute.content.original_password}{$attribute.content.original_password}{section-else}{section show=$attribute.content.has_stored_login}_ezpassword{/section}{/section}" /> 27 </div> 28 29 {* Password #2. *} 30 <div class="element"> 31 <label>{'Confirm password'|i18n( 'design/standard/content/datatype' )}:</label> 32 <input id="ezcoa-{if ne( $attribute_base, 'ContentObjectAttribute' )}{$attribute_base}-{/if}{$attribute.contentclassattribute_id}_{$attribute.contentclass_attribute_identifier}_password_confirm" class="ezcc-{$attribute.object.content_class.identifier} ezcca-{$attribute.object.content_class.identifier}_{$attribute.contentclass_attribute_identifier}" type="password" name="{$attribute_base}_data_user_password_confirm_{$attribute.id}" size="16" value="{section show=$attribute.content.original_password_confirm}{$attribute.content.original_password_confirm}{section-else}{section show=$attribute.content.has_stored_login}_ezpassword{/section}{/section}" /> 33 </div> 34 35 {* Email. *} 36 <div class="element"> 37 <label>{'Email'|i18n( 'design/standard/content/datatype' )}:</label> 38 <input id="ezcoa-{if ne( $attribute_base, 'ContentObjectAttribute' )}{$attribute_base}-{/if}{$attribute.contentclassattribute_id}_{$attribute.contentclass_attribute_identifier}_email" class="ezcc-{$attribute.object.content_class.identifier} ezcca-{$attribute.object.content_class.identifier}_{$attribute.contentclass_attribute_identifier}" type="text" name="{$attribute_base}_data_user_email_{$attribute.id}" size="28" value="{$attribute.content.email|wash( xhtml )}" /> 39 </div> 40 41 <div class="break"></div><div class="break"></div> 42 </div> 43 44 {* Status *} 45 <div class="block"> 46 <div class="element"> 47 <label>{'Current account status:'|i18n( 'design/standard/content/datatype' )} 48 {section show=$attribute.content.is_enabled} 49 <span class="userstatus-enabled">{'enabled'|i18n( 'design/standard/content/datatype' )}</span> 50 {section-else} 51 <span class="userstatus-disabled"> {'disabled'|i18n( 'design/standard/content/datatype' )}</span> 52 {/section} 53 </label> 54 </div> 55 56 <div class="break"></div> 57 </div> 58 59 {/default}
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 |