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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {*?template charset=latin1?*}
   3  
   4  <table border="0" cellspacing="3" cellpadding="0">
   5  
   6    <tr>
   7      <td>
   8      {section show=count( $system_check )}
   9        <div class="setup_summary_ok">
  10      {section-else}
  11        <div class="setup_summary_empty">
  12      {/section}
  13  
  14      {"System"|i18n("design/standard/setup")}:</div></td>
  15  
  16      <td>
  17      {section show=count( $system_check )}
  18        <div class="setup_summary_ok">{"OK"|i18n("design/standard/setup")}</div>
  19      {/section}
  20      </td>
  21    </tr>
  22  
  23    <tr>
  24      <td>
  25      {section show=count($image_processor)}
  26        <div class="setup_summary_ok">
  27      {section-else}
  28        <div class="setup_summary_empty">
  29      {/section}
  30  
  31      {"Image system"|i18n("design/standard/setup")}:</div></td>
  32  
  33      <td>
  34      {section show=count($image_processor)}
  35        <div class="setup_summary_ok">{$image_processor}</div>
  36      {/section}
  37      </td>
  38      </div>
  39    </tr>
  40  
  41    <tr>
  42      <td >
  43      {section show=count($summary_email_info)}
  44        <div class="setup_summary_ok">
  45      {section-else}
  46        <div class="setup_summary_empty">
  47      {/section}
  48  
  49      {"Mail"|i18n("design/standard/setup")}:</td>
  50  
  51      <td>
  52      {section show=count($summary_email_info)}
  53        <div class="setup_summary_ok">{$summary_email_info}</div>
  54      {/section}
  55      </td>
  56    </tr>
  57  
  58    <tr>
  59      <td>
  60      {section show=count($database)}
  61        <div class="setup_summary_ok">
  62      {section-else}
  63        <div class="setup_summary_empty">
  64      {/section}
  65  
  66      {"Database"|i18n("design/standard/setup")}:</div></td>
  67  
  68      <td>
  69      {section show=count($database)}
  70        <div class="setup_summary_ok">{$database}</div></td>
  71      {/section}
  72      </td>
  73    </tr>
  74  
  75    <tr>
  76      <td valign="top">
  77      {section show=count($languages)}
  78        <div class="setup_summary_ok">
  79      {section-else}
  80        <div class="setup_summary_empty">
  81      {/section}
  82  
  83      {"Language"|i18n("design/standard/setup")}:</div></td>
  84  
  85      <td>
  86      {section show=count($languages)}
  87        <div class="setup_summary_ok">
  88        {section name=Languages loop=$languages}
  89          {$:item}<br/>
  90        {/section}
  91        </div>
  92      {/section}
  93      </td>
  94    </tr>
  95  
  96    <tr>
  97      <td valign="top">
  98      {section show=$site_package}
  99        <div class="setup_summary_ok">
 100      {section-else}
 101        <div class="setup_summary_empty">
 102      {/section}
 103  
 104      {"Site"|i18n("design/standard/setup")}:</div></td>
 105  
 106      <td>
 107      {section show=$site_package}
 108        <div class="setup_summary_ok">
 109        {$site_package|wash}
 110        </div>
 111      {/section}
 112      </td>
 113    </tr>
 114  
 115  </table>


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