[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form action={$module.functions.translations.uri|ezurl} method="post" > 3 4 <h1>{"Content translations"|i18n("design/standard/content")}</h1> 5 6 <p>{"Below you'll find a list of active translations which content objects may be translated into."|i18n("design/standard/content")}</p> 7 8 <table width="100%" cellspacing="0" cellpadding="2"> 9 <tr> 10 <th align="left">{"Language"|i18n("design/standard/content")}</th> 11 <th align="left">{"Country"|i18n("design/standard/content")}</th> 12 <th align="left">{"Locale"|i18n("design/standard/content")}</th> 13 {* <th align="left">{"Edit"|i18n("design/standard/content")}</th>*} 14 <th width="1%" align="right">{"Remove"|i18n("design/standard/content")}</th> 15 </tr> 16 17 {section name=Translation loop=$available_translations sequence=array(bglight,bgdark)} 18 <tr> 19 <td class="{$Translation:sequence}">{section show=$:item.name}{$:item.name|wash}{section-else}{$:item.locale_object.intl_language_name|wash}{/section}</td> 20 <td class="{$Translation:sequence}">{$:item.locale_object.country_name|wash}</td> 21 <td class="{$Translation:sequence}">{$:item.locale_object.locale_code|wash}</td> 22 {* <td class="{$Translation:sequence}" align="right" > 23 <input class="button" type="image" src={"edit.gif"|ezimage} name="EditButton_{$:item.id}" value="{'Edit'|i18n('design/standard/content')}" /> 24 </td> *} 25 <td class="{$Translation:sequence}" align="right" > 26 <input type="checkbox" name="DeleteIDArray[]" value="{$Translation:item.id}" /> 27 </td> 28 </tr> 29 {/section} 30 <tr> 31 <td colspan="3"><input class="defaultbutton" type="submit" name="NewButton" value="{'New'|i18n('design/standard/content')}" /></td> 32 <td align="right"> 33 <input type="image" name="RemoveButton" value="{'Remove'|i18n('design/standard/content')}" src={"trash.png"|ezimage} /> 34 </td> 35 </tr> 36 37 </table> 38 39 </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 |