From b3ce5191ae14df73eab5b6a1602281a6b84d721f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sun, 7 Aug 2011 14:34:30 +0200 Subject: new jquery --- templates/base.html | 127 ++++++++++++++++++++++++--------------------------- templates/login.html | 11 +++-- templates/tree.html | 112 +++++++++++---------------------------------- 3 files changed, 94 insertions(+), 156 deletions(-) diff --git a/templates/base.html b/templates/base.html index e784293..5c4a1c3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,8 @@ - + + @@ -9,16 +10,17 @@ - + + - - + + @@ -29,6 +31,11 @@ $(function() { $("input:submit, input:reset, input:button, a",".button").button(); $('.tip').tooltip({showURL: false}); + $('.menubar').menubar({menuIcon: true, buttons: true}); + $('#endmatter').addClass('ui-state-default'); + $('a.gravatar').each(function(i,item) { + $(item).append($.gravatar($(item).attr('title'))); + }); $.validator.setDefaults({ highlight: function(input) { $(input).addClass("ui-state-error"); @@ -60,74 +67,60 @@
{% block main %}{% endblock %} -
+
diff --git a/templates/login.html b/templates/login.html index aad4740..de58b9c 100644 --- a/templates/login.html +++ b/templates/login.html @@ -2,8 +2,11 @@ {% block headline %}Login{% endblock %} {% block title %}COIP{% endblock %} {% block main %} -

Welcome!

-

This is a technology preview of coip. Please consider signing up for the coip mailing list at coip <at> segate.sunet.se. Note that any data you enter -into this version of coip will get deleted as the database is reset regularly. Stay tuned!

-
Login
+ +
+

Welcome!

+

This is a technology preview of coip. Please consider signing up for the coip mailing list at coip <at> segate.sunet.se. Note that any data you enter + into this version of coip will get deleted as the database is reset regularly. Stay tuned!

+ +
{% endblock %} \ No newline at end of file diff --git a/templates/tree.html b/templates/tree.html index f1e45b4..01969ab 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -3,56 +3,7 @@ {% endblock %} {% block main %} - +
+ +
+
My groups
+
-
  •  
  • -
  • +
  • {% block content %}{% endblock %}
  • - {% endblock %} \ No newline at end of file -- cgit v1.1