2010-07-06 00:39:55 -04:00
|
|
|
|
|
|
|
<div class="comment-edit" id="comment-edit-$id" onclick="openClose('comment-edit-wrapper-$id');" >Comments</div>
|
2010-07-12 03:49:06 -04:00
|
|
|
<div class="comment-edit-wrapper" id="comment-edit-wrapper-$id" style="display: block;">
|
2010-07-06 00:39:55 -04:00
|
|
|
<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" />
|
2010-07-12 02:10:52 -04:00
|
|
|
<input type="hidden" name="parent" value="$parent" />
|
2010-07-12 03:49:06 -04:00
|
|
|
<textarea rows="2" cols="24" id="comment-edit-text-$id" name="body" onFocus="this.rows=5; this.cols=40; openMenu('comment-edit-submit-$id');" onBlur="this.rows=2; this.cols=24; closeMenu('comment-edit-submit-$id'); this.value='';"></textarea>
|
2010-07-06 00:39:55 -04:00
|
|
|
|
|
|
|
|
2010-07-12 03:49:06 -04:00
|
|
|
<div class="comment-edit-submit-wrapper" id="comment-edit-submit-$id" style="display: none;" >
|
2010-07-06 00:39:55 -04:00
|
|
|
<input type="submit" id="comment-edit-submit" name="submit" value="Submit" />
|
|
|
|
</div>
|
|
|
|
<div id="comment-edit-end"></div>
|
|
|
|
</form>
|
|
|
|
</div>
|