| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!-- Main Footer -->
- <footer class="main-footer sticky footer-type-1">
- <div class="footer-inner">
- <!-- Add your copyright text here -->
- <div class="footer-text">
- Copyright © <a href="javascript:void(0)" target="_blank"><?= $open['openName'] ?></a>
- </div>
- <!-- Go to Top Link, just add rel="go-top" to any link to add this functionality -->
- <div class="go-up">
- <a href="javascript:;" rel="go-top">
- <i class="fa-angle-up"></i>
- </a>
- </div>
- </div>
- </footer>
- </div>
- <!-- start: Chat Section -->
- <div id="chat" class="fixed">
- <div class="chat-inner">
- <h2 class="chat-header">
- <a href="javascript:;" class="chat-close">
- <i class="fa-plus-circle rotate-45deg"></i>
- </a>
- 联系人
- <span class="badge badge-success is-hidden">0</span>
- </h2>
- <div class="chat-group" name="newChatGroup">
- </div>
- <div class="chat-group" name="callGroup">
- </div>
- <div class="chat-group" name="historyChatGroup">
- </div>
- </div>
- </div>
- <!-- end: Chat Section -->
- </div>
- <!-- Bottom Scripts -->
- <script src="/js/bootstrap.min.js"></script>
- <script src="/js/TweenMax.min.js"></script>
- <script src="/js/resizeable.js"></script>
- <script src="/js/joinable.js"></script>
- <script src="/js/xenon-api.js"></script>
- <script src="/js/xenon-toggles.js"></script>
- <!-- Imported scripts on this page -->
- <script src="/js/xenon-widgets.js"></script>
- <!-- JavaScripts initializations and stuff -->
- <script src="/js/xenon-custom.js"></script>
|