[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {*?template charset=latin1?*} 3 4 <form method="post" action="{$script}"> 5 6 <div align="center"> 7 <h1>{"Site administrator"|i18n("design/standard/setup/init")}</h1> 8 </div> 9 10 <p> 11 {"This page lets you modify the administrator for your site. This ensures that your site is secure and has proper name and email set."|i18n("design/standard/setup/init")} 12 </p> 13 14 {section show=$has_errors} 15 <blockquote class="error"> 16 <h2>{"Warning"|i18n("design/standard/setup/init")}</h2> 17 {section show=eq( $first_name_missing, 1 )} 18 <p> 19 {"You need to fill in the first name."|i18n("design/standard/setup/init")} 20 </p> 21 {/section} 22 {section show=eq( $last_name_missing, 1 )} 23 <p> 24 {"You need to fill in the last name."|i18n("design/standard/setup/init")} 25 </p> 26 {/section} 27 {section show=eq( $email_missing, 1 )} 28 <p> 29 {"You need to fill in an email address."|i18n("design/standard/setup/init")} 30 </p> 31 {/section} 32 {section show=eq( $email_invalid, 1 )} 33 <p> 34 {"You need to fill in a valid email address."|i18n("design/standard/setup/init")} 35 </p> 36 {/section} 37 {section show=eq( $password_missmatch, 1 )} 38 <p> 39 {"Your passwords do not match."|i18n("design/standard/setup/init")} 40 </p> 41 {/section} 42 {section show=eq( $password_missing, 1 )} 43 <p> 44 {"You need to fill in a password."|i18n("design/standard/setup/init")} 45 </p> 46 {/section} 47 </blockquote> 48 {/section} 49 50 51 <fieldset> 52 <legend>{"Administrator settings"|i18n("design/standard/setup/init")}:</legend> 53 <table border="0" cellspacing="2" cellpadding="0"> 54 <tr> 55 <td><label class="textfield">{"Login"|i18n("design/standard/setup/init")}:</label> </td> 56 <td>admin</td> 57 </tr> 58 <tr> 59 <td{section show=eq( $first_name_missing, 1 )} class="invalid"{/section}><label class="textfield">{"First name"|i18n("design/standard/setup/init")}:</label> </td> 60 <td><input type="text" size="20" name="eZSetup_site_templates_first_name" value="{section show=$admin.first_name}{$admin.first_name|wash}{section-else}Administrator{/section}" /></td> 61 </tr> 62 <tr> 63 <td{section show=eq( $last_name_missing, 1 )} class="invalid"{/section}><label class="textfield">{"Last name"|i18n("design/standard/setup/init")}:</label> </td> 64 <td><input type="text" size="20" name="eZSetup_site_templates_last_name" value="{section show=$admin.last_name}{$admin.last_name|wash}{section-else}User{/section}" /></td> 65 </tr> 66 <tr> 67 <td{section show=or( $email_missing, $email_invalid )} class="invalid"{/section}><label class="textfield">{"Email address"|i18n("design/standard/setup/init")}:</label> </td> 68 <td><input type="text" size="20" name="eZSetup_site_templates_email" value="{$admin.email|wash}" /></td> 69 </tr> 70 <tr> 71 <td{section show=or( $password_missmatch, $password_missing )} class="invalid"{/section}><label class="textfield">{"Password"|i18n("design/standard/setup/init")}:</label> </td> 72 <td><input type="password" size="20" name="eZSetup_site_templates_password1" value="{$admin.password|wash}" /></td> 73 </tr> 74 <tr> 75 <td{section show=or( $password_missmatch, $password_missing )} class="invalid"{/section}><label class="textfield">{"Confirm password"|i18n("design/standard/setup/init")}:</label> </td> 76 <td><input type="password" size="20" name="eZSetup_site_templates_password2" value="{$admin.password|wash}" /></td> 77 </tr> 78 79 </table> 80 </fieldset> 81 82 {include uri="design:setup/persistence.tpl"} 83 {include uri='design:setup/init/navigation.tpl'} 84 85 </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 |