source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins/quintagroup_plonecomments/report_abuse_template.pt @ 1641

Last change on this file since 1641 was 1630, checked in by kroman0, 14 years ago

Fixed report_abuse_template

File size: 1.4 KB
Line 
1<div i18n:domain="quintagroup.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                 comment_id nocall:options/comment_id|nothing;
8                 comment_desc nocall:options/comment_desc|nothing;
9                 comment_text nocall:options/comment_text|nothing;
10                 message options/message;">
11
12<tal:x replace="options/name"/>,
13<tal:notify define="obj nocall:options/obj"
14            i18n:translate="notifyabuse_link">
15
16A comment '<tal:x replace="string:${obj/absolute_url}/#${comment_id}" i18n:name="url"/>' has been reported as abusive.
17
18
19The comment:
20------------
21<tal:message replace="comment_desc" i18n:name="comment_desc"/>
22
23<tal:message replace="comment_text" i18n:name="comment_text"/>
24
25
26The abuse report:
27-----------------
28<tal:message replace="message" i18n:name="report"/>
29
30</tal:notify>
31--
32<tal:signature i18n:translate="signature"> 
33    <tal:organization_name condition="organization_name"
34                           replace="string:$organization_name"
35                           i18n:name="organization_name"/>
36    Support Team
37</tal:signature>
38</div>
Note: See TracBrowser for help on using the repository browser.