[ 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/ -> step2.template (source)

   1  {include file="wizard/header.template" title="Database Initialized" step=4 mode="install"}
   2  <form name="formStep2" action="wizard.php" method="post">
   3   <fieldset class="inputField">
   4    <legend>Database Initialization</legend>
   5    <br/>   
   6     {if $viewIsError}
   7      <div class="wizardError">
   8       <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
   9       <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
  10      </div> 
  11     {else}
  12     <div class="wizardInfo">
  13      <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />   
  14      <p class="wizardInfoText">The database and the tables needed have been successfuly created. We can now
  15      proceed to the next step where we will create a user and a blog.</p>
  16    </div>
  17    {/if}
  18    </fieldset>
  19    <div class="buttons">
  20     <input type="button" name="back" value=" &laquo; Previous" onClick="javascript:history.go(-1);" />
  21     <input type="hidden" name="nextStep" value="Step3"/>
  22     <input type="submit" name="Next &raquo;" value="Next &raquo;"/>
  23    </div> 
  24   </form>
  25  {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