[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <label>{$attribute.content.name|wash( xhtml )}:</label> 3 {section show=$attribute.content.option_list} 4 <select name="eZOption[{$attribute.id}]"> 5 {section var=Options loop=$attribute.content.option_list sequence=array( bglight, bgdark )} 6 {section show=ne( $Options.item.additional_price, '' )} 7 <option value="{$Options.item.id}">{$Options.item.value} - {$Options.item.additional_price|l10n( currency )}</option> 8 {section-else} 9 <option value="{$Options.item.id}">{$Options.item.value}</option> 10 {/section} 11 {/section} 12 </select> 13 {section-else} 14 <p>{'There are no options.'|i18n( 'design/standard/content/datatype' )}</p> 15 {/section}
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 |