[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/setup/init/ -> create_sites.tpl (source)

   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>{"Creating sites"|i18n("design/standard/setup/init")}</h1>
   8      </div>
   9  
  10      <p>
  11          {'The setup wizard was not able to complete the creation of your selected sites.'|i18n( 'design/standard/setup/init' )}
  12      </p>
  13  
  14  
  15      <p>
  16          {'The following errors were detected'|i18n( 'design/standard/setup/init' )}:
  17      </p>
  18  
  19      <ul class="error">
  20          {section var=error loop=$error_list}
  21              <li>
  22                  <label>{$error.code|wash}</label>{$error.text|wash|break}
  23              </li>
  24          {/section}
  25      </ul>
  26  
  27      <p>
  28          {'If you think you have fixed the errors you can try and click the "Retry" button.'|i18n( 'design/standard/setup/init' )}
  29      </p>
  30  
  31      <div class="buttonblock" align="right">
  32          {include uri='design:setup/init/navigation.tpl' retry=true() dont_show_back=true() dont_show_forward=true()}
  33      </div>
  34      {include uri='design:setup/persistence.tpl'}
  35  </form>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7