2016-05-06 22:41:57 -04:00
|
|
|
|
|
|
|
<div id="prvmail-wrapper">
|
2021-05-19 17:47:15 -04:00
|
|
|
<form id="prvmail-form" action="message" method="post">
|
2017-03-14 23:47:02 -04:00
|
|
|
|
2018-12-13 22:35:51 -05:00
|
|
|
{{$parent nofilter}}
|
2016-05-06 22:41:57 -04:00
|
|
|
|
|
|
|
{{* The To: form-group which contains the message recipient *}}
|
|
|
|
<div id="prvmail-to-label" class="form-group">
|
2020-09-03 10:01:58 -04:00
|
|
|
<label for="recipient">{{$to}}</label><br>
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$select nofilter}}
|
2016-05-06 22:41:57 -04: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 09:21:42 -04:00
|
|
|
<label for="comment-edit-text-input">{{$yourmessage}}</label>
|
2021-05-20 08:37:45 -04: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-06 22:41:57 -04:00
|
|
|
</div>
|
|
|
|
|
2016-05-11 20:49:55 -04:00
|
|
|
<ul id="prvmail-text-edit-bb" class="comment-edit-bb comment-icon-list nav nav-pills hidden-xs pull-left">
|
2016-05-06 22:41:57 -04:00
|
|
|
<li>
|
2018-12-13 22:28:12 -05: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 09:21:42 -04:00
|
|
|
<i class="fa fa-picture-o" aria-hidden="true"></i>
|
2017-03-14 23:47:02 -04:00
|
|
|
</button>
|
2016-05-06 22:41:57 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-13 22:28:12 -05: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 09:21:42 -04:00
|
|
|
<i class="fa fa-link" aria-hidden="true"></i>
|
2017-03-14 23:47:02 -04:00
|
|
|
</button>
|
2016-05-06 22:41:57 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-13 22:28:12 -05: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 09:21:42 -04:00
|
|
|
<i class="fa fa-video-camera" aria-hidden="true"></i>
|
2017-03-14 23:47:02 -04:00
|
|
|
</button>
|
2016-05-06 22:41:57 -04:00
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
2018-12-13 22:28:12 -05: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 09:21:42 -04:00
|
|
|
<i class="fa fa-underline" aria-hidden="true"></i>
|
2017-03-14 23:47:02 -04:00
|
|
|
</button>
|
2016-05-06 22:41:57 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-13 22:28:12 -05: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 09:21:42 -04:00
|
|
|
<i class="fa fa-italic" aria-hidden="true"></i>
|
2017-03-14 23:47:02 -04:00
|
|
|
</button>
|
2016-05-06 22:41:57 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-13 22:28:12 -05: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 09:21:42 -04:00
|
|
|
<i class="fa fa-bold" aria-hidden="true"></i>
|
2017-03-14 23:47:02 -04:00
|
|
|
</button>
|
2016-05-06 22:41:57 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2018-12-13 22:28:12 -05: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 09:21:42 -04:00
|
|
|
<i class="fa fa-quote-left" aria-hidden="true"></i>
|
2017-03-14 23:47:02 -04:00
|
|
|
</button>
|
2016-05-06 22:41:57 -04:00
|
|
|
</li>
|
|
|
|
</ul>
|
2017-03-14 23:47:02 -04:00
|
|
|
|
2016-05-06 22:41:57 -04:00
|
|
|
<div id="prvmail-text-bb-end"></div>
|
|
|
|
|
|
|
|
{{* The submit button *}}
|
|
|
|
<div id="prvmail-submit-wrapper">
|
2018-12-13 22:28:12 -05:00
|
|
|
<button type="submit" id="prvmail-submit" name="submit" value="{{$submit}}" class="btn btn-primary pull-right" tabindex="13">
|
2017-10-20 09:21:42 -04:00
|
|
|
<i class="fa fa-slideshare fa-fw" aria-hidden="true"></i>
|
2018-12-13 22:28:12 -05:00
|
|
|
{{$submit}}
|
2016-05-06 22:41:57 -04:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="prvmail-end"></div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
2016-08-23 10:48:13 -04:00
|
|
|
|
2017-10-20 09:21:42 -04:00
|
|
|
<script type="text/javascript">
|
2016-08-23 10:48:13 -04:00
|
|
|
$(document).ready( function() {
|
|
|
|
// initiale autosize for the textareas
|
|
|
|
autosize($("textarea.text-autosize"));
|
|
|
|
});
|
|
|
|
</script>
|