2018-02-04 19:31:02 +01:00
|
|
|
<div class="message-form-container">
|
2018-02-04 18:33:39 +01:00
|
|
|
<div class="new-msgs-indicator hidden">▼ {{{ o.unread_msgs }}} ▼</div>
|
|
|
|
<form class="sendXMPPMessage">
|
|
|
|
{[ if (o.show_toolbar) { ]}
|
|
|
|
<ul class="chat-toolbar no-text-select"></ul>
|
|
|
|
{[ } ]}
|
2018-02-07 11:00:35 +01:00
|
|
|
<input type="text" placeholder="{{o.label_spoiler_hint}}" value="{{ o.hint_value }}"
|
|
|
|
class="{[ if (!o.composing_spoiler) { ]} hidden {[ } ]} spoiler-hint"/>
|
2018-08-10 14:09:21 +02:00
|
|
|
|
|
|
|
<div class="suggestion-box">
|
|
|
|
<ul class="suggestion-box__results suggestion-box__results--above" hidden></ul>
|
|
|
|
<textarea
|
|
|
|
type="text"
|
|
|
|
class="chat-textarea suggestion-box__input
|
|
|
|
{[ if (o.show_send_button) { ]} chat-textarea-send-button {[ } ]}
|
|
|
|
{[ if (o.composing_spoiler) { ]} spoiler {[ } ]}"
|
2018-08-14 16:32:30 +02:00
|
|
|
placeholder="{{{o.label_message}}}">{{ o.message_value }}</textarea>
|
2018-08-10 14:09:21 +02:00
|
|
|
<span class="suggestion-box__additions visually-hidden" role="status" aria-live="assertive" aria-relevant="additions"></span>
|
|
|
|
|
|
|
|
{[ if (o.show_send_button) { ]}
|
|
|
|
<button type="submit" class="pure-button send-button">{{{ o.label_send }}}</button>
|
|
|
|
{[ } ]}
|
|
|
|
</div>
|
2018-02-04 18:33:39 +01:00
|
|
|
</form>
|
2018-02-04 19:31:02 +01:00
|
|
|
</div>
|