[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {default attribute_parameters=array() 3 border_size=0 4 image_variation="false" 5 align="center"} 6 {section show=$object.class_name|eq( 'Image' )} 7 {section show=is_set($attribute_parameters.size)} 8 {set image_variation=$object.data_map.image.content[$attribute_parameters.size]} 9 {section-else} 10 {set image_variation=$object.data_map.image.content[ezini( 'ImageSettings', 'DefaultEmbedAlias', 'content.ini' )]} 11 {/section} 12 {section show=is_set($attribute_parameters.align)} 13 {set align=$attribute_parameters.align} 14 {section-else} 15 {set align="center"} 16 {/section} 17 {pdf(image,hash(src,$image_variation.full_path, 18 width,$image_variation.width, 19 height,$image_variation.height, 20 border,$border_size, 21 align,$align))} 22 {section-else} 23 {pdf(link, hash( url, concat('content/view/full/',$object.main_node_id)|ezurl(no), 24 text, $object.name|wash(pdf) ) ) } 25 {/section} 26 {/default}
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 |