aboutsummaryrefslogtreecommitdiffstats
path: root/view/comment_item.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-05 21:39:55 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-05 21:39:55 -0700
commit6817c5d59ad578370a2b60dbdcdba16e43dbac65 (patch)
tree3c24b1b920273fcd57455c6ab73a16650772be01 /view/comment_item.tpl
parent3713a9291cfb5d9fad160abd8f4a167693171998 (diff)
downloadvolse-hubzilla-6817c5d59ad578370a2b60dbdcdba16e43dbac65.tar.gz
volse-hubzilla-6817c5d59ad578370a2b60dbdcdba16e43dbac65.tar.bz2
volse-hubzilla-6817c5d59ad578370a2b60dbdcdba16e43dbac65.zip
lots of work, 2way friends, comments...
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r--view/comment_item.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl
new file mode 100644
index 000000000..ed788ad08
--- /dev/null
+++ b/view/comment_item.tpl
@@ -0,0 +1,16 @@
+
+<div class="comment-edit" id="comment-edit-$id" onclick="openClose('comment-edit-wrapper-$id');" >Comments</div>
+<div class="comment-edit-wrapper" id="comment-edit-wrapper-$id" style="display: none;">
+ <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" >
+ <input type="hidden" name="type" value="jot" />
+ <input type="hidden" name="profile_uid" value="$profile_uid" />
+ <input type="hidden" name="parent" value="$id" />
+ <textarea rows="3" cols="40" id="comment-edit-text-$id" name="body" ></textarea>
+
+
+ <div id="comment-edit-submit-wrapper" >
+ <input type="submit" id="comment-edit-submit" name="submit" value="Submit" />
+ </div>
+ <div id="comment-edit-end"></div>
+ </form>
+</div>