From 63eac434d82c8a18c3c2b437049f8c2401b0349f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 13 Jun 2011 17:42:59 +0200 Subject: style polish, new jstree (still not working with jquery 1.5) and fresh jquery --- templates/apps/userprofile/home.html | 4 ++-- templates/base.html | 42 +++++++++++++++++++++++++----------- templates/tree.html | 6 +++--- 3 files changed, 34 insertions(+), 18 deletions(-) (limited to 'templates') diff --git a/templates/apps/userprofile/home.html b/templates/apps/userprofile/home.html index 147632b..3ac26b6 100644 --- a/templates/apps/userprofile/home.html +++ b/templates/apps/userprofile/home.html @@ -28,7 +28,7 @@
You became a member of {{m.name.shortname}} {{m.timecreated|datehumanize}} {% if m.tags %}

Role{{m.tags|pluralize}}

- {%endif%} + {%endif%}
{% endif %} @@ -104,15 +103,32 @@
{% block main %}{% endblock %} +
diff --git a/templates/tree.html b/templates/tree.html index bc8b5fd..f925165 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -35,9 +35,9 @@ $(function() {
  • {{ prefix_url }}
  • {% if name and render.up %} {% if name.parent %} -
  • +
  • {% else %} -
  • +
  • {% endif %} {% endif %} @@ -64,7 +64,7 @@ $(function() { {% endif %} -
  • +
  • -- cgit v1.1