[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/content/datatype/pdf/ -> ezprice.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {section show=$attribute.content.has_discount}
   3    {pdf(text, "Price"|i18n("design/standard/content/datatype")|wash(pdf))}:
   4    {pdf(strike, $attribute.content.inc_vat_price|l10n(currency)|wash(pdf))}
   5    {pdf(text, concat("Your price"|i18n("design/standard/content/datatype"), " ", $attribute.content.discount_price_inc_vat|l10n(currency), "\n")|wash(pdf))}:
   6    {pdf(text, concat("You save"|i18n("design/standard/content/datatype"), " ", 
   7                      sub($attribute.content.inc_vat_price,$attribute.content.discount_price_inc_vat)|l10n(currency), 
   8                " ( ", $attribute.content.discount_percent, " % )" )|wash(pdf))}:
   9  {section-else}
  10    {pdf(text, concat("Price"|i18n("design/standard/content/datatype"), " ", $attribute.content.inc_vat_price|l10n(currency), "\n" )|wash(pdf))}
  11  {/section}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7