#!/usr/bin/env python ################################################## ## DEPENDENCIES import sys import os import os.path from os.path import getmtime, exists import time import types import __builtin__ from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple from Cheetah.Template import Template from Cheetah.DummyTransaction import DummyTransaction from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList from Cheetah.CacheRegion import CacheRegion import Cheetah.Filters as Filters import Cheetah.ErrorCatchers as ErrorCatchers from prewikka.templates.TopLayout import TopLayout ################################################## ## MODULE CONSTANTS try: True, False except NameError: True, False = (1==1), (1==0) VFFSL=valueFromFrameOrSearchList VFSL=valueFromSearchList VFN=valueForName currentTime=time.time __CHEETAH_version__ = '2.0' __CHEETAH_versionTuple__ = (2, 0, 0, 'final', 0) __CHEETAH_genTime__ = 1200702934.582716 __CHEETAH_genTimestamp__ = 'Fri Jan 18 19:35:34 2008' __CHEETAH_src__ = 'prewikka/templates/ClassicLayout.tmpl' __CHEETAH_srcLastModified__ = 'Wed Jul 11 05:58:52 2007' __CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine' if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: raise AssertionError( 'This template was compiled with Cheetah version' ' %s. Templates compiled before version %s must be recompiled.'%( __CHEETAH_version__, RequiredCheetahVersion)) ################################################## ## CLASSES class ClassicLayout(TopLayout): ################################################## ## CHEETAH GENERATED METHODS def __init__(self, *args, **KWs): TopLayout.__init__(self, *args, **KWs) if not self._CHEETAH__instanceInitialized: cheetahKWArgs = {} allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split() for k,v in KWs.items(): if k in allowedKWs: cheetahKWArgs[k] = v self._initCheetahInstance(**cheetahKWArgs) def body_class(self, **KWS): ## CHEETAH: generated from #def body_class() at line 3, col 1. trans = KWS.get("trans") if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): trans = self.transaction # is None unless self.awake() was called if not trans: trans = DummyTransaction() _dummyTrans = True else: _dummyTrans = False write = trans.response().write SL = self._CHEETAH__searchList _filter = self._CHEETAH__currentFilter ######################################## ## START - generated method body write('''classic_body ''') ######################################## ## END - generated method body return _dummyTrans and trans.response().getvalue() or "" def layout_start_hook(self, **KWS): ## CHEETAH: generated from #def layout_start_hook at line 35, col 1. trans = KWS.get("trans") if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): trans = self.transaction # is None unless self.awake() was called if not trans: trans = DummyTransaction() _dummyTrans = True else: _dummyTrans = False write = trans.response().write SL = self._CHEETAH__searchList _filter = self._CHEETAH__currentFilter ######################################## ## START - generated method body ######################################## ## END - generated method body return _dummyTrans and trans.response().getvalue() or "" def menu_extra_content(self, **KWS): ## CHEETAH: generated from #def menu_extra_content at line 53, col 3. trans = KWS.get("trans") if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): trans = self.transaction # is None unless self.awake() was called if not trans: trans = DummyTransaction() _dummyTrans = True else: _dummyTrans = False write = trans.response().write SL = self._CHEETAH__searchList _filter = self._CHEETAH__currentFilter ######################################## ## START - generated method body ######################################## ## END - generated method body return _dummyTrans and trans.response().getvalue() or "" def layout_end_hook(self, **KWS): ## CHEETAH: generated from #def layout_end_hook at line 60, col 1. trans = KWS.get("trans") if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): trans = self.transaction # is None unless self.awake() was called if not trans: trans = DummyTransaction() _dummyTrans = True else: _dummyTrans = False write = trans.response().write SL = self._CHEETAH__searchList _filter = self._CHEETAH__currentFilter ######################################## ## START - generated method body ######################################## ## END - generated method body return _dummyTrans and trans.response().getvalue() or "" def toplayout_content(self, **KWS): ## CHEETAH: generated from #block toplayout_content at line 7, col 1. trans = KWS.get("trans") if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): trans = self.transaction # is None unless self.awake() was called if not trans: trans = DummyTransaction() _dummyTrans = True else: _dummyTrans = False write = trans.response().write SL = self._CHEETAH__searchList _filter = self._CHEETAH__currentFilter ######################################## ## START - generated method body _orig_filter_28979084 = _filter filterName = 'CleanOutput' if self._CHEETAH__filters.has_key("CleanOutput"): _filter = self._CHEETAH__currentFilter = self._CHEETAH__filters[filterName] else: _filter = self._CHEETAH__currentFilter = \ self._CHEETAH__filters[filterName] = getattr(self._CHEETAH__filtersLib, filterName)(self).filter write('''
''') for name, link in VFFSL(SL,"interface.tabs",True): # generated from line 11, col 3 if VFFSL(SL,"name",True) == VFFSL(SL,"interface.active_tab",True): # generated from line 12, col 5 class_ = 'topmenu_item_active' else: # generated from line 14, col 5 class_ = 'topmenu_item_inactive' write('''

