2013-08-09 20:26:30 +02:00
|
|
|
<!DOCTYPE html>
|
2014-01-27 01:15:04 +01:00
|
|
|
<html lang="en">
|
2013-08-09 20:26:30 +02:00
|
|
|
<head>
|
2014-02-28 21:11:06 +01:00
|
|
|
<title id="pageTitle">Converse.js: Mockup</title>
|
2014-01-16 14:57:14 +01:00
|
|
|
<meta charset="utf-8">
|
2014-01-19 12:37:26 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2014-05-11 20:09:16 +02:00
|
|
|
<meta name="description" content="Converse.js: Mockup" />
|
|
|
|
<link type="text/css" href="../css/theme.css" rel="stylesheet" media="screen" />
|
|
|
|
<link type="text/css" href="../css/converse.css" rel="stylesheet" media="screen" />
|
2014-04-24 18:03:30 +02:00
|
|
|
<script src="../components/jquery/dist/jquery.min.js"></script>
|
2013-08-09 20:26:30 +02:00
|
|
|
</head>
|
2014-05-11 20:09:16 +02:00
|
|
|
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
|
|
|
|
|
2014-01-19 12:37:26 +01:00
|
|
|
<!-- HEADER -->
|
|
|
|
<div id="header_wrap" class="outer">
|
|
|
|
<header class="inner">
|
|
|
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
|
|
|
<h2 id="project_tagline">Static Mockup</h2>
|
|
|
|
</header>
|
|
|
|
</div>
|
2013-08-09 20:26:30 +02:00
|
|
|
|
2014-01-16 14:57:14 +01:00
|
|
|
<div id="conversejs">
|
2014-06-05 00:12:53 +02:00
|
|
|
<a id="toggle-controlbox" href="#" class="toggle-controlbox">
|
2014-01-22 18:43:47 +01:00
|
|
|
<span class="conn-feedback">Toggle Chat</span>
|
|
|
|
<span style="display: none" id="online-count">(0)</span>
|
|
|
|
</a>
|
2014-01-17 03:22:57 +01:00
|
|
|
|
2014-01-22 22:19:45 +01:00
|
|
|
<div id="controlbox" class="chatbox" style="opacity: 1; display: inline;">
|
2014-01-19 12:37:26 +01:00
|
|
|
<div class="box-flyout">
|
2014-01-22 18:43:47 +01:00
|
|
|
<div class="dragresize dragresize-tm"></div>
|
2014-01-22 14:35:48 +01:00
|
|
|
<div class="chat-head controlbox-head">
|
2014-01-17 03:22:57 +01:00
|
|
|
<ul id="controlbox-tabs">
|
|
|
|
<li><a class="current" href="#login">Sign in</a></li>
|
|
|
|
</ul>
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
|
|
|
</div>
|
2014-01-22 14:16:00 +01:00
|
|
|
<div id="login-dialog">
|
|
|
|
<form id="converse-login">
|
|
|
|
<label>XMPP/Jabber Username:</label><input type="text" id="jid">
|
|
|
|
<label>Password:</label><input type="password" id="password">
|
|
|
|
<input class="login-submit" type="submit" value="Log In">
|
|
|
|
</form>
|
2014-07-14 20:41:26 +02:00
|
|
|
<span class="conn-feedback"></span>
|
2014-01-17 03:22:57 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2014-01-17 16:02:19 +01:00
|
|
|
<div id="controlbox" class="chatbox" style="opacity: 1; display: inline;">
|
2014-01-19 12:37:26 +01:00
|
|
|
<div class="box-flyout">
|
2014-01-22 18:43:47 +01:00
|
|
|
<div class="dragresize dragresize-tm"></div>
|
2014-01-22 14:35:48 +01:00
|
|
|
<div class="chat-head controlbox-head">
|
2014-01-17 16:02:19 +01:00
|
|
|
<ul id="controlbox-tabs">
|
|
|
|
<li><a class="s current" href="#users">Contacts</a></li>
|
|
|
|
<li><a class="s" href="#chatrooms">Rooms</a></li>
|
|
|
|
</ul>
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
|
|
|
</div>
|
2014-01-22 14:35:48 +01:00
|
|
|
<div id="users" class="controlbox-pane" style="display: block;">
|
2014-01-22 14:16:00 +01:00
|
|
|
<form class="set-xmpp-status" action="" method="post">
|
|
|
|
<span id="xmpp-status-holder">
|
|
|
|
<dl id="target" class="dropdown">
|
|
|
|
<dt id="fancy-xmpp-status-select" class="fancy-dropdown">
|
|
|
|
<div class="xmpp-status">
|
|
|
|
<a class="choose-xmpp-status online" data-value="I am online" href="#" title="Click to change your chat status">
|
|
|
|
<span class="icon-online"></span>
|
|
|
|
I am online
|
|
|
|
</a>
|
|
|
|
<a class="change-xmpp-status-message icon-pencil" href="#" title="Click here to write a custom status message"></a>
|
|
|
|
</div>
|
2014-01-17 16:02:19 +01:00
|
|
|
</dt>
|
2014-01-22 14:16:00 +01:00
|
|
|
<dd>
|
|
|
|
<ul style="display: none;" class="xmpp-status-menu">
|
|
|
|
<li>
|
|
|
|
<a href="#" class="online" data-value="online">
|
|
|
|
<span class="icon-online"></span>
|
|
|
|
Online</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#" class="dnd" data-value="dnd">
|
|
|
|
<span class="icon-dnd"></span>
|
|
|
|
Busy</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#" class="away" data-value="away">
|
|
|
|
<span class="icon-away"></span>
|
|
|
|
Away</a>
|
|
|
|
</li>
|
2014-01-17 16:02:19 +01:00
|
|
|
<li>
|
2014-01-22 14:16:00 +01:00
|
|
|
<a href="#" class="offline" data-value="offline">
|
|
|
|
<span class="icon-offline"></span>
|
|
|
|
Offline</a>
|
2014-01-17 16:02:19 +01:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
2014-01-22 14:16:00 +01:00
|
|
|
</span>
|
|
|
|
</form>
|
|
|
|
<dl class="add-converse-contact dropdown">
|
|
|
|
<dt id="xmpp-contact-search" class="fancy-dropdown">
|
|
|
|
<a class="toggle-xmpp-contact-form" href="#" title="Click to add new chat contacts">
|
|
|
|
<span class="icon-plus"></span>
|
|
|
|
Add a contact
|
|
|
|
</a>
|
|
|
|
</dt>
|
|
|
|
<dd class="search-xmpp" style="display:none">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<form class="add-xmpp-contact">
|
|
|
|
<input type="text" name="identifier" class="username" placeholder="Contact username">
|
|
|
|
<button type="submit">Add</button>
|
|
|
|
</form>
|
|
|
|
</li>
|
|
|
|
<li></li>
|
|
|
|
</ul>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<dl id="converse-roster" style="display: block;">
|
|
|
|
<dt id="xmpp-contacts" style="display: block;">My contacts</dt>
|
|
|
|
<dd class="online current-xmpp-contact">
|
|
|
|
<a class="open-chat" title="Click to chat with this contact" href="#">
|
|
|
|
<span class="icon-online" title="This contact is online"></span>
|
|
|
|
John Smit</a>
|
|
|
|
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
|
|
|
|
</dd>
|
|
|
|
<dd class="away current-xmpp-contact">
|
|
|
|
<a class="open-chat" title="Click to chat with this contact" href="#">
|
|
|
|
<span class="icon-away" title="this contact is away"></span>
|
|
|
|
Francois Pienaar</a>
|
|
|
|
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
|
|
|
|
</dd>
|
|
|
|
<dd class="dnd current-xmpp-contact">
|
|
|
|
<a class="open-chat" title="Click to chat with this contact" href="#">
|
|
|
|
<span class="icon-dnd" title="This contact is busy"></span>
|
|
|
|
Gary Teichmann</a>
|
|
|
|
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
|
|
|
|
</dd>
|
|
|
|
<dd class="offline current-xmpp-contact">
|
|
|
|
<a class="open-chat" title="Click to chat with this contact" href="#">
|
|
|
|
<span class="icon-offline" title="This contact is offline"></span>
|
|
|
|
Corné Krige</a>
|
|
|
|
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
|
|
|
|
</dd>
|
2014-01-17 16:02:19 +01:00
|
|
|
|
2014-01-22 14:16:00 +01:00
|
|
|
<dt id="xmpp-contact-requests" style="display: block;">Contact requests</dt>
|
|
|
|
<dd class="offline requesting-xmpp-contact">
|
2014-07-19 14:50:25 +02:00
|
|
|
<span>Bob Skinstad</span>
|
|
|
|
<span class="request-actions">
|
|
|
|
<a class="accept-xmpp-request icon-checkmark" title="Click here to accept this contact's request" href="#"></a>
|
|
|
|
<a class="decline-xmpp-request icon-close" title="Click here to decline this contact's request" href="#"></a>
|
|
|
|
</span>
|
2014-01-22 14:16:00 +01:00
|
|
|
</dd>
|
|
|
|
<dd class="offline requesting-xmpp-contact">
|
2014-07-19 14:50:25 +02:00
|
|
|
<span>André Vos</span>
|
|
|
|
<span class="request-actions">
|
|
|
|
<a class="accept-xmpp-request icon-checkmark" title="Click here to accept this contact's request" href="#"></a>
|
|
|
|
<a class="decline-xmpp-request icon-close" title="Click here to decline this contact's request" href="#"></a>
|
|
|
|
</span>
|
2014-01-22 14:16:00 +01:00
|
|
|
</dd>
|
2014-01-17 16:02:19 +01:00
|
|
|
|
2014-01-22 14:16:00 +01:00
|
|
|
<dt id="pending-xmpp-contacts" style="display: block;">Pending contacts</dt>
|
|
|
|
<dd class="offline pending-xmpp-contact"><span>Rassie Erasmus</span>
|
|
|
|
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
|
|
|
|
</dd>
|
|
|
|
<dd class="offline pending-xmpp-contact"><span>Victor Matfield</span>
|
|
|
|
<a class="remove-xmpp-contact icon-remove" title="Click to remove this contact" href="#"></a>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
<div id="chatrooms" style="display: none;">
|
2014-01-17 16:02:19 +01:00
|
|
|
<form class="add-chatroom" action="" method="post">
|
|
|
|
<input type="text" name="chatroom" class="new-chatroom-name" placeholder="Room name">
|
|
|
|
<input type="text" name="nick" class="new-chatroom-nick" placeholder="Nickname">
|
|
|
|
<input type="text" name="server" class="new-chatroom-server" placeholder="Server">
|
|
|
|
<input type="submit" name="join" value="Join">
|
|
|
|
<input type="button" name="show" id="show-rooms" value="Show rooms" style="display: inline-block;">
|
|
|
|
</form>
|
|
|
|
<dl id="available-chatrooms">
|
|
|
|
<dt>Rooms on conference.opkode.im</dt>
|
|
|
|
<dd class="available-chatroom">
|
|
|
|
<a class="open-room"
|
|
|
|
data-room-jid="converse.js@conference.opkode.im"
|
|
|
|
title="Click to open this room" href="#">Special chatroom with a long name (2)</a>
|
|
|
|
<a class="room-info icon-room-info"
|
|
|
|
data-room-jid="converse.js@conference.opkode.im"
|
|
|
|
title="Show more information on this room" href="#"> </a>
|
|
|
|
<div class="room-info">
|
|
|
|
<p class="room-info"><strong>Description:</strong></p>
|
|
|
|
<p class="room-info"><strong>Occupants:</strong> 2</p>
|
|
|
|
<p class="room-info"><strong>Features:</strong> </p>
|
|
|
|
<ul>
|
|
|
|
<li class="room-info">Moderated</li><li class="room-info">Open room</li>
|
|
|
|
<li class="room-info">Permanent room</li><li class="room-info">Public</li>
|
|
|
|
<li class="room-info">Semi-anonymous</li>
|
|
|
|
<li class="room-info">Requires authentication <span class="icon-lock"></span></li>
|
|
|
|
<p></p>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2014-01-17 03:22:57 +01:00
|
|
|
<div class="chatbox" id="37c0c87392010303765fe36b05c0967d62c6b70f">
|
2014-01-19 12:37:26 +01:00
|
|
|
<div class="box-flyout">
|
2014-01-22 18:43:47 +01:00
|
|
|
<div class="dragresize dragresize-tm"></div>
|
2014-01-17 03:22:57 +01:00
|
|
|
<div class="chat-head chat-head-chatbox">
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
2014-01-22 22:50:39 +01:00
|
|
|
<a class="toggle-chatbox-button icon-minus"></a>
|
2014-05-11 20:09:16 +02:00
|
|
|
<canvas height="31px" width="31px" class="avatar" style="background-color: black"></canvas>
|
2014-01-27 01:15:04 +01:00
|
|
|
<div class="chat-title">
|
|
|
|
<a href="http://opkode.com" target="_blank" class="user">
|
|
|
|
JC Brand
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-01-17 03:22:57 +01:00
|
|
|
<p class="user-custom-message" title="10000ft in the air">10000ft in the air</p>
|
|
|
|
</div>
|
2014-01-27 01:15:04 +01:00
|
|
|
<div class="chat-body">
|
|
|
|
<div class="chat-content">
|
|
|
|
<div class="chat-info"><strong>/help</strong>:This is an info message</div>
|
|
|
|
<div class="chat-error">This is an error message</div>
|
|
|
|
<div class="chat-message">
|
|
|
|
<span class="chat-message-me">09:35 me: </span>
|
|
|
|
<span class="chat-message-content">
|
|
|
|
Hello world
|
|
|
|
<span class="icon-smiley"></span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-message ">
|
|
|
|
<span class="chat-message-them">19:25 Benedict-John: </span>
|
|
|
|
<span class="chat-message-content">Dagsê</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-message">
|
|
|
|
<span class="chat-message-me">19:39 me: </span>
|
|
|
|
<span class="chat-message-content">This is a relatively long message to check that wrapping works as expected.</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-message">
|
|
|
|
<span class="chat-message-me">19:42 me: </span>
|
|
|
|
<span class="chat-message-content">Supercalifragilisticexpialidociousstillnotlongenough</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-event">JC Brand is busy</div>
|
|
|
|
<div class="chat-message ">
|
|
|
|
<span class="chat-message-me">19:43 me: </span>
|
|
|
|
<span class="chat-message-content">Another message to check that scrolling works.</span>
|
|
|
|
</div>
|
2014-01-17 03:22:57 +01:00
|
|
|
</div>
|
2014-01-27 01:15:04 +01:00
|
|
|
<form class="sendXMPPMessage" action="" method="post">
|
|
|
|
<ul class="chat-toolbar no-text-select">
|
|
|
|
<li class="toggle-smiley icon-happy" title="Insert a smilery">
|
|
|
|
<ul>
|
|
|
|
<li><a class="icon-smiley" href="#" data-emoticon=":)"></a></li>
|
|
|
|
<li><a class="icon-wink" href="#" data-emoticon=";)"></a></li>
|
|
|
|
<li><a class="icon-grin" href="#" data-emoticon=":D"></a></li>
|
|
|
|
<li><a class="icon-tongue" href="#" data-emoticon=":P"></a></li>
|
|
|
|
<li><a class="icon-cool" href="#" data-emoticon="8)"></a></li>
|
|
|
|
<li><a class="icon-evil" href="#" data-emoticon=">:)"></a></li>
|
|
|
|
<li><a class="icon-confused" href="#" data-emoticon=":S"></a></li>
|
|
|
|
<li><a class="icon-wondering" href="#" data-emoticon=":\"></a></li>
|
|
|
|
<li><a class="icon-angry" href="#" data-emoticon=">:("></a></li>
|
|
|
|
<li><a class="icon-sad" href="#" data-emoticon=":("></a></li>
|
|
|
|
<li><a class="icon-shocked" href="#" data-emoticon=":O"></a></li>
|
|
|
|
<li><a class="icon-thumbs-up" href="#" data-emoticon="(^.^)b"></a></li>
|
|
|
|
<li><a class="icon-heart" href="#" data-emoticon="<3"></a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
2014-04-24 18:03:30 +02:00
|
|
|
<li class="toggle-clear"><a class="icon-remove" title="Clear all messages"></a></li>
|
2014-01-27 01:15:04 +01:00
|
|
|
<li class="toggle-otr unencrypted" title="Turn on 'off-the-record' chat encryption">
|
|
|
|
<span class="chat-toolbar-text">unencrypted</span>
|
|
|
|
<span class="icon-unlocked"></span>
|
|
|
|
<ul>
|
|
|
|
<li><a href="#">Start private conversation</a></li>
|
|
|
|
<li><a href="#">End private conversation</a></li>
|
|
|
|
<li><a href="#">Authenticate buddy</a></li>
|
|
|
|
<li><a href="http://www.cypherpunks.ca/otr/help/3.2.0/levels.php" target="_blank">What's this?</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<textarea type="text" class="chat-textarea" placeholder="Personal message"></textarea>
|
|
|
|
</form>
|
2013-08-12 20:10:12 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-01-17 03:22:57 +01:00
|
|
|
|
2014-01-17 16:02:19 +01:00
|
|
|
<div class="chatroom" id="4a77380f1cd9d392627b0e1469688f9ca44e9392">
|
2014-01-19 12:37:26 +01:00
|
|
|
<div class="box-flyout">
|
2014-01-22 18:43:47 +01:00
|
|
|
<div class="dragresize dragresize-tm"></div>
|
2014-01-17 16:02:19 +01:00
|
|
|
<div class="chat-head chat-head-chatroom">
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
2014-01-22 22:50:39 +01:00
|
|
|
<a class="toggle-chatbox-button icon-minus"></a>
|
2014-01-17 16:02:19 +01:00
|
|
|
<a class="configure-chatroom-button icon-wrench" style=""></a>
|
|
|
|
|
|
|
|
<div class="chat-title"> Chatroom </div>
|
2014-01-27 01:15:04 +01:00
|
|
|
<p class="chatroom-topic">May the force be with you</p>
|
2014-01-17 16:02:19 +01:00
|
|
|
</div>
|
|
|
|
<div class="chat-body">
|
|
|
|
<div class="chat-area">
|
|
|
|
<div class="chat-content">
|
|
|
|
<time class="chat-date" datetime="2013-06-04T00:00:00.000Z">Tue Jun 04 2013</time>
|
|
|
|
<div class="chat-message ">
|
|
|
|
<span class="chat-message-room">18:50 luke: </span>
|
|
|
|
<span class="chat-message-content">leia: hi :)</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-message ">
|
|
|
|
<span class="chat-message-room">19:40 leia: </span>
|
|
|
|
<span class="chat-message-content">
|
|
|
|
I'll be gone for a while, will be back in about an hour</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-message ">
|
|
|
|
<span class="chat-message-room">19:40 Obi-wan Kenobi, Jedi Master: </span>
|
|
|
|
<span class="chat-message-content">
|
|
|
|
I'll be gone for a while, will be back in about an hour</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-message">
|
|
|
|
<span class="chat-message-me">19:42 me: </span>
|
|
|
|
<span class="chat-message-content">Supercalifragilisticexpialidociousstillnotlongenough</span>
|
|
|
|
</div>
|
|
|
|
<div class="chat-message ">
|
|
|
|
<span class="chat-message-room">19:43 Obi-wan Kenobi, Jedi Master: </span>
|
|
|
|
<span class="chat-message-content">Another message to check that scrolling works.</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<form class="sendXMPPMessage" action="" method="post">
|
|
|
|
<ul class="chat-toolbar no-text-select">
|
|
|
|
<li class="toggle-smiley icon-happy" title="Insert a smilery">
|
|
|
|
<ul>
|
|
|
|
<li><a class="icon-smiley" href="#" data-emoticon=":)"></a></li>
|
|
|
|
<li><a class="icon-wink" href="#" data-emoticon=";)"></a></li>
|
|
|
|
<li><a class="icon-grin" href="#" data-emoticon=":D"></a></li>
|
|
|
|
<li><a class="icon-tongue" href="#" data-emoticon=":P"></a></li>
|
|
|
|
<li><a class="icon-cool" href="#" data-emoticon="8)"></a></li>
|
|
|
|
<li><a class="icon-evil" href="#" data-emoticon=">:)"></a></li>
|
|
|
|
<li><a class="icon-confused" href="#" data-emoticon=":S"></a></li>
|
|
|
|
<li><a class="icon-wondering" href="#" data-emoticon=":\"></a></li>
|
|
|
|
<li><a class="icon-angry" href="#" data-emoticon=">:("></a></li>
|
|
|
|
<li><a class="icon-sad" href="#" data-emoticon=":("></a></li>
|
|
|
|
<li><a class="icon-shocked" href="#" data-emoticon=":O"></a></li>
|
|
|
|
<li><a class="icon-thumbs-up" href="#" data-emoticon="(^.^)b"></a></li>
|
|
|
|
<li><a class="icon-heart" href="#" data-emoticon="<3"></a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<textarea type="text" class="chat-textarea" placeholder="Message"></textarea>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="participants">
|
|
|
|
<ul class="participant-list">
|
|
|
|
<li class="participant" title="This user can send messages in this room">Obi-wan Kenobi, Jedi Master</li>
|
|
|
|
<li class="participant" title="This user can send messages in this room">jabber the hut</li>
|
|
|
|
<li class="participant" title="This user can send messages in this room">leia</li>
|
|
|
|
<li class="moderator" title="This user is a moderator">luke</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="chatroom" id="6d8627960a0cb066d9216742f3edccc3dbbf85a9">
|
2014-01-19 12:37:26 +01:00
|
|
|
<div class="box-flyout">
|
2014-01-22 18:43:47 +01:00
|
|
|
<div class="dragresize dragresize-tm"></div>
|
2014-01-17 16:02:19 +01:00
|
|
|
<div class="chat-head chat-head-chatroom">
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
2014-01-22 22:50:39 +01:00
|
|
|
<a class="toggle-chatbox-button icon-minus"></a>
|
2014-01-17 16:02:19 +01:00
|
|
|
<a class="configure-chatroom-button" style="display:none"> </a>
|
|
|
|
<div class="chat-title"> Restricted Chatroom</div>
|
|
|
|
<p class="chatroom-topic"></p>
|
|
|
|
<p></p>
|
|
|
|
</div>
|
|
|
|
<div class="chat-body">
|
|
|
|
<div class="chatroom-form-container">
|
|
|
|
<form class="chatroom-form">
|
2014-01-22 14:34:26 +01:00
|
|
|
<!-- TODO: Make this a long form that scrolls -->
|
2014-01-17 16:02:19 +01:00
|
|
|
<legend>This chatroom requires a password</legend>
|
|
|
|
<label>Password: <input type="password" name="password"></label>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-05-05 21:53:17 +02:00
|
|
|
|
2014-06-08 21:43:00 +02:00
|
|
|
<div id="minimized-chats">
|
|
|
|
<a id="toggle-minimized-chats" href="#">
|
2014-07-14 20:41:26 +02:00
|
|
|
Minimized <span id="minimized-count">(0)</span>
|
2014-06-08 21:43:00 +02:00
|
|
|
<span class="unread-message-count" href="#" style="display:block">322</span>
|
2014-06-08 21:34:15 +02:00
|
|
|
</a>
|
2014-06-08 21:43:00 +02:00
|
|
|
<div class="minimized-chats-flyout">
|
2014-05-05 21:53:17 +02:00
|
|
|
<div class="chat-head chat-head-chatroom">
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
2014-06-08 21:34:15 +02:00
|
|
|
<a class="chat-head-message-count" href="#" style="display:block">3</a>
|
2014-06-01 20:56:58 +02:00
|
|
|
<div class="chat-title">
|
|
|
|
<a href="#" class="restore-chat" title="Click to maximize this chat">
|
|
|
|
Restricted Chatroom
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-05-05 21:53:17 +02:00
|
|
|
</div>
|
|
|
|
<div class="chat-head chat-head-chatbox">
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
2014-06-08 21:34:15 +02:00
|
|
|
<a class="chat-head-message-count" href="#" style="display:block">42</a>
|
2014-05-05 21:53:17 +02:00
|
|
|
<div class="chat-title">
|
2014-06-01 20:56:58 +02:00
|
|
|
<a href="#" class="restore-chat" title="Click to maximize this chat">
|
2014-05-05 21:53:17 +02:00
|
|
|
JC Brand
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="chat-head chat-head-chatroom">
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
2014-06-01 20:56:58 +02:00
|
|
|
<div class="chat-title">
|
|
|
|
<a href="#" class="restore-chat" title="Click to maximize this chat">
|
|
|
|
My Chatroom
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-05-05 21:53:17 +02:00
|
|
|
</div>
|
2014-06-01 17:56:03 +02:00
|
|
|
<div class="chat-head chat-head-chatbox"><a class="close-chatbox-button icon-close"></a>
|
2014-06-01 20:56:58 +02:00
|
|
|
<div class="chat-title">
|
|
|
|
<a href="#" class="restore-chat" title="Click to maximize this chat">
|
|
|
|
Annegreet Gomez
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-06-01 17:56:03 +02:00
|
|
|
</div>
|
2014-06-08 21:34:15 +02:00
|
|
|
<div class="chat-head chat-head-chatbox">
|
|
|
|
<a class="close-chatbox-button icon-close"></a>
|
|
|
|
<a class="chat-head-message-count" href="#" style="display:block">842</a>
|
2014-06-01 20:56:58 +02:00
|
|
|
<div class="chat-title">
|
|
|
|
<a href="#" class="restore-chat" title="Click to maximize this chat">
|
|
|
|
Asmaa Haakman
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-06-01 17:56:03 +02:00
|
|
|
</div>
|
2014-06-01 20:56:58 +02:00
|
|
|
<div class="chat-head chat-head-chatbox"><a class="close-chatbox-button icon-close"></a>
|
|
|
|
<div class="chat-title">
|
|
|
|
<a href="#" class="restore-chat" title="Click to maximize this chat">
|
|
|
|
Candice van der Knijff
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-06-01 17:56:03 +02:00
|
|
|
</div>
|
2014-06-01 20:56:58 +02:00
|
|
|
<div class="chat-head chat-head-chatbox"><a class="close-chatbox-button icon-close"></a>
|
|
|
|
<div class="chat-title">
|
|
|
|
<a href="#" class="restore-chat" title="Click to maximize this chat">
|
|
|
|
Laura Grunewald
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-06-01 17:56:03 +02:00
|
|
|
</div>
|
2014-06-01 20:56:58 +02:00
|
|
|
<div class="chat-head chat-head-chatbox"><a class="close-chatbox-button icon-close"></a>
|
|
|
|
<div class="chat-title">
|
|
|
|
<a href="#" class="restore-chat">
|
|
|
|
Lena Grunewald
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-06-01 17:56:03 +02:00
|
|
|
</div>
|
2014-05-05 21:53:17 +02:00
|
|
|
</div>
|
2014-06-01 20:56:58 +02:00
|
|
|
</div>
|
2013-08-09 20:26:30 +02:00
|
|
|
</div>
|
2013-10-16 22:27:31 +02:00
|
|
|
|
2013-08-09 20:26:30 +02:00
|
|
|
<script>
|
2013-08-11 14:38:40 +02:00
|
|
|
$(document).ready(function () {
|
|
|
|
$('a[href=#chatrooms]').click(function (ev) {
|
|
|
|
switchTab(ev);
|
|
|
|
});
|
|
|
|
$('a[href=#users]').click(function (ev) {
|
|
|
|
switchTab(ev);
|
|
|
|
});
|
|
|
|
|
2013-08-12 21:32:00 +02:00
|
|
|
$("a.choose-xmpp-status").click(function (ev) {
|
|
|
|
ev.preventDefault();
|
|
|
|
$(ev.target).parent().parent().siblings('dd').find('ul').toggle('fast');
|
|
|
|
});
|
|
|
|
|
2013-08-27 22:24:25 +02:00
|
|
|
$("a.change-xmpp-status-message").click(function (ev) {
|
|
|
|
ev.preventDefault();
|
|
|
|
var form = ''+
|
|
|
|
'<form id="set-custom-xmpp-status">' +
|
|
|
|
'<input type="text" class="custom-xmpp-status"I am online"'+
|
|
|
|
'placeholder="I am online"/>' +
|
|
|
|
'<button type="submit">Save</button>' +
|
|
|
|
'</form>';
|
|
|
|
|
|
|
|
$(ev.target).closest('.xmpp-status').replaceWith(form);
|
|
|
|
$(ev.target).closest('.custom-xmpp-status').focus().focus();
|
|
|
|
});
|
|
|
|
|
2013-08-12 21:32:00 +02:00
|
|
|
$('.toggle-xmpp-contact-form').click(function (ev) {
|
|
|
|
ev.preventDefault();
|
|
|
|
$(ev.target).parent().parent().find('.search-xmpp').toggle('fast', function () {
|
|
|
|
if ($(this).is(':visible')) {
|
|
|
|
$(this).find('input.username').focus();
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
2013-08-11 14:38:40 +02:00
|
|
|
var switchTab = function (ev) {
|
|
|
|
ev.preventDefault();
|
|
|
|
var $tab = $(ev.target),
|
|
|
|
$sibling = $tab.parent().siblings('li').children('a'),
|
|
|
|
$tab_panel = $($tab.attr('href')),
|
|
|
|
$sibling_panel = $($sibling.attr('href'));
|
|
|
|
|
2014-05-11 20:09:16 +02:00
|
|
|
$sibling_panel.hide();
|
|
|
|
$sibling.removeClass('current');
|
|
|
|
$tab.addClass('current');
|
|
|
|
$tab_panel.show();
|
2013-08-11 14:38:40 +02:00
|
|
|
}
|
2013-08-25 21:42:24 +02:00
|
|
|
|
|
|
|
$(function() {
|
2014-01-17 03:22:57 +01:00
|
|
|
$('.close-chatbox-button').click(function(ev) {
|
|
|
|
var $grandparent = $(ev.target).parent().parent().parent();
|
|
|
|
$grandparent.hide(300, function () {
|
|
|
|
// Webkit fix
|
|
|
|
document.getElementById('conversejs').style.display = 'none';
|
|
|
|
document.getElementById('conversejs').offsetHeight; // no need to store this anywhere, the reference is enough
|
|
|
|
document.getElementById('conversejs').style.display = 'block';
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
2014-01-22 22:50:39 +01:00
|
|
|
$('.toggle-chatbox-button').click(function(ev) {
|
2014-01-17 16:02:19 +01:00
|
|
|
var $grandparent = $(ev.target).parent().parent().parent();
|
2014-06-01 20:56:58 +02:00
|
|
|
$grandparent.fadeOut('fast');
|
2013-10-16 22:27:31 +02:00
|
|
|
});
|
|
|
|
|
2013-08-25 21:42:24 +02:00
|
|
|
// Clickable Dropdown
|
2013-08-25 22:10:32 +02:00
|
|
|
$('.toggle-otr').click(function(e) {
|
|
|
|
$('.toggle-otr ul').slideToggle(200);
|
2013-08-25 21:42:24 +02:00
|
|
|
e.stopPropagation();
|
|
|
|
});
|
2013-10-16 22:27:31 +02:00
|
|
|
|
|
|
|
$('.toggle-smiley').click(function(e) {
|
2013-10-20 18:13:34 +02:00
|
|
|
$(e.target).find('ul').slideToggle(200);
|
2013-10-16 22:27:31 +02:00
|
|
|
e.stopPropagation();
|
|
|
|
});
|
|
|
|
$(document).click(function() {
|
2013-10-20 18:13:34 +02:00
|
|
|
if ($('.toggle-otr ul').is(':visible')) {
|
|
|
|
$('.toggle-otr ul', this).slideUp(200);
|
|
|
|
}
|
2013-10-16 22:27:31 +02:00
|
|
|
if ($('.toggle-smiley ul').is(':visible')) {
|
|
|
|
$('.toggle-smiley ul', this).slideUp(200);
|
|
|
|
}
|
|
|
|
});
|
2013-08-25 21:42:24 +02:00
|
|
|
});
|
2013-08-11 14:38:40 +02:00
|
|
|
});
|
2013-08-09 20:26:30 +02:00
|
|
|
</script>
|
|
|
|
</html>
|