[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/wizard/ -> step3.template (source)

   1  {include file="wizard/header.template" title="User Creation" step=5 mode=install}
   2  <form name="newUser" action="wizard.php" method="post">
   3   <fieldset class="inputField">
   4    <legend>User Creation</legend>
   5  {if $viewIsError}
   6      <div class="wizardError">
   7       <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
   8       <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
   9      </div> 
  10  {else}
  11   <div class="wizardInfo">
  12    <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" /> 
  13    <p class="wizardInfoText">At least one user is needed to run LifeType and this user will be given administrator privileges. The administrator
  14    user is allowed to configure LifeType from within the administration interface, as well as
  15    adding and removing users and blogs, etc.</p>
  16   </div>
  17  {/if} 
  18     <div class="field">
  19      <label for="userName">User name</label>
  20      <span class="required">*</span>
  21      <div class="fieldHelp">Name of the first default user that will be created. This user will be given administrator privileges</div>
  22      <input type="text" id="userName" name="userName" value="{$userName}"/>
  23      {include file="wizard/validate.template" field=userName message="User name is missing or incorrect"}
  24     </div>
  25     <div class="field"> 
  26      <label for="userFullName">Full name</label>
  27      <div class="fieldHelp">Full name of the user</div>
  28      <input type="text" name="userFullName" id="userFullName" value="{$userFullName}"/>
  29     </div>
  30     <div class="field">
  31      <label for="userPassword">Password</label>
  32      <span class="required">*</span>
  33      <div class="fieldHelp">Password assigned to this user</div>
  34      <input type="password" name="userPassword" id="userPassword" value=""/>
  35      {include file="wizard/validate.template" field=userPassword message="Password is missing or too short"}    
  36      <br/>
  37      <div class="fieldHelp">Please confirm the password</div>
  38      <input type="password" name="userPasswordCheck" id="userPasswordCheck" value=""/>
  39      {include file="wizard/validate.template" field=userPasswordCheck message="Passwords do not match"}
  40     </div>
  41     <div class="field">
  42      <label for="userEmail">Email address</label>
  43      <span class="required">*</span>
  44      <div class="fieldHelp">Email address where notifications will be sent</div>
  45      <input type="text" name="userEmail" id="userEmail" value="{$userEmail}" />
  46      {include file="wizard/validate.template" field=userEmail message="The email address is missing or incorrect"}    
  47     </div>
  48    </fieldset>
  49    <div class="buttons">
  50     <input type="button" value="&laquo; Previous" name="back" onClick="javascript:history.go(-1);" />
  51     <input type="reset" value="Reset" name="Reset" />
  52     <input type="submit" value="Next &raquo;" name="Next &raquo;"/>
  53     <input type="hidden" name="nextStep" value="Step4"/>
  54    </div>
  55  </form>
  56  {include file="wizard/footer.template"}


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics