[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 {* Style. *} 4 <div class="block"> 5 <label>{'Style'|i18n( 'design/standard/class/datatype' )}:</label> 6 <p> 7 {section show=$class_attribute.data_int1} 8 {'Multiple choice'|i18n( 'design/standard/class/datatype' )} 9 {section-else} 10 {'Single choice'|i18n( 'design/standard/class/datatype' )} 11 {/section} 12 </p> 13 </div> 14 15 {* Interface. *} 16 <div class="block"> 17 <label>{'Interface'|i18n( 'design/standard/class/datatype' )}:</label> 18 <p> 19 {section show=$class_attribute.data_int2} 20 {'Dropdown menu / multiselect'|i18n( 'design/standard/class/datatype' )} 21 {section-else} 22 {'Radiobuttons / checkboxes'|i18n( 'design/standard/class/datatype' )} 23 {/section} 24 </p> 25 </div> 26 27 {* Elements. *} 28 <div class="block"> 29 <label>{'Elements'|i18n( 'design/standard/class/datatype' )}:</label> 30 {section show=$class_attribute.content.enum_list} 31 <table class="list" cellspacing="0"> 32 <tr> 33 <th>{'Element'|i18n( 'design/standard/class/datatype' )}</th> 34 <th>{'Value'|i18n( 'design/standard/class/datatype' )}</th> 35 </tr> 36 {section var=Elements loop=$class_attribute.content.enum_list sequence=array( bglight, bgdark )} 37 <tr class="{$Elements.sequence}"> 38 <td>{$Elements.item.enumelement|wash}</td> 39 <td>{$Elements.item.enumvalue|wash}</td> 40 </tr> 41 {/section} 42 </table> 43 {section-else} 44 <p>{'There are no elements in the list.'|i18n( 'design/standard/class/datatype' )}</p> 45 {/section} 46 </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 |