[ 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>{'Type'|i18n( 'design/standard/class/datatype' )}:</label> 4 {section show=$class_attribute.data_int1} 5 <p>{'Multiple choice'|i18n( 'design/standard/class/datatype' )}</p> 6 {section-else} 7 <p>{'Single choice'|i18n( 'design/standard/class/datatype' )}</p> 8 {/section} 9 </div> 10 11 <div class="block"> 12 <label>{'Options'|i18n( 'design/standard/class/datatype' )}:</label> 13 {section show=$class_attribute.content.options} 14 <table class="list" cellspacing="0"> 15 {section var=Options loop=$class_attribute.content.options sequence=array( bglight, bgdark )} 16 <tr class="{$Options.sequence}"><td>{$Options.item.name|wash( xhtml )}</td></tr> 17 {/section} 18 </table> 19 {section-else} 20 <p>{'There are no options.'|i18n( 'design/standard/class/datatype' )}</p> 21 {/section} 22 </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 |