2016-05-07 02:41:57 +00:00
|
|
|
|
|
|
|
<div id="prvmail-wrapper">
|
2021-05-19 21:47:15 +00:00
|
|
|
<form id="prvmail-form" action="message" method="post">
|
2017-03-15 03:47:02 +00:00
|
|
|
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$parent nofilter}}
|
2016-05-07 02:41:57 +00:00
|
|
|
|
|
|
|
{{* The To: form-group which contains the message recipient *}}
|
|
|
|
<div id="prvmail-to-label" class="form-group">
|
2020-09-03 14:01:58 +00:00
|
|
|
<label for="recipient">{{$to}}</label><br>
|
2018-12-15 01:42:24 +00:00
|
|
|
{{$select nofilter}}
|
2016-05-07 02:41:57 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{* The subject input field *}}
|
|
|
|
<div id="prvmail-subject-label" class="form-group">
|
|
|
|
<label for="prvmail-subject">{{$subject}}</label>
|
|
|
|
<input type="text" id="prvmail-subject" class="form-control" name="subject" value="{{$subjtxt}}" {{$readonly}} tabindex="11" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{* The message input field which contains the message text *}}
|
|
|
|
<div id="prvmail-message-label" class="form-group">
|
2017-10-20 13:21:42 +00:00
|
|
|
<label for="comment-edit-text-input">{{$yourmessage}}</label>
|
2021-05-20 12:37:45 +00:00
|
|
|
<textarea rows="8" cols="72" class="prvmail-text form-control text-autosize" id="comment-edit-text-input" name="body" tabindex="12" dir="auto">{{$text}}</textarea>
|
2016-05-07 02:41:57 +00:00
|
|
|
</div>
|
|
|
|
|
2016-05-12 00:49:55 +00:00
|
|
|
<ul id="prvmail-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">
|
2016-05-07 02:41:57 +00:00
|
|
|
<li>
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="button" class="btn-link icon bb-img" style="cursor: pointer;" title="{{$edimg}}" data-role="insert-formatting" data-comment=" " data-bbcode="imgprv" data-id="input">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-picture-o" aria-hidden="true"></i>
|
2017-03-15 03:47:02 +00:00
|
|
|
</button>
|
2016-05-07 02:41:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="button" class="btn-link icon bb-url" style="cursor: pointer;" title="{{$edurl}}" data-role="insert-formatting" data-comment=" " data-bbcode="url" data-id="input">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-link" aria-hidden="true"></i>
|
2017-03-15 03:47:02 +00:00
|
|
|
</button>
|
2016-05-07 02:41:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="button" class="btn-link icon bb-video" style="cursor: pointer;" title="{{$edvideo}}" data-role="insert-formatting" data-comment=" " data-bbcode="video" data-id="input">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-video-camera" aria-hidden="true"></i>
|
2017-03-15 03:47:02 +00:00
|
|
|
</button>
|
2016-05-07 02:41:57 +00:00
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="button" class="btn-link icon underline" style="cursor: pointer;" title="{{$eduline}}" data-role="insert-formatting" data-comment=" " data-bbcode="u" data-id="input">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-underline" aria-hidden="true"></i>
|
2017-03-15 03:47:02 +00:00
|
|
|
</button>
|
2016-05-07 02:41:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="button" class="btn-link icon italic" style="cursor: pointer;" title="{{$editalic}}" data-role="insert-formatting" data-comment=" " data-bbcode="i" data-id="input">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-italic" aria-hidden="true"></i>
|
2017-03-15 03:47:02 +00:00
|
|
|
</button>
|
2016-05-07 02:41:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="button" class="btn-link icon bold" style="cursor: pointer;" title="{{$edbold}}" data-role="insert-formatting" data-comment=" " data-bbcode="b" data-id="input">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-bold" aria-hidden="true"></i>
|
2017-03-15 03:47:02 +00:00
|
|
|
</button>
|
2016-05-07 02:41:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="button" class="btn-link icon quote" style="cursor: pointer;" title="{{$edquote}}" data-role="insert-formatting" data-comment=" " data-bbcode="quote" data-id="input">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-quote-left" aria-hidden="true"></i>
|
2017-03-15 03:47:02 +00:00
|
|
|
</button>
|
2016-05-07 02:41:57 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
2017-03-15 03:47:02 +00:00
|
|
|
|
2016-05-07 02:41:57 +00:00
|
|
|
<div id="prvmail-text-bb-end"></div>
|
|
|
|
|
|
|
|
{{* The submit button *}}
|
|
|
|
<div id="prvmail-submit-wrapper">
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="submit" id="prvmail-submit" name="submit" value="{{$submit}}" class="btn btn-primary pull-right" tabindex="13">
|
2017-10-20 13:21:42 +00:00
|
|
|
<i class="fa fa-slideshare fa-fw" aria-hidden="true"></i>
|
2018-12-14 03:28:12 +00:00
|
|
|
{{$submit}}
|
2016-05-07 02:41:57 +00:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="prvmail-end"></div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
2016-08-23 14:48:13 +00:00
|
|
|
|
2017-10-20 13:21:42 +00:00
|
|
|
<script type="text/javascript">
|
2016-08-23 14:48:13 +00:00
|
|
|
$(document).ready( function() {
|
|
|
|
// initiale autosize for the textareas
|
|
|
|
autosize($("textarea.text-autosize"));
|
|
|
|
});
|
|
|
|
</script>
|