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