source: products/qPloneComments/trunk/skins/qplonecomments/reply_notify_template.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1<div i18n:domain="plonecomments"
2     tal:omit-tag=""
3     tal:define="charset here/portal_properties/site_properties/default_charset|string:utf-8;
4                 dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;;charset=%s' % charset);
5                 organization_name options/organization_name;
6                 obj nocall:options/obj"
7>To: <tal:x replace="options/mto"/>
8From: <tal:x replace="options/mfrom"/>
9Subject: <tal:subject define="obj nocall:options/obj"
10                      i18n:translate="replynotify_subject">Someone replied to your comment on '<tal:x replace="obj/Title" i18n:name="title"/>'</tal:subject>
11
12<tal:x replace="options/name"/>,
13<tal:notify define="obj nocall:options/obj"
14       i18n:translate="replynotify_link">
15       Someone replied to your comment '<tal:x replace="obj/absolute_url" i18n:name="url"/>' on '<tal:x replace="here/absolute_url" i18n:name="here_url"/>'. To read the response, go to '<tal:x replace="obj/absolute_url" i18n:name="url"/>'.
16</tal:notify>
17
18--
19<tal:signature i18n:translate="signature"> 
20    <tal:organization_name condition="organization_name"
21                           replace="string:$organization_name"
22                           i18n:name="organization_name"/>
23    Support Team
24</tal:signature>
25
26</div>
Note: See TracBrowser for help on using the repository browser.