X-Git-Url: http://git.veekun.com/zzz-spline-forum.git/blobdiff_plain/00a935f38530f3fb12fc1f0d949b00f4fa663e9b..ada04281f0d79218f32415acf570a627dc68bde7:/splinext/forum/templates/forum/threads.mako diff --git a/splinext/forum/templates/forum/threads.mako b/splinext/forum/templates/forum/threads.mako index a27d4f1..7df962b 100644 --- a/splinext/forum/templates/forum/threads.mako +++ b/splinext/forum/templates/forum/threads.mako @@ -1,4 +1,5 @@ <%inherit file="/base.mako" /> +<%namespace name="forumlib" file="/forum/lib.mako" /> <%def name="title()">${c.forum.name} - Forums @@ -9,11 +10,27 @@ - +

Threads

+${forumlib.hierarchy(c.forum)} + +
+ + + + + + + % for thread in c.threads: - - + + % endfor +
+ + Thread + Posts
${thread.subject}${thread.post_count}${thread.subject}${thread.post_count}
+ +${forumlib.write_thread_form(c.forum)}