Skip to content

Commit

Permalink
Removed chat and bottom toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril authored and Cyril committed Dec 20, 2011
1 parent 2b17a9e commit d81600d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 66 deletions.
14 changes: 0 additions & 14 deletions build/build

This file was deleted.

4 changes: 2 additions & 2 deletions static/js/12o_super_mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -6076,7 +6076,7 @@ chat.events.on_messages = function(a) {
$("#chat-frame").css("display") == "none" && $("#chat-icon").attr("src", "/static/icons/chat-active.gif").fadeOut(100).fadeIn(100).fadeOut(100).fadeIn(100).fadeOut(100).fadeIn(100)
}
};
$(function() {
/*$(function() {
$("#chat-tabs").tabs({
tabTemplate: "<li><img src='/static/icons/forest-active.png' class='margin-bottom' style='float: left;'><a href='#{href}'>#{label}</a><span class='ui-icon ui-icon-close'>Remove Tab</span></li>"
});
Expand Down Expand Up @@ -6137,7 +6137,7 @@ $(function() {
b.dialog("close");
return false
})
});
});*/
Date.CultureInfo = {
name: "en-US",
englishName: "English (United States)",
Expand Down
50 changes: 0 additions & 50 deletions templates/html/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,57 +86,7 @@ <h3>Loading...</h3>
<div id="toolbar_action">
<span class="show_toolbar"><img src="/static/icons/up.gif"/></span>
</div>

<div id="toolbar">
<div id="search">
<div class="search-input">
<form action="{% url core_search_query %}" method="get" id="search_form">
<input type="text" id="id_search_q" name="q" size="15" onfocus="if(this.value=='{% trans %}Search{% endtrans %}') this.value='';" onblur="if(this.value=='') this.value='{% trans %}Search{% endtrans %}';" value="{% trans %}Search{% endtrans %}" />
<input type="submit" id="id_search_submit" value=""/>
</form>
</div>
</div>

<div class="toolbar-links">
{{ core_perspective_switch() }}

<a id="open-chat"><img src="/static/icons/chat.gif" id="chat-icon" class="margin-bottom" /> {% trans %}Chat{% endtrans %}</a>

<div id="chat-frame" class="chat">

<div id="chat-title-block">
<div id="chat-title">{% trans %}Chat{% endtrans %}</div>
<div id="chat-close"></div>
<div class="clear"></div>
</div>

<div class="chat-users">
<p>{% trans %}No users online{% endtrans %}</p>
</div>

<div class="chat-window">
<div class="chat-tabs" id="chat-tabs">
<ul></ul>
</div>
<p style="margin-left:5px">
{% trans %}Click on user in userlist to start conference{% endtrans %}.
</p>
<div class="chat-input">
<form>
<input type="text" id="chat-input-msg" />
<img src="/static/icons/chat.gif" />
</form>
</div>
</div>
</div>
<span class="small">Powered by <a href="http://tree.io/" style="padding: 0;">Tree.io</a></span>
</div>
<span class="hide_toolbar">
<img src="/static/icons/down.gif"/>
</span>
</div>

</div>
</div>
</body>
</html>

0 comments on commit d81600d

Please sign in to comment.