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" />
|
2013-07-30 00:15:43 +02:00
|
|
|
<link rel="shortcut icon" type="image/png" href="components/jasmine/images/jasmine_favicon.png">
|
|
|
|
<link rel="stylesheet" type="text/css" href="components/jasmine/src/html/jasmine.css">
|
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">
|
2013-07-30 00:15:43 +02:00
|
|
|
<script data-main="tests_main" src="components/requirejs/require.js"></script>
|
2012-12-08 06:24:34 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-04-14 01:58:53 +02:00
|
|
|
<div id="header_wrap" class="outer">
|
|
|
|
<header class="inner">
|
2013-04-19 22:11:25 +02:00
|
|
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
2013-04-14 01:58:53 +02:00
|
|
|
<h2 id="project_tagline">Tests</h2>
|
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="chatpanel">
|
|
|
|
<div id="collective-xmpp-chat-data"></div>
|
|
|
|
<div id="toggle-controlbox">
|
2013-04-19 00:32:46 +02:00
|
|
|
<a href="#" class="chat toggle-online-users">
|
2013-04-14 01:58:53 +02:00
|
|
|
<span class="conn-feedback">Click here to chat</span> <strong style="display: none" id="online-count">(0)</strong>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-20 11:30:53 +02:00
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">try { var pageTracker = _gat._getTracker("UA-2128260-8"); pageTracker._trackPageview(); } catch(err) {}</script>
|
2012-12-08 06:24:34 +01:00
|
|
|
</body>
|
|
|
|
</html>
|