2017-03-23 15:43:25 +01:00
|
|
|
<form class="form form-horizontal" id="inputform" ng-submit="sendMessage()" imgur-drop>
|
2013-10-27 21:41:27 +01:00
|
|
|
<div class="input-group">
|
2018-04-13 02:47:24 +02:00
|
|
|
<textarea id="{{inputId}}" class="form-control favorite-font" ng-trim="false" rows="1" ng-change="inputChanged()" autocomplete="on" ng-model="command" ng-focus="hideSidebar()" ng-paste="inputPasted($event)">
|
2014-04-26 18:16:46 +02:00
|
|
|
</textarea>
|
2013-10-27 21:41:27 +01:00
|
|
|
<span class="input-group-btn">
|
2017-03-23 15:43:25 +01:00
|
|
|
<button class="btn btn-complete-nick unselectable mobile" title="Complete nick" ng-click="handleCompleteNickButton($event)"><i class="glyphicon glyphicon-bullhorn"></i></button>
|
2015-10-09 14:01:45 +02:00
|
|
|
<label class="btn btn-send-image unselectable" for="imgur-upload" title="Send image">
|
|
|
|
<i class="glyphicon glyphicon-picture"></i>
|
2015-10-12 21:09:13 +02:00
|
|
|
<input type="file" accept="image/*" multiple title="Send image" id="imgur-upload" class="imgur-upload" file-change="uploadImage($event, files)">
|
2015-10-09 14:01:45 +02:00
|
|
|
</label>
|
2015-12-19 14:13:42 +01:00
|
|
|
<button class="btn btn-send unselectable" title="Send"><i class="glyphicon glyphicon-send"></i></button>
|
2013-10-27 21:41:27 +01:00
|
|
|
</span>
|
|
|
|
</div>
|
2015-10-09 19:32:26 +02:00
|
|
|
<div id="imgur-upload-progress"></div>
|
2013-10-27 21:41:27 +01:00
|
|
|
</form>
|