[ 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/ -> site_language_options.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  <form method="post" action="{$script}">
   6  
   7  <p>
   8   {"What kind of language support should this site have. The type of support determines the language selection and charset."|i18n("design/standard/setup/init")}
   9  </p>
  10  
  11  <div class="input_highlight">
  12  <table cellspacing="0" cellpadding="0" border="0">
  13  <tr>
  14    <td class="normal">
  15      {"Monolingual (one language)"|i18n("design/standard/setup/init")}
  16    </td>
  17    <td class="normal">
  18      <input type="radio" name="eZSetupLanguageType" value="1" {section show=eq($regional_info.language_type,1)}checked="checked"{/section} />
  19    </td>
  20  </tr>
  21  <tr>
  22    <td class="normal">
  23      {"Multilingual (multiple languages with one charset)"|i18n("design/standard/setup/init")}
  24    </td>
  25    <td class="normal">
  26      <input type="radio" name="eZSetupLanguageType" value="2" {section show=eq($regional_info.language_type,2)}checked="checked"{/section} />
  27    </td>
  28  </tr>
  29  {section show=$database_info.supports_unicode}
  30  <tr>
  31    <td class="normal">
  32      {"Multilingual (Unicode, no limit)"|i18n("design/standard/setup/init")}
  33    </td>
  34    <td class="normal">
  35      <input type="radio" name="eZSetupLanguageType" value="3" {section show=eq($regional_info.language_type,3)}checked="checked"{/section} />
  36    </td>
  37  </tr>
  38  {/section}
  39  </table>
  40  </div>
  41  
  42    <div class="buttonblock">
  43      <input type="hidden" name="ChangeStepAction" value="" />
  44      <input class="defaultbutton" type="submit" name="StepButton_6" value="{'Regional Options'|i18n('design/standard/setup/init')} >>" />
  45    </div>
  46    {include uri='design:setup/persistence.tpl'}
  47  </form>


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