Child: [7c7fe1] (diff)

Download this file

discussion.html    21 lines (21 with data), 982 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:py="http://genshi.edgewall.org/">
${widgets.discussion_header.display(value=value)}
<div class="content">
<div class="row">
<div class="column grid_12">
${widgets.subscription_form.display(value=value,
threads=threads,
show_actions=True,
action=value.url() + 'subscribe',
allow_create_thread=allow_create_thread,
show_discussion_email=show_discussion_email,
show_subject=show_subject,
limit=limit,
page=page,
count=count)}
</div>
</div>
</div>
</div>