Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / discussionitem_view.pt
1 <html metal:use-macro="here/main_template/macros/master">
2 <head>
3 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
4 <metal:slot fill-slot="base"
5 ><tal:span tal:replace="structure here/getBaseTag"
6 /></metal:slot>
7 </head>
8 <body>
9
10 <metal:slot metal:fill-slot="header">
11
12 <h1 id="DesktopTitle"
13 tal:content="here/Title">Document Title</h1>
14
15 <div id="DesktopDescription" tal:content="here/Description">
16 Document Description goes here.
17 </div>
18
19 </metal:slot>
20
21 <div metal:fill-slot="main" i18n:domain="plinn" tal:omit-tag="">
22
23 <div id="DiscussionAbove" tal:define="parents context/parentsInThread">
24 <span i18n:translate="" tal:omit-tag="">Above in thread:</span>
25 <span tal:repeat="p parents" tal:omit-tag=""><a tal:attributes="href p/absolute_url" tal:content="p/title_or_id">parent</a><span><img tal:attributes="src string:${portal_url}/fleche_bc.gif" tal:condition="not:repeat/p/end" width="11" height="14" /></span></span>
26 </div>
27
28 <div tal:replace="structure here/CookedBody">Body</div>
29 <div class="Discussion">
30 <div metal:use-macro="here/viewThreadsAtBottom/macros/threadsDisplay" />
31 </div>
32 </div>
33
34 </body>
35 </html>