2016-03-11 00:48:53 +00:00
|
|
|
<div id="comments-box" class="layout-ct vbox">
|
2020-06-05 13:10:48 +00:00
|
|
|
<div class="layout-item messages-ct"></div>
|
2016-03-11 00:48:53 +00:00
|
|
|
<div class="layout-item add-link-ct">
|
2021-06-04 18:43:40 +00:00
|
|
|
<label id="add-comment-doc" class="btn new" data-hint="1" data-hint-direction="bottom" data-hint-offset="medium"><%=textAddCommentToDoc%></label>
|
2016-03-11 00:48:53 +00:00
|
|
|
</div>
|
|
|
|
<div style="display: none;" class="layout-item new-comment-ct">
|
|
|
|
<div class="inner-ct">
|
2021-06-04 18:43:40 +00:00
|
|
|
<textarea id="comment-msg-new" class="user-select textarea-control" placeholder="<%=textEnterCommentHint%>" maxlength="<%=maxCommLength%>" data-hint="1" data-hint-direction="left-top"></textarea>
|
2016-03-11 00:48:53 +00:00
|
|
|
</div>
|
2021-06-04 18:43:40 +00:00
|
|
|
<button class="btn add normal dlg-btn primary" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%=textAddComment%></button>
|
|
|
|
<button class="btn cancel normal dlg-btn" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%=textCancel%></button>
|
2016-03-11 00:48:53 +00:00
|
|
|
</div>
|
2021-07-06 19:58:36 +00:00
|
|
|
<div id="comments-header" class="">
|
|
|
|
<label><%=textComments%></label>
|
2021-07-06 22:51:19 +00:00
|
|
|
<div id="comments-btn-close" style="float:right;margin-left: 4px;"></div>
|
2021-07-06 19:58:36 +00:00
|
|
|
<div id="comments-btn-sort" style="float:right;"></div>
|
|
|
|
</div>
|
2016-03-11 00:48:53 +00:00
|
|
|
</div>
|