2016-03-28 16:29:05 +02:00
|
|
|
|
|
|
|
{{if $threaded}}
|
|
|
|
<div class="comment-wwedit-wrapper threaded" id="comment-edit-wrapper-{{$id}}" style="display: block;">
|
|
|
|
{{else}}
|
|
|
|
<div class="comment-wwedit-wrapper" id="comment-edit-wrapper-{{$id}}" style="display: block;">
|
|
|
|
{{/if}}
|
|
|
|
<form class="comment-edit-form" style="display: block;" id="comment-edit-form-{{$id}}" action="item" method="post" onsubmit="post_comment({{$id}}); return false;">
|
|
|
|
<input type="hidden" name="type" value="{{$type}}" />
|
|
|
|
<input type="hidden" name="profile_uid" value="{{$profile_uid}}" />
|
|
|
|
<input type="hidden" name="parent" value="{{$parent}}" />
|
|
|
|
{{*<!--<input type="hidden" name="return" value="{{$return_path}}" />-->*}}
|
|
|
|
<input type="hidden" name="jsreload" value="{{$jsreload}}" />
|
|
|
|
<input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" />
|
|
|
|
<input type="hidden" name="post_id_random" value="{{$rand_num}}" />
|
|
|
|
|
|
|
|
<div class="bb form-group">
|
2017-01-07 16:13:55 +01:00
|
|
|
<textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty form-control text-autosize" name="body" placeholder="{{$comment}}" onFocus="commentOpenUI(this,{{$id}});" onBlur="commentCloseUI(this,{{$id}});"></textarea>
|
2016-03-28 16:29:05 +02:00
|
|
|
</div>
|
|
|
|
{{if $qcomment}}
|
2017-01-07 15:49:13 +01:00
|
|
|
<select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});">
|
2016-03-28 16:29:05 +02:00
|
|
|
<option value=""></option>
|
|
|
|
{{foreach $qcomment as $qc}}
|
|
|
|
<option value="{{$qc}}">{{$qc}}</option>
|
|
|
|
{{/foreach}}
|
|
|
|
</select>
|
|
|
|
{{/if}}
|
|
|
|
|
2016-11-16 14:19:09 +01:00
|
|
|
<div class="comment-edit-text-end clear"></div>
|
2016-03-28 16:29:05 +02:00
|
|
|
<div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-{{$id}}" style="display: none;">
|
2017-03-15 12:07:06 +01:00
|
|
|
<button type="submit" class="btn btn-primary btn-sm" id="comment-edit-submit-{{$id}}" name="submit"><i class="fa fa-envelope"></i> {{$submit}}</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
{{if $preview}}
|
2017-03-15 12:07:06 +01:00
|
|
|
<button type="button" class="btn btn-defaul btn-sm" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}"><i class="fa fa-eye"></i> {{$preview}}</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
{{/if}}
|
2016-05-07 04:41:57 +02:00
|
|
|
<ul class="comment-edit-bb-{{$id}} comment-icon-list nav nav-pills pull-right">
|
2016-03-28 16:29:05 +02:00
|
|
|
<li>
|
2017-03-24 03:45:40 +01:00
|
|
|
<button type="button" class="btn-link icon" style="cursor: pointer;" title="{{$edimg}}" data-role="insert-formatting" data-bbcode="img" data-id="{{$id}}">
|
2016-03-28 16:29:05 +02:00
|
|
|
<i class="fa fa-picture-o"></i>
|
2017-03-15 04:47:02 +01:00
|
|
|
</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2017-03-24 03:45:40 +01:00
|
|
|
<button type="button" class="btn-link icon bb-url" style="cursor: pointer;" title="{{$edurl}}" onclick="insertFormatting('url',{{$id}});">
|
2016-03-28 16:29:05 +02:00
|
|
|
<i class="fa fa-link"></i>
|
2017-03-15 04:47:02 +01:00
|
|
|
</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2017-03-24 03:45:40 +01:00
|
|
|
<button type="button" class="btn-link icon bb-video" style="cursor: pointer;" title="{{$edvideo}}" onclick="insertFormatting('video',{{$id}});">
|
2016-03-28 16:29:05 +02:00
|
|
|
<i class="fa fa-video-camera"></i>
|
2017-03-15 04:47:02 +01:00
|
|
|
</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
2017-03-24 03:45:40 +01:00
|
|
|
<button type="button" class="btn-link icon underline" style="cursor: pointer;" title="{{$eduline}}" onclick="insertFormatting('u',{{$id}});">
|
2016-03-28 16:29:05 +02:00
|
|
|
<i class="fa fa-underline"></i>
|
2017-03-15 04:47:02 +01:00
|
|
|
</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2017-03-24 03:45:40 +01:00
|
|
|
<button type="button" class="btn-link icon italic" style="cursor: pointer;" title="{{$editalic}}" onclick="insertFormatting('i',{{$id}});">
|
2016-03-28 16:29:05 +02:00
|
|
|
<i class="fa fa-italic"></i>
|
2017-03-15 04:47:02 +01:00
|
|
|
</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2017-03-24 03:45:40 +01:00
|
|
|
<button type="button" class="btn-link icon bold" style="cursor: pointer;" title="{{$edbold}}" onclick="insertFormatting('b',{{$id}});">
|
2016-03-28 16:29:05 +02:00
|
|
|
<i class="fa fa-bold"></i>
|
2017-03-15 04:47:02 +01:00
|
|
|
</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2017-03-24 03:45:40 +01:00
|
|
|
<button type="button" class="btn-link icon quote" style="cursor: pointer;" title="{{$edquote}}" onclick="insertFormatting('quote',{{$id}});">
|
2016-03-28 16:29:05 +02:00
|
|
|
<i class="fa fa-quote-left"></i>
|
2017-03-15 04:47:02 +01:00
|
|
|
</button>
|
2016-03-28 16:29:05 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
2016-11-16 14:19:09 +01:00
|
|
|
<div class="comment-edit-end clear"></div>
|
2016-03-28 16:29:05 +02:00
|
|
|
</form>
|
2017-03-15 04:47:02 +01:00
|
|
|
<div id="comment-edit-preview-{{$id}}" class="comment-edit-preview" style="display:none;"></div>
|
2016-03-28 16:29:05 +02:00
|
|
|
</div>
|