aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/facepark/conversation.tpl
diff options
context:
space:
mode:
authortony baldwin <tonybaldwin@gmx.com>2012-03-21 01:33:48 -0400
committertony baldwin <tonybaldwin@gmx.com>2012-03-21 01:33:48 -0400
commitcf17606d0f6200296b1e6d67f9ae3fb797e0df69 (patch)
tree32ba6a9c3e1013803a23c493c6b369ff4a6e064e /view/theme/facepark/conversation.tpl
parent1ae740535d8a5b455395d51c01adef74e9dbb1ae (diff)
downloadvolse-hubzilla-cf17606d0f6200296b1e6d67f9ae3fb797e0df69.tar.gz
volse-hubzilla-cf17606d0f6200296b1e6d67f9ae3fb797e0df69.tar.bz2
volse-hubzilla-cf17606d0f6200296b1e6d67f9ae3fb797e0df69.zip
added Vijay's theme from facepark.in
Diffstat (limited to 'view/theme/facepark/conversation.tpl')
-rwxr-xr-xview/theme/facepark/conversation.tpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/view/theme/facepark/conversation.tpl b/view/theme/facepark/conversation.tpl
new file mode 100755
index 000000000..43bb1dd47
--- /dev/null
+++ b/view/theme/facepark/conversation.tpl
@@ -0,0 +1,25 @@
+{{ for $threads as $thread }}
+<div id="tread-wrapper-$thread.id" class="tread-wrapper">
+ {{ for $thread.items as $item }}
+ {{if $item.comment_firstcollapsed}}
+ <div class="hide-comments-outer">
+ <span id="hide-comments-total-$thread.id" class="hide-comments-total">$thread.num_comments</span> <span id="hide-comments-$thread.id" class="hide-comments fakelink" onclick="showHideComments($thread.id);">$thread.hide_text</span>
+ </div>
+ <div id="collapsed-comments-$thread.id" class="collapsed-comments" style="display: none;">
+ {{endif}}
+ {{if $item.comment_lastcollapsed}}</div>{{endif}}
+
+ {{ inc $item.template }}{{ endinc }}
+
+
+ {{ endfor }}
+</div>
+{{ endfor }}
+
+{{ if $dropping }}
+<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
+ <div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
+ <div id="item-delete-selected-desc" >$dropping</div>
+</div>
+<div id="item-delete-selected-end"></div>
+{{ endif }}