From 025dd1bc61f6a49ba37457dcae9eae7a67f3314b Mon Sep 17 00:00:00 2001 From: erlehmann Date: Mon, 11 Aug 2008 20:37:26 +0000 Subject: [PATCH] new layout inspired by stage6 (now defunct) git-svn-id: http://yolanda.mister-muffin.de/svn@365 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/data/templates/xhtml/base.mako.py | 75 ++++++-- trunk/data/templates/xhtml/base.mako.pyc | Bin 4064 -> 6615 bytes trunk/data/templates/xhtml/index.mako.py | 6 +- trunk/data/templates/xhtml/index.mako.pyc | Bin 2343 -> 3646 bytes trunk/data/templates/xhtml/results.mako.py | 6 +- trunk/data/templates/xhtml/results.mako.pyc | Bin 3893 -> 3895 bytes trunk/yolanda/config/routing.pyc | Bin 1432 -> 1432 bytes trunk/yolanda/public/css/colors/tango.css | 176 ++++++++++++++++++ trunk/yolanda/public/css/default.css | 100 +--------- trunk/yolanda/public/css/embedded.css | 42 +++++ trunk/yolanda/public/css/reset.css | 73 ++++++++ trunk/yolanda/public/css/structure/fake6.css | 113 +++++++++++ trunk/yolanda/public/images/404.png | Bin 9493 -> 45301 bytes trunk/yolanda/public/images/openid-icon.png | Bin 0 -> 582 bytes .../tango/16x16/actions/document-new.png | Bin 0 -> 477 bytes .../images/tango/16x16/actions/go-up.png | Bin 0 -> 652 bytes .../tango/16x16/actions/system-search.png | Bin 0 -> 935 bytes .../tango/16x16/emblems/emblem-favorite.png | Bin 0 -> 788 bytes .../tango/16x16/emblems/emblem-important.png | Bin 0 -> 717 bytes trunk/yolanda/templates/xhtml/base.mako | 89 ++++++++- trunk/yolanda/templates/xhtml/index.mako | 21 ++- trunk/yolanda/templates/xhtml/results.mako | 4 +- 22 files changed, 581 insertions(+), 124 deletions(-) create mode 100644 trunk/yolanda/public/css/colors/tango.css create mode 100644 trunk/yolanda/public/css/embedded.css create mode 100644 trunk/yolanda/public/css/reset.css create mode 100644 trunk/yolanda/public/css/structure/fake6.css create mode 100755 trunk/yolanda/public/images/openid-icon.png create mode 100644 trunk/yolanda/public/images/tango/16x16/actions/document-new.png create mode 100644 trunk/yolanda/public/images/tango/16x16/actions/go-up.png create mode 100644 trunk/yolanda/public/images/tango/16x16/actions/system-search.png create mode 100644 trunk/yolanda/public/images/tango/16x16/emblems/emblem-favorite.png create mode 100644 trunk/yolanda/public/images/tango/16x16/emblems/emblem-important.png diff --git a/trunk/data/templates/xhtml/base.mako.py b/trunk/data/templates/xhtml/base.mako.py index f858bc3..7ec751b 100644 --- a/trunk/data/templates/xhtml/base.mako.py +++ b/trunk/data/templates/xhtml/base.mako.py @@ -1,12 +1,12 @@ from mako import runtime, filters, cache UNDEFINED = runtime.UNDEFINED _magic_number = 2 -_modified_time = 1218131048.479471 +_modified_time = 1218437120.3345709 _template_filename=u'/home/nils/src/yolanda/trunk/yolanda/templates/xhtml/base.mako' _template_uri=u'/xhtml/base.mako' _template_cache=cache.Cache(__name__, _modified_time) _source_encoding=None -_exports = ['search'] +_exports = ['search', 'tagcloud', 'login'] def render_body(context,**pageargs): @@ -17,36 +17,46 @@ def render_body(context,**pageargs): self = context.get('self', UNDEFINED) # SOURCE LINE 1 context.write(u'\n\n\n') - # SOURCE LINE 16 + # SOURCE LINE 38 + context.write(u'\n\n') + # SOURCE LINE 53 + context.write(u'\n\n') + # SOURCE LINE 87 context.write(u'\n\n\n\n\n\n \n\n \n\n \n Yolanda - ') - # SOURCE LINE 35 + # SOURCE LINE 106 context.write(unicode(self.title())) context.write(u'\n \n\n\n\n\n\n
\n

\n ') - # SOURCE LINE 44 + # SOURCE LINE 115 context.write(unicode(self.heading())) context.write(u'\n

\n
\n\n ') - # SOURCE LINE 48 + # SOURCE LINE 119 context.write(unicode(self.search())) context.write(u'\n\n ') - # SOURCE LINE 50 + # SOURCE LINE 121 + context.write(unicode(self.tagcloud())) + context.write(u'\n\n ') + # SOURCE LINE 123 + context.write(unicode(self.login())) + context.write(u'\n\n ') + # SOURCE LINE 125 context.write(unicode(self.body())) context.write(u'\n\n \n\n