[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="block"> 3 <label>{'Media player type'|i18n( 'design/standard/class/datatype' )}:</label> 4 <select name="ContentClass_ezmedia_type_{$class_attribute.id}"> 5 <option value="flash" {section show=eq( $class_attribute.data_text1, 'flash' )}selected="selected"{/section}>{'Flash'|i18n( 'design/standard/class/datatype' )}</option> 6 <option value="quick_time" {section show=eq( $class_attribute.data_text1, 'quick_time' )}selected="selected"{/section}>{'QuickTime'|i18n( 'design/standard/class/datatype' )}</option> 7 <option value="real_player" {section show=eq( $class_attribute.data_text1, 'real_player' )}selected="selected"{/section}>{'Real player'|i18n( 'design/standard/class/datatype' )}</option> 8 <option value="windows_media_player" {section show=eq( $class_attribute.data_text1, 'windows_media_player' )}selected="selected"{/section}>{'Windows media player'|i18n( 'design/standard/class/datatype' )}</option> 9 </select> 10 </div> 11 12 <div class="block"> 13 <label>{'Max file size'|i18n( 'design/standard/class/datatype' )}:</label> 14 <input type="text" name="ContentClass_ezmedia_max_filesize_{$class_attribute.id}" value="{$class_attribute.data_int1}" size="5" maxlength="5" /> MB 15 </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 |