[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form action={concat("content/translations")|ezurl} method="post" > 3 4 {section show=$is_edit} 5 <h1>{"Change translation for content"|i18n("design/standard/content")}</h1> 6 <p>{"Pick one of the translations from the list to change to or enter a new custom one in the input fields."|i18n("design/standard/content")}</p> 7 {section-else} 8 <h1>{"New translation for content"|i18n("design/standard/content")}</h1> 9 <p>{"Pick one of the translations from the list to add or enter a new custom one in the input fields."|i18n("design/standard/content")}</p> 10 {/section} 11 12 <table cellspacing="0" cellpadding="0"> 13 <tr> 14 <td valign="top"> 15 16 <div class="textblock"> 17 <label>{"Translations"|i18n("design/standard/content")}</label><div class="break"/> 18 <select name="LocaleID"> 19 <option value="-1">{"Custom"|i18n("design/standard/content")}</option> 20 {section loop=fetch( "content", "locale_list", hash( 'with_variations', false() ) )} 21 <option value="{$:item.locale_full_code|wash}"> 22 {$:item.intl_language_name|wash}{section show=$:item.country_variation} [{$:item.language_comment|wash}]{/section} 23 </option> 24 {/section} 25 </select> 26 </div> 27 28 </td> 29 30 <td> 31 32 <div class="textblock"> 33 <label>{"Name of translation"|i18n("design/standard/content")}</label><div class="break"/> 34 <input type="edit" name="TranslationName" value="" size="20" /><br/> 35 </div> 36 37 <div class="textblock"> 38 <label>{"Locale"|i18n("design/standard/content")}</label><div class="break"/> 39 <input type="text" name="TranslationLocale" value="" size="8" /><br/> 40 </div> 41 42 </td> 43 </tr> 44 </table> 45 46 <div class="buttonblock"> 47 {section show=$is_edit} 48 <input class="defaultbutton" type="submit" name="ChangeButton" value={"Change"|i18n("design/standard/content")} /> 49 {section-else} 50 <input class="defaultbutton" type="submit" name="StoreButton" value={"Create"|i18n("design/standard/content")} /> 51 {/section} 52 <input class="button" type="submit" name="CancelButton" value={"Cancel"|i18n("design/standard/content")} /> 53 </div> 54 55 </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 |