source: products/qPloneComments/branches/jcbrand-abuseFeature/skins/qplonecomments/report_abuse_template.pt @ 1591

Last change on this file since 1591 was 928, checked in by koval, 17 years ago

folder name changed from trunk to multipleslots

File size: 1.4 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                 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="notifyreject_link">
15
16A comment '<tal:x replace="string:${obj/absolute_url}/#${comment_id}" i18n:name="url"/>' has been reported as abusive.
17
18
19<tal:render_if condition="python:comment_desc and comment_text">
20The comment:
21------------
22<tal:message replace="comment_desc"/>
23
24<tal:message replace="comment_text"/>
25
26
27</tal:render_if>
28
29The abuse report:
30-----------------
31<tal:message replace="message"/>
32
33
34</tal:notify>
35--
36<tal:signature i18n:translate="signature"> 
37    <tal:organization_name condition="organization_name"
38                           replace="string:$organization_name"
39                           i18n:name="organization_name"/>
40    Support Team
41</tal:signature>
42</div>
Note: See TracBrowser for help on using the repository browser.