[ 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 <div class="element"> 4 <label>{'Pretext'|i18n( 'design/standard/class/datatype' )}:</label> 5 <p> 6 {section show=$class_attribute.data_text1} 7 {$class_attribute.data_text1|wash} 8 {section-else} 9 <i>{'Empty'|i18n( 'design/standard/class/datatype' )}</i> 10 {/section} 11 </p> 12 </div> 13 14 <div class="element"> 15 <label>{'Posttext'|i18n( 'design/standard/class/datatype' )}:</label> 16 <p>{section show=$class_attribute.data_text2} 17 {$class_attribute.data_text2|wash} 18 {section-else} 19 <i>{'Empty'|i18n( 'design/standard/class/datatype' )}</i> 20 {/section} 21 </p> 22 </div> 23 24 25 <div class="element"> 26 <label>{'Digits'|i18n( 'design/standard/class/datatype' )}:</label> 27 <p>{$class_attribute.data_int2}</p> 28 </div> 29 30 <div class="element"> 31 <label>{'Start value'|i18n( 'design/standard/class/datatype' )}:</label> 32 <p>{$class_attribute.data_int1}</p> 33 </div> 34 35 <div class="break"></div> 36 </div> 37 38 <div class="block"> 39 <label>{'Current value'|i18n( 'design/standard/class/datatype' )}:</label> 40 {section show=$class_attribute.data_int2|sub( $class_attribute.data_int3|count )} 41 <p>{$class_attribute.data_text1|wash}{$class_attribute.data_int3|indent( $class_attribute.data_int2|sub( $class_attribute.data_int3|count ), 'custom', '0' )}{$class_attribute.data_text2|wash}</p> 42 {section-else} 43 <p>{$class_attribute.data_text1|wash}{$class_attribute.data_int3}{$class_attribute.data_text2|wash}</p> 44 {/section} 45 </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 |