''') if False: _(VFFSL(SL,"name",True)) _v = VFFSL(SL,"_",False)(VFFSL(SL,"name",True)) # '$_($name)' on line 17, col 45 if _v is not None: write(_filter(_v, rawExpr='$_($name)')) # from line 17, col 45. write('''

''') write('''
''') if VFFSL(SL,"prewikka.logout_link",True): # generated from line 21, col 3 write('''

''') if False: _("logout") _v = VFFSL(SL,"_",False)("logout") # '$_("logout")' on line 22, col 40 if _v is not None: write(_filter(_v, rawExpr='$_("logout")')) # from line 22, col 40. write('''

''') write('''
''') _filter = _orig_filter_28979084 write('''

''') if False: _("%(username)s on %(date)s") _v = VFFSL(SL,"str",False)(VFFSL(SL,"_",False)("%(username)s on %(date)s") % { "username": VFFSL(SL,"prewikka.userlink",True), "date": VFFSL(SL,"prewikka.date",True) }) # '$str($_("%(username)s on %(date)s") % { "username": $prewikka.userlink, "date": $prewikka.date })' on line 28, col 8 if _v is not None: write(_filter(_v, rawExpr='$str($_("%(username)s on %(date)s") % { "username": $prewikka.userlink, "date": $prewikka.date })')) # from line 28, col 8. write('''

''') _orig_filter_10773317 = _filter filterName = 'CleanOutput' if self._CHEETAH__filters.has_key("CleanOutput"): _filter = self._CHEETAH__currentFilter = self._CHEETAH__filters[filterName] else: _filter = self._CHEETAH__currentFilter = \ self._CHEETAH__filters[filterName] = getattr(self._CHEETAH__filtersLib, filterName)(self).filter write('''
''') _filter = _orig_filter_10773317 _orig_filter_30911138 = _filter filterName = 'Filter' if self._CHEETAH__filters.has_key("Filter"): _filter = self._CHEETAH__currentFilter = self._CHEETAH__filters[filterName] else: _filter = self._CHEETAH__currentFilter = \ self._CHEETAH__filters[filterName] = getattr(self._CHEETAH__filtersLib, filterName)(self).filter write(''' ''') _v = VFFSL(SL,"layout_start_hook",True) # '$layout_start_hook' on line 37, col 1 if _v is not None: write(_filter(_v, rawExpr='$layout_start_hook')) # from line 37, col 1. write(''' ''') _filter = _orig_filter_30911138 _orig_filter_80557701 = _filter filterName = 'CleanOutput' if self._CHEETAH__filters.has_key("CleanOutput"): _filter = self._CHEETAH__currentFilter = self._CHEETAH__filters[filterName] else: _filter = self._CHEETAH__currentFilter = \ self._CHEETAH__filters[filterName] = getattr(self._CHEETAH__filtersLib, filterName)(self).filter write('''
''') _v = VFFSL(SL,"main_content",True) # '$main_content' on line 58, col 16 if _v is not None: write(_filter(_v, rawExpr='$main_content')) # from line 58, col 16. write('''
''') _v = VFFSL(SL,"layout_end_hook",True) # '$layout_end_hook' on line 62, col 1 if _v is not None: write(_filter(_v, rawExpr='$layout_end_hook')) # from line 62, col 1. write(''' ''') _filter = _orig_filter_10729349 ######################################## ## END - generated method body return _dummyTrans and trans.response().getvalue() or "" def writeBody(self, **KWS): ## CHEETAH: main method generated for this template trans = KWS.get("trans") if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)): trans = self.transaction # is None unless self.awake() was called if not trans: trans = DummyTransaction() _dummyTrans = True else: _dummyTrans = False write = trans.response().write SL = self._CHEETAH__searchList _filter = self._CHEETAH__currentFilter ######################################## ## START - generated method body write(''' ''') self.toplayout_content(trans=trans) ######################################## ## END - generated method body return _dummyTrans and trans.response().getvalue() or "" ################################################## ## CHEETAH GENERATED ATTRIBUTES _CHEETAH__instanceInitialized = False _CHEETAH_version = __CHEETAH_version__ _CHEETAH_versionTuple = __CHEETAH_versionTuple__ _CHEETAH_genTime = __CHEETAH_genTime__ _CHEETAH_genTimestamp = __CHEETAH_genTimestamp__ _CHEETAH_src = __CHEETAH_src__ _CHEETAH_srcLastModified = __CHEETAH_srcLastModified__ _mainCheetahMethod_for_ClassicLayout= 'writeBody' ## END CLASS DEFINITION if not hasattr(ClassicLayout, '_initCheetahAttributes'): templateAPIClass = getattr(ClassicLayout, '_CHEETAH_templateClass', Template) templateAPIClass._addCheetahPlumbingCodeToClass(ClassicLayout) # CHEETAH was developed by Tavis Rudd and Mike Orr # with code, advice and input from many other volunteers. # For more information visit http://www.CheetahTemplate.org/ ################################################## ## if run from command line: if __name__ == '__main__': from Cheetah.TemplateCmdLineIface import CmdLineIface CmdLineIface(templateObj=ClassicLayout()).run()