[ Index ] |
|
Code source de eZ Publish 3.9.0 |
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 {section show=eq($regional_info.language_type,1)} 8 <p> 9 {"It's now possible to select a variation for your language. A variation does small adjustments to the language, such as adding Euro support or date format changes. Using variations are optional so you may safely skip this step. Once your're done click the"|i18n("design/standard/setup/init")} <i>{"Summary"|i18n("design/standard/setup/init")}</i> {"button."|i18n("design/standard/setup/init")} 10 </p> 11 {section-else} 12 <p> 13 {"It's now possible to select variations for your languages. Variations do small adjustments to the language, such as adding Euro support or date format changes. Using variations are optional so you may safely skip this step. Once you are done click the"|i18n("design/standard/setup/init")} <i>{"Summary"|i18n("design/standard/setup/init")}</i> {"button."|i18n("design/standard/setup/init")} 14 </p> 15 {/section} 16 17 <div class="input_highlight"> 18 <table cellspacing="0" cellpadding="0" border="0"> 19 {section name=Language loop=$chosen_languages} 20 <tr> 21 <td colspan="2" class="normal"> 22 <b>{$:item.language_name}</b> 23 </td> 24 </tr> 25 <tr> 26 <td class="normal"> 27 {"Default"|i18n("design/standard/setup/init")} 28 </td> 29 {let name=Variation has_variation=false()} 30 {section loop=$language_variatons[$Language:item.locale_code]} 31 {switch match=$:item.locale_full_code} 32 {case in=$regional_info.variations} 33 {set has_variation=true()} 34 {/case} 35 {case/} 36 {/switch} 37 {/section} 38 <td class="normal"> 39 <input type="radio" name="eZSetupLanguageVariation[{$Language:item.locale_code}]" value="{$Language:item.locale_full_code}" {section show=$:has_variation|not}checked="checked"{/section} /> 40 </td> 41 {/let} 42 </tr> 43 {section name=Variation loop=$language_variatons[$:item.locale_code]} 44 <tr> 45 <td class="normal"> 46 {$:item.language_comment} 47 </td> 48 <td> 49 <input type="radio" name="eZSetupLanguageVariation[{$:item.locale_code}]" value="{$:item.locale_full_code}" {switch match=$:item.locale_full_code}{case in=$regional_info.variations}checked="checked"{/case}{case/}{/switch} /> 50 </td> 51 </tr> 52 {/section} 53 {/section} 54 </table> 55 </div> 56 57 <div class="buttonblock"> 58 <input type="hidden" name="ChangeStepAction" value="" /> 59 <input class="defaultbutton" type="submit" name="StepButton_7" value="{'Summary'|i18n('design/standard/setup/init')} >>" /> 60 </div> 61 {include uri='design:setup/persistence.tpl'} 62 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |