[ 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/ -> finished.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {*?template charset=latin1?*}
   3  {include uri='design:setup/setup_header.tpl' setup=$setup}
   4  
   5  {section show=and($email_info.sent,$email_info.result|not)}
   6  <div class="error">
   7  <p>
   8    <h2>{"Sending email failed"|i18n("design/standard/setup/init")}</h2>
   9    <ul>
  10      <li>{"Failed to send the registration email using"|i18n("design/standard/setup/init")} {section show=eq($email_info.type,1)}{"sendmail"|i18n("design/standard/setup/init")}{section-else}{"SMTP"|i18n("design/standard/setup/init")}{/section}.</li>
  11    </ul>
  12  </p>
  13  </div>
  14  {/section}
  15  
  16  <h2>{"Congratulations, eZ publish should now run on your system."|i18n("design/standard/setup/init")}</h2>
  17  <p>
  18  {"If you need help with eZ publish, you can go to %ezlink and get help in the forums.
  19    If you find a bug (error), please go to %buglink and report it.
  20    With your help we can fix the errors eZ publish might have and implement new features."
  21   |i18n("design/standard/setup/init",,
  22         hash('%buglink',concat('<a target="_other" href="http://ez.no/developer/ez_publish_3/bug_reports">',"eZ publish bug reports"|i18n("design/standard/setup/init"),'</a>'),
  23              '%ezlink',concat('<a target="_other" href="http://ez.no/developer/ez_publish_3/forum">',"ez.no"|i18n("design/standard/setup/init"),'</a>')))}
  24  </p>
  25  
  26  <p>
  27  {"Click on the URL to access your new %ezlink or click the %donebutton button. Enjoy one of the most successful web content management systems!"
  28   |i18n("design/standard/setup/init",,
  29         hash('%ezlink',concat('<a href="',$site_info.url,'">',"eZ publish website"|i18n("design/standard/setup/init"),'</a>'),
  30              '%donebutton',concat('<i>',"Done"|i18n("design/standard/setup/init"),'</i>')))}
  31  </p>
  32  
  33  <p>{"If you ever want to restart this setup, edit the file %filename and look for a line that says"
  34      |i18n("design/standard/setup/init",,
  35            hash('%filename','<i>settings/override/site.ini.append.php</i>'))}:
  36  </p>
  37  <pre class="example">[SiteAccessSettings]
  38  CheckValidity=false</pre>
  39  <p>
  40   {"Change the second line from %false to %true."
  41    |i18n("design/standard/setup/init",,
  42          hash('%false','<i>false</i>',
  43               '%true','<i>true</i>'))}
  44  </p>
  45  <pre class="example">[SiteAccessSettings]
  46  CheckValidity=true</pre>
  47  </p>
  48  
  49  <br/>
  50  
  51  <blockquote class="note">
  52  <p>
  53   <b>{"Note"|i18n("design/standard/setup/init")}:</b>
  54   {"The default username for the administrator is %1 and the default password is %2."|i18n("design/standard/setup/init",,array("<i>admin</i>","<i>publish</i>"))}
  55  </p>
  56  </blockquote>
  57  
  58  <br/>
  59  
  60  <form method="post" action="{$script}">
  61    <div class="buttonblock">
  62      <input class="defaultbutton" type="submit" name="Refresh" value="{'Done'|i18n('design/standard/setup/init')}" />
  63    </div>
  64  </form>


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