[ 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>{'Default value'|i18n( 'design/standard/class/datatype' )}:</label> 4 <p> 5 {switch match=$class_attribute.data_int1} 6 {case match=1} 7 {'Current datetime'|i18n( 'design/standard/class/datatype' )} 8 {/case} 9 10 {case match=2} 11 {'Current datetime'|i18n( 'design/standard/class/datatype' )} 12 13 {section show=$class_attribute.content.year} 14 {section show=$class_attribute.content.year|gt(0)}+{/section}{$class_attribute.content.year} {'year(s)'|i18n( 'design/standard/class/datatype' )} 15 {/section} 16 17 {section show=$class_attribute.content.month} 18 {section show=$class_attribute.content.month|gt(0)}+{/section}{$class_attribute.content.month} {'month(s)'|i18n( 'design/standard/class/datatype' )} 19 {/section} 20 21 {section show=$class_attribute.content.day} 22 {section show=$class_attribute.content.day|gt(0)}+{/section}{$class_attribute.content.day} {'day(s)'|i18n( 'design/standard/class/datatype' )} 23 {/section} 24 25 {section show=$class_attribute.content.hour} 26 {section show=$class_attribute.content.hour|gt(0)}+{/section}{$class_attribute.content.hour} {'hour(s)'|i18n( 'design/standard/class/datatype' )} 27 {/section} 28 29 {section show=$class_attribute.content.minute} 30 {section show=$class_attribute.content.minute|gt(0)}+{/section}{$class_attribute.content.minute} {'minute(s)'|i18n( 'design/standard/class/datatype' )} 31 {/section} 32 {/case} 33 34 {case} 35 <i>{'Empty'|i18n( 'design/standard/class/datatype' )}</i> 36 {/case} 37 {/switch} 38 </p> 39 </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 |