source: products/qPloneComments/tags/3.0.2/skins/qplonecomments/published_comment_template.pt @ 2111

Last change on this file since 2111 was 81, checked in by chervol, 18 years ago

branch plone2.0.5 fill in

  • Property svn:eol-style set to native
File size: 857 bytes
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
7<tal:new_comment define="obj nocall:options/obj" i18n:translate="publishedmail_new_comment_link">
8View new comment added to the following page "<tal:x replace="obj/Title" i18n:name="title"/>":
9<tal:x replace="obj/absolute_url" i18n:name="link"/>
10</tal:new_comment>
11
12--
13<tal:signature i18n:translate="signature"> 
14    <tal:organization_name condition="organization_name"
15                           replace="string:$organization_name"
16                           i18n:name="organization_name"/>
17    Support Team
18</tal:signature>
19
20</div>
Note: See TracBrowser for help on using the repository browser.