[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <form name="languageform" action={$module.functions.translations.uri|ezurl} method="post" > 2 3 {* Translation window *} 4 <div class="context-block"> 5 {* DESIGN: Header START *}<div class="box-header"><div class="box-tc"><div class="box-ml"><div class="box-mr"><div class="box-tl"><div class="box-tr"> 6 <h1 class="context-title">{'%translation [Translation]'|i18n( 'design/admin/content/translationview',, hash( '%translation', $translation.locale_object.intl_language_name ) ) }</h1> 7 8 {* DESIGN: Mainline *}<div class="header-mainline"></div> 9 10 {* DESIGN: Header END *}</div></div></div></div></div></div> 11 12 {* DESIGN: Content START *}<div class="box-ml"><div class="box-mr"><div class="box-content"> 13 14 <div class="context-attributes"> 15 16 {* ID *} 17 <div class="block"> 18 <label>{'ID'|i18n( 'design/admin/content/translationview' )}:</label> 19 {$translation.id} 20 </div> 21 22 {* Locale *} 23 <div class="block"> 24 <label>{'Locale'|i18n( 'design/admin/content/translationview' )}:</label> 25 {$translation.locale} 26 </div> 27 28 </div> 29 30 {* DESIGN: Content END *}</div></div></div> 31 32 <div class="controlbar"> 33 {* DESIGN: Control bar START *}<div class="box-bc"><div class="box-ml"><div class="box-mr"><div class="box-tc"><div class="box-bl"><div class="box-br"> 34 <div class="block"> 35 <input type="hidden" name="DeleteIDArray[]" value="{$translation.id}" /> 36 {section show=ne( false()|locale.locale_code, $translation.locale_object.locale_code )} 37 <input class="button" type="submit" name="RemoveButton" value="{'Remove'|i18n( 'design/admin/content/translationview' )}" /> 38 {section-else} 39 <input class="button-disabled" type="submit" name="RemoveButton" value="{'Remove'|i18n( 'design/admin/content/translationview' )}" disabled="disabled" /> 40 {/section} 41 </div> 42 {* DESIGN: Control bar END *}</div></div></div></div></div></div> 43 </div> 44 45 </div> 46 47 </form> 48 49 50 {* Locale window *} 51 <div class="context-block"> 52 {* DESIGN: Header START *}<div class="box-header"><div class="box-tc"><div class="box-ml"><div class="box-mr"><div class="box-tl"><div class="box-tr"> 53 <h2 class="context-title">{'%locale [Locale]'|i18n( 'design/admin/content/translationview',, hash( '%locale', $translation.locale ) ) }</h2> 54 55 {* DESIGN: Mainline *}<div class="header-subline"></div> 56 57 {* DESIGN: Header END *}</div></div></div></div></div></div> 58 59 {* DESIGN: Content START *}<div class="box-bc"><div class="box-ml"><div class="box-mr"><div class="box-bl"><div class="box-br"><div class="box-content"> 60 61 <div class="context-attributes"> 62 {* Charset *} 63 <div class="block"> 64 <label>{'Charset'|i18n( 'design/admin/content/translationview' )}:</label> 65 {section show=$translation.locale_object.charset} 66 {$translation.locale_object.charset} 67 {section-else} 68 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 69 {/section} 70 </div> 71 72 {* Allowed charsets *} 73 <div class="block"> 74 <label>{'Allowed charsets'|i18n( 'design/admin/content/translationview' )}:</label> 75 {section var=Charsets loop=$translation.locale_object.allowed_charsets} 76 {$Charsets.item}<br /> 77 {/section} 78 </div> 79 80 {* Country name *} 81 <div class="block"> 82 <label>{'Country name'|i18n( 'design/admin/content/translationview' )}:</label> 83 {section show=$translation.locale_object.country_name} 84 {$translation.locale_object.country_name} 85 {section-else} 86 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 87 {/section} 88 </div> 89 90 {* Country comment *} 91 <div class="block"> 92 <label>{'Country comment'|i18n( 'design/admin/content/translationview' )}:</label> 93 {section show=$translation.locale_object.country_comment} 94 {$translation.locale_object.country_comment} 95 {section-else} 96 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 97 {/section} 98 </div> 99 100 {* Country code *} 101 <div class="block"> 102 <label>{'Country code'|i18n( 'design/admin/content/translationview' )}:</label> 103 {section show=$translation.locale_object.country_code} 104 {$translation.locale_object.country_code} 105 {section-else} 106 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 107 {/section} 108 </div> 109 110 {* Country variation *} 111 <div class="block"> 112 <label>{'Country variation'|i18n( 'design/admin/content/translationview' )}:</label> 113 {section show=$translation.locale_object.country_variation} 114 {$translation.locale_object.country_variation} 115 {section-else} 116 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 117 {/section} 118 </div> 119 120 {* Language name *} 121 <div class="block"> 122 <label>{'Language name'|i18n( 'design/admin/content/translationview' )}:</label> 123 {section show=$translation.locale_object.language_name} 124 {$translation.locale_object.language_name} 125 {section-else} 126 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 127 {/section} 128 </div> 129 130 {* International language name *} 131 <div class="block"> 132 <label>{'International language name'|i18n( 'design/admin/content/translationview' )}:</label> 133 {section show=$translation.locale_object.intl_language_name} 134 {$translation.locale_object.intl_language_name} 135 {section-else} 136 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 137 {/section} 138 </div> 139 140 {* Language code *} 141 <div class="block"> 142 <label>{'Language code'|i18n( 'design/admin/content/translationview' )}:</label> 143 {section show=$translation.locale_object.language_code} 144 {$translation.locale_object.language_code} 145 {section-else} 146 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 147 {/section} 148 </div> 149 150 {* Language comment *} 151 <div class="block"> 152 <label>{'Language comment'|i18n( 'design/admin/content/translationview' )}:</label> 153 {section show=$translation.locale_object.language_comment} 154 {$translation.locale_object.language_comment} 155 {section-else} 156 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 157 {/section} 158 </div> 159 160 {* Locale code *} 161 <div class="block"> 162 <label>{'Locale code'|i18n( 'design/admin/content/translationview' )}:</label> 163 {section show=$translation.locale_object.locale_code} 164 {$translation.locale_object.locale_code} 165 {section-else} 166 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 167 {/section} 168 </div> 169 170 {* Full locale code *} 171 <div class="block"> 172 <label>{'Full locale code'|i18n( 'design/admin/content/translationview' )}:</label> 173 {section show=$translation.locale_object.locale_full_code} 174 {$translation.locale_object.locale_full_code} 175 {section-else} 176 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 177 {/section} 178 </div> 179 180 {* HTTP locale code *} 181 <div class="block"> 182 <label>{'HTTP locale code'|i18n( 'design/admin/content/translationview' )}:</label> 183 {section show=$translation.locale_object.http_locale_code} 184 {$translation.locale_object.http_locale_code} 185 {section-else} 186 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 187 {/section} 188 </div> 189 190 {* Decimal symbol *} 191 <div class="block"> 192 <label>{'Decimal symbol'|i18n( 'design/admin/content/translationview' )}:</label> 193 {section show=$translation.locale_object.decimal_symbol} 194 {$translation.locale_object.decimal_symbol} 195 {section-else} 196 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 197 {/section} 198 </div> 199 200 {* Thousands separator *} 201 <div class="block"> 202 <label>{'Thousands separator'|i18n( 'design/admin/content/translationview' )}:</label> 203 {section show=$translation.locale_object.thousands_separator} 204 {$translation.locale_object.thousands_separator} 205 {section-else} 206 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 207 {/section} 208 </div> 209 210 {* Decimal count *} 211 <div class="block"> 212 <label>{'Decimal count'|i18n( 'design/admin/content/translationview' )}:</label> 213 {section show=$translation.locale_object.decimal_count} 214 {$translation.locale_object.decimal_count} 215 {section-else} 216 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 217 {/section} 218 </div> 219 220 {* Negative symbol *} 221 <div class="block"> 222 <label>{'Negative symbol'|i18n( 'design/admin/content/translationview' )}:</label> 223 {section show=$translation.locale_object.negative_symbol} 224 {$translation.locale_object.negative_symbol} 225 {section-else} 226 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 227 {/section} 228 </div> 229 230 {* Positive symbol *} 231 <div class="block"> 232 <label>{'Positive symbol'|i18n( 'design/admin/content/translationview' )}:</label> 233 {section show=$translation.locale_object.positive_symbol} 234 {$translation.locale_object.positive_symbol} 235 {section-else} 236 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 237 {/section} 238 </div> 239 240 {* Currency decimal symbol *} 241 <div class="block"> 242 <label>{'Currency decimal symbol'|i18n( 'design/admin/content/translationview' )}:</label> 243 {section show=$translation.locale_object.currency_decimal_symbol} 244 {$translation.locale_object.currency_decimal_symbol} 245 {section-else} 246 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 247 {/section} 248 </div> 249 250 {* Currency thousands separator *} 251 <div class="block"> 252 <label>{'Currency thousands separator'|i18n( 'design/admin/content/translationview' )}:</label> 253 {section show=$translation.locale_object.currency_thousands_separator} 254 {$translation.locale_object.currency_thousands_separator} 255 {section-else} 256 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 257 {/section} 258 </div> 259 260 {* Currency decimal count *} 261 <div class="block"> 262 <label>{'Currency decimal count'|i18n( 'design/admin/content/translationview' )}:</label> 263 {section show=$translation.locale_object.currency_decimal_count} 264 {$translation.locale_object.currency_decimal_count} 265 {section-else} 266 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 267 {/section} 268 </div> 269 270 {* Currency negative symbol *} 271 <div class="block"> 272 <label>{'Currency negative symbol'|i18n( 'design/admin/content/translationview' )}:</label> 273 {section show=$translation.locale_object.currency_negative_symbol} 274 {$translation.locale_object.currency_negative_symbol} 275 {section-else} 276 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 277 {/section} 278 </div> 279 280 {* Currency positive symbol *} 281 <div class="block"> 282 <label>{'Currency positive symbol'|i18n( 'design/admin/content/translationview' )}:</label> 283 {section show=$translation.locale_object.currency_positive_symbol} 284 {$translation.locale_object.currency_positive_symbol} 285 {section-else} 286 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 287 {/section} 288 </div> 289 290 {* Currency symbol *} 291 <div class="block"> 292 <label>{'Currency symbol'|i18n( 'design/admin/content/translationview' )}:</label> 293 {section show=$translation.locale_object.currency_symbol} 294 {$translation.locale_object.currency_symbol} 295 {section-else} 296 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 297 {/section} 298 </div> 299 300 {* Currency name *} 301 <div class="block"> 302 <label>{'Currency name'|i18n( 'design/admin/content/translationview' )}:</label> 303 {section show=$translation.locale_object.currency_name} 304 {$translation.locale_object.currency_name} 305 {section-else} 306 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 307 {/section} 308 </div> 309 310 {* Currency short name *} 311 <div class="block"> 312 <label>{'Currency short name'|i18n( 'design/admin/content/translationview' )}:</label> 313 {section show=$translation.locale_object.currency_short_name} 314 {$translation.locale_object.currency_short_name} 315 {section-else} 316 <i>{'Not set'|i18n( 'design/admin/content/translationview' )}</i> 317 {/section} 318 </div> 319 320 {* First day of week *} 321 <div class="block"> 322 <label>{'First day of week'|i18n( 'design/admin/content/translationview' )}:</label> 323 {section show=$translation.locale_object.is_monday_first} 324 {'Monday'|i18n( 'design/admin/content/translationview' )} 325 {section-else} 326 {'Sunday'|i18n( 'design/admin/content/translationview' )} 327 {/section} 328 </div> 329 330 {* Weekday names *} 331 <div class="block"> 332 <label>{'Weekday names'|i18n( 'design/admin/content/translationview' )}:</label> 333 {section var=Weekdays loop=$translation.locale_object.weekday_name_list} 334 {$Weekdays.item}<br /> 335 {/section} 336 </div> 337 338 {* Month names *} 339 <div class="block"> 340 <label>{'Month names'|i18n( 'design/admin/content/translationview' )}:</label> 341 {section var=Months loop=$translation.locale_object.month_name_list} 342 {$Months.item}<br /> 343 {/section} 344 </div> 345 346 </div> 347 348 {* DESIGN: Control bar END *}</div></div></div></div></div></div> 349 350 </div>
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 |