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 +++++++++++++++++++++++++--------------------------- 1 file changed, 60 insertions(+), 67 deletions(-) (limited to 'templates/base.html') 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 %} -
+
-- cgit v1.1