Example #1
0
                            <!--<small class='pull-right time'><i class='fa fa-clock-o'></i> 01/11/2014 07:38:00</small>
                            <h5 class='media-heading'>Example Name</h5>
                            <small class='col-lg-10'>Example Chat Text</small>-->
                        </div>
                    </div>

        		</div>

                <form method="post" id="sendForm">
                    <div class="send-wrap">
                        <input type="text" id="chatInput" class="form-control send-message" placeholder="Enter reply..."/>
                        <button id="sendMsg" type="button" class="btn btn-default pull-right" style="margin-top: 15px" role="button">Send</button>
                    </div>
                </form>
        	</div>
        </div>

        <div id="Connect"></div>

        <script>
            var init = '<?php 
echo User::InitConnect();
?>
';
        </script>

    </div>

</div>

@stop