aboutsummaryrefslogtreecommitdiffstats
path: root/view/comment_item.tpl
blob: ed788ad0850fd7cc2d4ace2098b2d515f3271602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>