source: products/qPloneComments/tags/1.7.2/skins/qplonecomments/published_comment_template.pt @ 458

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

Building directory structure

File size: 679 bytes
Line 
1<div i18n:domain="plone"
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                 firm options/firm"
6>To: <tal:x replace="options/mto"/>
7From: <tal:x replace="options/mfrom"/>
8Subject: <tal:x condition="firm" replace="string:[$firm] "/>New comment added
9
10<tal:x define="obj nocall:options/obj">
11New comment added to page "<tal:x replace="obj/Title"/>" at:
12<tal:x replace="obj/absolute_url"/>
13</tal:x>
14
15--
16<tal:x condition="firm" replace="string:$firm "/>Support Team.
17
18</div>
Note: See TracBrowser for help on using the repository browser.