aboutsummaryrefslogblamecommitdiffstats
path: root/view/comment_item.tpl
blob: d6dcd8e4a0df3dd04a2f7987ea07ce000417a7b6 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
 
                                                                                        


                                                                                                
                                                                     

                                                                                                                                                                                      

 

                                                                                                                                     
                      
 


                                                 
<div class="comment-edit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
	<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="$parent" />

		<textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >Comment</textarea>


		<div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-$id" style="display: none;" >
			<input type="submit" id="comment-edit-submit-$id" class="comment-edit-submit" name="submit" value="Submit" />
		</div>

		<div id="comment-edit-end"></div>
	</form>
</div>