Add #chatpanel
This commit is contained in:
parent
ac5e618687
commit
ee583a84ab
15
index.html
15
index.html
@ -2,19 +2,20 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Converse.js Demo Page</title>
|
<title>Converse.js Demo Page</title>
|
||||||
<!-- This is a special version of jQuery with RequireJS built-in -->
|
|
||||||
<link rel="stylesheet" href="base.css" type="text/css" media="all">
|
<link rel="stylesheet" href="base.css" type="text/css" media="all">
|
||||||
<link rel="stylesheet" href="converse.css" type="text/css" media="all">
|
<link rel="stylesheet" href="converse.css" type="text/css" media="all">
|
||||||
|
<!-- This is a special version of jQuery with RequireJS built-in -->
|
||||||
<script data-main="main" src="Libraries/require-jquery.js"></script>
|
<script data-main="main" src="Libraries/require-jquery.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Converse.js Demo Page</h1>
|
<h1>Converse.js Demo Page</h1>
|
||||||
<div id="collective-xmpp-chat-data"></div>
|
<div id="chatpanel" i18n:domain="collective.xmpp.chat">
|
||||||
<div id="toggle-controlbox">
|
<div id="toggle-controlbox">
|
||||||
<a href="#" class="chat" id="toggle-online-users">
|
<a href="#" class="chat" id="toggle-online-users">
|
||||||
<span i18n:translate="">Online Users</span> (<strong id="online-count">0</strong>)
|
<span i18n:translate="">Online Users</span> (<strong id="online-count">0</strong>)
|
||||||
</a>
|
</a>
|
||||||
<span id="connecting-to-chat" i18n:translate="">Connecting to chat ...</span>
|
<span id="connecting-to-chat" i18n:translate="">Connecting to chat ...</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user