X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Flist_authors.py;h=dca1c4090779344699278e1adcc27aed4a0e24d6;hb=HEAD;hp=5ee4af0a2c7cdc0c97d116db11d5afe3110668c8;hpb=ecd2349c26418c8b55ec9e0d17009321b6472236;p=m_librarian.git diff --git a/m_librarian/web/views/list_authors.py b/m_librarian/web/views/list_authors.py index 5ee4af0..dca1c40 100644 --- a/m_librarian/web/views/list_authors.py +++ b/m_librarian/web/views/list_authors.py @@ -25,7 +25,7 @@ from Cheetah.CacheRegion import CacheRegion import Cheetah.Filters as Filters import Cheetah.ErrorCatchers as ErrorCatchers from Cheetah.compat import unicode -import cgi +from m_librarian.translations import translations from views.layout import layout from views.search_authors_form import search_authors_form @@ -35,12 +35,12 @@ VFFSL=valueFromFrameOrSearchList VFSL=valueFromSearchList VFN=valueForName currentTime=time.time -__CHEETAH_version__ = '3.1.0' -__CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1) -__CHEETAH_genTime__ = 1528670903.492958 -__CHEETAH_genTimestamp__ = 'Mon Jun 11 01:48:23 2018' +__CHEETAH_version__ = '3.3.1' +__CHEETAH_versionTuple__ = (3, 3, 1, 'final', 0) +__CHEETAH_genTime__ = 1718725815.054143 +__CHEETAH_genTimestamp__ = 'Tue Jun 18 18:50:15 2024' __CHEETAH_src__ = 'list_authors.tmpl' -__CHEETAH_srcLastModified__ = 'Mon Jun 11 01:48:21 2018' +__CHEETAH_srcLastModified__ = 'Tue Jun 18 18:50:12 2024' __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine' if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: @@ -101,19 +101,47 @@ class list_authors(layout): ''') if VFFSL(SL,"authors",True): # generated from line 12, col 1 + _orig_filter_63533534 = _filter + filterName = u'WebSafe' + if "WebSafe" in self._CHEETAH__filters: + _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(u''' + + ''') + if False: + _ + _ = VFFSL(SL,"getattr",False)(VFFSL(SL,"translations",True), 'ugettext', None) or VFFSL(SL,"translations.gettext",True) + for column in VFFSL(SL,"columns",True): # generated from line 17, col 3 + write(u''' ''') - for author in VFFSL(SL,"authors",True): # generated from line 14, col 3 + write(u''' +''') + for author in VFFSL(SL,"authors",True): # generated from line 21, col 3 write(u''' ''') - for column in VFFSL(SL,"columns",True): # generated from line 16, col 3 - write(u''' ''') @@ -121,7 +149,8 @@ class list_authors(layout): ''') write(u'''
''') + if False: + _(VFFSL(SL,"column",True)) + _v = VFFSL(SL,"_",False)(VFFSL(SL,"column",True)) # u'$_($column)' on line 18, col 36 + if _v is not None: write(_filter(_v, rawExpr=u'$_($column)')) # from line 18, col 36. + write(u'''
''') - _v = VFN(VFFSL(SL,"cgi",True),"escape",False)(unicode(VFFSL(SL,"getattr",False)(VFFSL(SL,"author",True), VFFSL(SL,"column",True)) or '')) # u"$cgi.escape(unicode($getattr($author, $column) or ''))" on line 18, col 5 - if _v is not None: write(_filter(_v, rawExpr=u"$cgi.escape(unicode($getattr($author, $column) or ''))")) # from line 18, col 5. + _v = VFFSL(SL,"unicode",False)(VFFSL(SL,"getattr",False)(VFFSL(SL,"author",True), VFFSL(SL,"column",True)) or '') # u"$unicode($getattr($author, $column) or '')" on line 30, col 5 + if _v is not None: write(_filter(_v, rawExpr=u"$unicode($getattr($author, $column) or '')")) # from line 30, col 5. write(u'''
''') - else: # generated from line 24, col 1 + _filter = self._CHEETAH__currentFilter = _orig_filter_63533534 + else: # generated from line 37, col 1 write(u'''

\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0430\u0432\u0442\u043e\u0440\u0430!

''') @@ -189,7 +218,7 @@ if not hasattr(list_authors, '_initCheetahAttributes'): # CHEETAH was developed by Tavis Rudd and Mike Orr # with code, advice and input from many other volunteers. -# For more information visit http://cheetahtemplate.org/ +# For more information visit https://cheetahtemplate.org/ ################################################## ## if run from command line: