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

   1  {include file="summary/header.template" selected="register" columns=1}
   2  
   3  
   4    <div id="onecolumn">
   5   <h2>{$locale->tr("register_step3_title")}</h2>
   6   <div id="intro">
   7          <p>
   8            {$locale->tr("register_step3_help")}
   9          </p>
  10    </div>
  11    
  12  <div id="registrationform">
  13  
  14   <form name="templateChooser" method="post">
  15    <fieldset class="inputField">
  16     <legend>{$locale->tr("step3")}</legend>
  17     <div class="field">
  18      <label for="">{$locale->tr("select_template")}</label>
  19  
  20      {include file="summary/validate.template" field=templateId message=$locale->tr("error_must_choose_template")}    
  21      {foreach from=$templates item=template}
  22       {assign var=templateName value=$template->getName()}
  23       <div class="templateScreen">
  24       <div><img src="{$template->getScreenshotUrl()}" alt="{$templateName}" height="200" width="280" /></div>
  25       <input type="radio" class="checkbox" value="{$template->getName()}" name="templateId" id="templateId" />
  26       <label for="templateId"><strong>{$templateName}</strong></label>
  27        </div>
  28      {/foreach}
  29     </div>
  30    </fieldset>  
  31    <div class="buttons">
  32      <input type="submit" name="{$locale->tr("register_next")}" value="{$locale->tr("register_next")} &raquo;"/>
  33    </div>  
  34   </form>
  35  </div>
  36  </div>
  37  {include file="summary/footer.template"}
  38  


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