[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {let use_url_translation=ezini('URLTranslator','Translation')|eq('enabled') 3 is_update=false()} 4 {section loop=$object.versions}{section show=and($:item.status|eq(3),$:item.version|ne($object.current_version))}{set is_update=true()}{/section}{/section} 5 {section show=$is_update} 6 {set-block scope=root variable=subject}{$object.content_class.name|wash} {'"%name" was updated'|i18n('design/standard/notification', '', hash( '%name', $object.name|wash ))} [{ezini("SiteSettings","SiteURL")} - {$object.main_node.parent.name|wash}]{/set-block} 7 {set-block scope=root variable=from}{concat($object.current.creator.name|wash,' <', $sender, '>')}{/set-block} 8 {set-block scope=root variable=message_id}{concat('<node.',$object.main_node_id,'.eznotification','@',ezini("SiteSettings","SiteURL"),'>')}{/set-block} 9 {set-block scope=root variable=reply_to}{concat('<node.',$object.main_node_id,'.eznotification','@',ezini("SiteSettings","SiteURL"),'>')}{/set-block} 10 {set-block scope=root variable=references}{section name=Parent loop=$object.main_node.path_array}{concat('<node.',$:item,'.eznotification','@',ezini("SiteSettings","SiteURL"),'>')}{delimiter}{" "}{/delimiter}{/section}{/set-block} 11 {"This email is to inform you that an updated item has been published at %sitename."|i18n('design/standard/notification','',hash('%sitename',ezini("SiteSettings","SiteURL")))} 12 {"The item can be viewed by using the URL below."|i18n('design/standard/notification')} 13 14 {$object.name|wash} - {$object.current.creator.name|wash} (Owner: {$object.owner.name|wash}) 15 {section-else} 16 {set-block scope=root variable=subject}{$object.content_class.name|wash} {'"%name" was published'|i18n('design/standard/notification', '', hash( '%name', $object.name|wash ))} [{ezini("SiteSettings","SiteURL")} - {$object.main_node.parent.name|wash}]{/set-block} 17 {set-block scope=root variable=from}{concat($object.owner.name,' <', $sender, '>')}{/set-block} 18 {set-block scope=root variable=message_id}{concat('<node.',$object.main_node_id,'.eznotification','@',ezini("SiteSettings","SiteURL"),'>')}{/set-block} 19 {set-block scope=root variable=reply_to}{concat('<node.',$object.main_node.parent_node_id,'.eznotification','@',ezini("SiteSettings","SiteURL"),'>')}{/set-block} 20 {set-block scope=root variable=references}{section name=Parent loop=$object.main_node.parent.path_array}{concat('<node.',$:item,'.eznotification','@',ezini("SiteSettings","SiteURL"),'>')}{delimiter}{" "}{/delimiter}{/section}{/set-block} 21 {"This email is to inform you that a new item has been published at %sitename."|i18n('design/standard/notification','',hash('%sitename',ezini("SiteSettings","SiteURL")))} 22 {"The item can be viewed by using the URL below."|i18n('design/standard/notification')} 23 24 {$object.name|wash} - {$object.owner.name|wash} 25 {/section} 26 27 http://{ezini("SiteSettings","SiteURL")}{cond( $use_url_translation, $object.main_node.url_alias|ezurl(no), 28 true(), concat( "/content/view/full/", $object.main_node_id )|ezurl(no) )} 29 30 31 {"If you do not wish to continue receiving these notifications, 32 change your settings at:"|i18n('design/standard/notification')} 33 http://{ezini("SiteSettings","SiteURL")}{concat("notification/settings/")|ezurl(no)} 34 35 -- 36 {"%sitename notification system" 37 |i18n('design/standard/notification',, 38 hash('%sitename',ezini("SiteSettings","SiteURL")))} 39 {/let}
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 |