2012-12-08 06:24:34 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Converse.js Tests</title>
|
2013-04-14 01:58:53 +02:00
|
|
|
<meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
|
2012-12-08 06:24:34 +01:00
|
|
|
<link rel="shortcut icon" type="image/png" href="Libraries/jasmine-1.3.1/jasmine_favicon.png">
|
|
|
|
<link rel="stylesheet" type="text/css" href="Libraries/jasmine-1.3.1/jasmine.css">
|
|
|
|
<script type="text/javascript" src="Libraries/jasmine-1.3.1/jasmine.js"></script>
|
|
|
|
<script type="text/javascript" src="Libraries/jasmine-1.3.1/jasmine-html.js"></script>
|
2013-04-14 01:58:53 +02:00
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="converse.css">
|
2012-12-08 06:24:34 +01:00
|
|
|
<script data-main="tests_main" src="Libraries/require-jquery.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-04-14 01:58:53 +02:00
|
|
|
<div id="header_wrap" class="outer">
|
|
|
|
<header class="inner">
|
|
|
|
<h1 id="project_title">Converse.js</h1>
|
|
|
|
<h2 id="project_tagline">Tests</h2>
|
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="chatpanel">
|
|
|
|
<div id="collective-xmpp-chat-data"></div>
|
|
|
|
<div id="toggle-controlbox">
|
|
|
|
<a href="#" class="chat" id="toggle-online-users">
|
|
|
|
<span class="conn-feedback">Click here to chat</span> <strong style="display: none" id="online-count">(0)</strong>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2012-12-08 06:24:34 +01:00
|
|
|
</body>
|
|
|
|
</html>
|