2012-09-10 20:31:53 +02:00
|
|
|
|
<!DOCTYPE html>
|
2012-09-14 21:47:22 +02:00
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2012-09-10 20:31:53 +02:00
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Humbug, from Humbug Inc.</title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
2012-09-11 20:15:41 +02:00
|
|
|
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
2012-09-10 20:31:53 +02:00
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
|
<![endif]-->
|
2012-09-06 21:13:15 +02:00
|
|
|
|
{% load jstemplate %}
|
|
|
|
|
|
2012-08-28 22:04:10 +02:00
|
|
|
|
|
2012-08-28 18:44:51 +02:00
|
|
|
|
{% block content %}
|
|
|
|
|
|
2012-09-06 21:13:15 +02:00
|
|
|
|
{% icanhazjs "zephyr" %}
|
2012-09-10 20:31:53 +02:00
|
|
|
|
{% autoescape off %}
|
2012-09-11 20:13:53 +02:00
|
|
|
|
<link href="/static/third/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
|
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
|
|
|
|
<link href="/static/third/jquery/jquery-ui-1.8.23.custom.css" rel="stylesheet">
|
2012-09-13 22:02:37 +02:00
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
2012-09-17 19:40:00 +02:00
|
|
|
|
<link href="/static/styles/zephyr.css" rel="stylesheet">
|
2012-09-17 20:25:00 +02:00
|
|
|
|
<link href="/static/styles/pygments.css" rel="stylesheet">
|
2012-09-11 20:13:53 +02:00
|
|
|
|
{# We need to import jQuery before Bootstrap #}
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
|
|
|
|
|
<script src="/static/third/bootstrap/js/bootstrap.min.js"></script>
|
|
|
|
|
<script src="/static/js/common.js"></script>
|
2012-09-06 17:22:38 +02:00
|
|
|
|
<script type="text/javascript" src="/static/third/jquery/jquery.form.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/static/third/ich/ICanHaz.min.js"></script>
|
2012-08-29 17:12:21 +02:00
|
|
|
|
<script type="text/javascript" src="/static/js/zephyr.js"></script>
|
2012-08-30 19:56:15 +02:00
|
|
|
|
<script type="text/javascript">
|
2012-09-12 22:55:37 +02:00
|
|
|
|
var initial_zephyr_array = {{ zephyr_array }};
|
2012-09-04 18:45:45 +02:00
|
|
|
|
var initial_pointer = {{ user_profile.pointer }};
|
2012-08-31 22:50:24 +02:00
|
|
|
|
var username = "{{ user_profile.user.username }}";
|
2012-09-04 20:31:23 +02:00
|
|
|
|
var class_list = {{ classes }};
|
|
|
|
|
var instance_list = {{ instances }};
|
|
|
|
|
var people_list = {{ people }};
|
2012-08-30 19:56:15 +02:00
|
|
|
|
</script>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
{% endautoescape %}
|
2012-09-14 21:47:22 +02:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
<div class="container-fluid">
|
2012-09-14 21:27:12 +02:00
|
|
|
|
<div class="row-fluid">
|
|
|
|
|
<div class="span3">
|
|
|
|
|
<div class="zephyr_well well sidebar-nav">
|
|
|
|
|
<ul class="nav nav-list nav-zephyr">
|
|
|
|
|
<span class="my_fullname">{{ user_profile.full_name }}</span><br/>
|
|
|
|
|
<span class="my_email">{{ user_profile.email }}</span>
|
|
|
|
|
<span class="logout">(<a href="/accounts/logout?next=/">not you?</a>)</span>
|
|
|
|
|
<li><a href="subscriptions/">Manage subscriptions</a></li>
|
|
|
|
|
<li><a href="#">View starred messages</a></li>
|
|
|
|
|
<li><a href="">Search</a></li>
|
|
|
|
|
<li><a href="#">Invite a friend</a></li>
|
|
|
|
|
<br>
|
|
|
|
|
<a href="#" class="btn btn-large btn-block button-slide">New Message</a>
|
|
|
|
|
</ul>
|
|
|
|
|
</div><!--/.well -->
|
|
|
|
|
</div><!--/span-->
|
2012-09-10 20:31:53 +02:00
|
|
|
|
<div class="span9">
|
2012-09-17 19:51:33 +02:00
|
|
|
|
<div id="wrapper">
|
2012-09-14 21:27:12 +02:00
|
|
|
|
<div class="zephyr_list" id="main_div">
|
|
|
|
|
<br/><br/>
|
|
|
|
|
<table class="zephyr_table" id="table">
|
|
|
|
|
<tbody>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<br/><br/>
|
|
|
|
|
<div class="row" id="narrowbox">
|
|
|
|
|
<div class="input-prepend input-append pull-left">
|
|
|
|
|
<button id="show_all_messages" class="btn" disabled=disabled onclick="show_all_messages()"><i class="icon-arrow-left"></i></button>
|
|
|
|
|
<span class="add-on"><span class="badge"><span id="currently_narrowed_to"></span><i class="badge_close_button icon-remove-sign icon-white" onclick="show_all_messages()"></i></span></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="bottom_whitespace"></div>
|
2012-09-11 21:33:24 +02:00
|
|
|
|
</div>
|
2012-08-29 18:11:15 +02:00
|
|
|
|
|
2012-09-14 21:27:12 +02:00
|
|
|
|
<div class="tabbable container zephyr_compose" id="zephyr_compose">
|
|
|
|
|
<ul class="nav nav-tabs" id="zephyr-type-tabs">
|
|
|
|
|
<li class="active"><a href="#class-message" data-toggle="tab">Stream</a></li>
|
|
|
|
|
<li><a href="#personal-message" data-toggle="tab">Huddle</a></li>
|
|
|
|
|
<li class="alert" id="send-status"></li>
|
|
|
|
|
<li class="pull-right"><button type="button" class="close" onclick="hide_compose()">×</button></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<div class="tab-content">
|
|
|
|
|
<div class="tab-pane active" id="class-message">
|
|
|
|
|
<div class="zephyr_comp">
|
|
|
|
|
<br/>
|
|
|
|
|
<form action="/zephyr/" method="post" class="zephyr">
|
|
|
|
|
<input type="hidden" name="type" value="class" />
|
|
|
|
|
{% csrf_token %}
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="pointer"></td>
|
|
|
|
|
<td class="zephyr_recipient">
|
|
|
|
|
<p>
|
|
|
|
|
<span class="zephyr_label_clickable zephyr_class">
|
|
|
|
|
<input type="text" class="zephyr_recipient_box" name="class" id="class" value="" placeholder="Stream"/>
|
|
|
|
|
</span>
|
|
|
|
|
<br/>
|
|
|
|
|
<span class="zephyr_label_clickable zephyr_instance">
|
|
|
|
|
<input type="text" class="zephyr_recipient_box" name="instance" id="instance" value="" placeholder="Topic"/>
|
|
|
|
|
</span>
|
|
|
|
|
</p>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="messagebox compose">
|
2012-09-18 04:12:38 +02:00
|
|
|
|
<img class="profile_picture" src="http://www.gravatar.com/avatar/a?d=identicon&s=30"/>
|
2012-09-17 23:53:04 +02:00
|
|
|
|
<div class="zephyr_content">
|
|
|
|
|
<textarea class="zephyr_message" name="new_zephyr" id="new_zephyr" value="" placeholder="Compose your message here..."/></textarea>
|
|
|
|
|
<input type="submit" value="Send" class="btn send_zephyr"/>
|
|
|
|
|
</div>
|
2012-09-14 21:27:12 +02:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
</div>
|
2012-08-29 01:05:57 +02:00
|
|
|
|
</div>
|
2012-09-14 21:27:12 +02:00
|
|
|
|
<div class="tab-pane" id="personal-message">
|
|
|
|
|
<div class="zephyr_comp">
|
|
|
|
|
<br/>
|
|
|
|
|
<form action="/zephyr/" method="post" class="zephyr form-inline">
|
|
|
|
|
<input type="hidden" name="type" value="personal" />
|
|
|
|
|
{% csrf_token %}
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="pointer"></td>
|
|
|
|
|
<td><label class="pull-right">Huddle with</label></td>
|
|
|
|
|
<td><input class="input-xlarge" type="text" name="recipient" id="recipient" value="" placeholder="one or more of your friends" /></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="pointer"></td>
|
|
|
|
|
<td class="zephyr_recipient"></td>
|
|
|
|
|
<td class="messagebox compose">
|
2012-09-18 04:12:38 +02:00
|
|
|
|
<img class="profile_picture" src="http://www.gravatar.com/avatar/a?d=identicon&s=30"/>
|
2012-09-17 23:53:04 +02:00
|
|
|
|
<div class="zephyr_content">
|
|
|
|
|
<textarea class="zephyr_message" name="new_zephyr" id="new_personal_zephyr" value="" placeholder="Compose your message here..."/></textarea>
|
|
|
|
|
<input type="submit" name="personal_zephyr" value="Send" class="btn send_zephyr"/>
|
|
|
|
|
</div>
|
2012-09-14 21:27:12 +02:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
</div>
|
2012-08-29 01:05:57 +02:00
|
|
|
|
</div>
|
2012-09-14 21:27:12 +02:00
|
|
|
|
</div>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
</div>
|
2012-09-17 19:51:33 +02:00
|
|
|
|
</div>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
</div><!--/span-->
|
2012-09-14 21:27:12 +02:00
|
|
|
|
</div><!--/row-->
|
2012-09-10 20:31:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row-fluid" id="connection-error">
|
|
|
|
|
<div class="span12">
|
|
|
|
|
<div class="alert alert-error">
|
|
|
|
|
<strong>Can't receive messages</strong> — try reloading the page.
|
|
|
|
|
</div>
|
2012-08-29 01:05:57 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
<div class="alert" id="class-dne">
|
|
|
|
|
<p>The class <span class="classname" id="class-dne-name"></span> does not exist.</p>
|
|
|
|
|
<a id="create-it" class="btn btn-primary" href="#">Create and send</a>
|
|
|
|
|
<a class="btn" onClick="$('#class-dne').stop(true).fadeOut(500);">Cancel message</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="alert" id="class-nosub">
|
|
|
|
|
<p>You're not subscribed to the class <span class="classname" id="class-nosub-name"></span>.</p>
|
|
|
|
|
<a id="sub-it" class="btn btn-primary" href="#">Subscribe and send</a>
|
|
|
|
|
<a class="btn" onClick="$('#class-nosub').stop(true).fadeOut(500);">Cancel message</a>
|
|
|
|
|
</div>
|
2012-09-14 21:47:22 +02:00
|
|
|
|
</div>
|
2012-09-10 20:31:53 +02:00
|
|
|
|
|
2012-08-28 18:44:51 +02:00
|
|
|
|
{% endblock %}
|
2012-09-14 21:47:22 +02:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|