from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
_magic_number = 2
_modified_time = 1217192624.700382
_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 = []
def render_body(context,**pageargs):
context.caller_stack.push_frame()
try:
__M_locals = dict(pageargs=pageargs)
h = context.get('h', UNDEFINED)
self = context.get('self', UNDEFINED)
# SOURCE LINE 1
context.write(u'\n\n\n\n\n
\n\n \n\n \n\n \n Yolanda - ')
# SOURCE LINE 22
context.write(unicode(self.title()))
context.write(u'\n \n\n\n\n\n\n \n
\n ')
# SOURCE LINE 31
context.write(unicode(self.heading()))
context.write(u'\n
\n \n\n \n\n
\n Search all videos\n
\n\n ')
# SOURCE LINE 41
context.write(unicode(h.form(h.url_for('search_results'), method='get')))
context.write(u'\n\n ')
# SOURCE LINE 43
context.write(unicode(h.text_field('query')))
context.write(u'\n ')
# SOURCE LINE 44
context.write(unicode(h.submit('Search')))
context.write(u'\n\n ')
# SOURCE LINE 46
context.write(unicode(h.end_form()))
context.write(u'\n\n \n\n ')
# SOURCE LINE 50
context.write(unicode(self.body()))
context.write(u'\n\n \n
Yolanda Copyright © 2007, 2008
The Yolanda Developers –\n This program comes with
absolutely no warranty; for details
click here.\n This is
free software, and you are welcome to redistribute it\n under certain conditions;
click here for details.\n To view the source code,
click here. Report bugs
here.\n
\n\n \n\n\n\n\n')
return ''
finally:
context.caller_stack.pop_frame()