source: products/qPloneComments/branches/plone-2.5/skins/qplonecomments/published_comment_template.pt @ 494

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

Building directory structure

File size: 1.1 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>To: <tal:x replace="options/mto"/>
7From: <tal:x replace="options/mfrom"/>
8Subject: <tal:x condition="organization_name" replace="string:[$organization_name] "/><tal:subject i18n:translate="publishedmail_subject">New comment added</tal:subject>
9
10<tal:new_comment define="obj nocall:options/obj" i18n:translate="publishedmail_new_comment_link">
11View new comment added to the following page "<tal:x replace="obj/Title" i18n:name="title"/>":
12<tal:x replace="obj/absolute_url" i18n:name="link"/>
13</tal:new_comment>
14
15--
16<tal:signature i18n:translate="signature"> 
17    <tal:organization_name condition="organization_name"
18                           replace="string:$organization_name"
19                           i18n:name="organization_name"/>
20    Support Team
21</tal:signature>
22
23</div>
Note: See TracBrowser for help on using the repository browser.