From 64400e8d59cab64cfa57b969df88a4cafe76f168 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sat, 3 Mar 2012 19:19:35 -0500 Subject: first commit for dispy New Edition Signed-off-by: Simon L'nu --- view/theme/dispy/conversation.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 view/theme/dispy/conversation.tpl (limited to 'view/theme/dispy/conversation.tpl') diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl new file mode 100644 index 000000000..0b14f1c80 --- /dev/null +++ b/view/theme/dispy/conversation.tpl @@ -0,0 +1,21 @@ +{{ for $threads as $thread }} +
+ {{ for $thread.items as $item }} + {{if $item.comment_firstcollapsed}} +
+ $thread.num_comments $thread.hide_text +
+ {{endif}} + + {{ inc $item.template }}{{ endinc }} + + + {{ endfor }} +
+{{ endfor }} + +{{ if $dropping }} +$dropping +{{ endif }} -- cgit v1.2.3 From 9d461846e28f90b120292a900af1328e275496ce Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 5 Mar 2012 15:55:17 -0500 Subject: multiple fixes; the jot-header works as standalone, not sure what's up. Signed-off-by: Simon L'nu --- view/theme/dispy/conversation.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/dispy/conversation.tpl') diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 0b14f1c80..41b6aeadf 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/conversation.tpl @@ -17,5 +17,7 @@ {{ endfor }} {{ if $dropping }} + {{ endif }} -- cgit v1.2.3