X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Flayout.py;h=524a0b7f8b20f42e51d9283afccaeed10ca0ce89;hb=bb78bdc67ee559bd77f7e06e95902930c5410471;hp=f8ba1b2e7d1608fa2c89c503767574aae531b240;hpb=023023391fc401b00827d001b30ee6d7c29fc5ef;p=m_librarian.git diff --git a/m_librarian/web/views/layout.py b/m_librarian/web/views/layout.py index f8ba1b2..524a0b7 100644 --- a/m_librarian/web/views/layout.py +++ b/m_librarian/web/views/layout.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- @@ -31,12 +32,12 @@ VFFSL=valueFromFrameOrSearchList VFSL=valueFromSearchList VFN=valueForName currentTime=time.time -__CHEETAH_version__ = '3.1.0' -__CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1) -__CHEETAH_genTime__ = 1522609587.049776 -__CHEETAH_genTimestamp__ = 'Sun Apr 1 22:06:27 2018' +__CHEETAH_version__ = '3.2.6' +__CHEETAH_versionTuple__ = (3, 2, 6, 'final', 0) +__CHEETAH_genTime__ = 1608677601.931249 +__CHEETAH_genTimestamp__ = 'Wed Dec 23 01:53:21 2020' __CHEETAH_src__ = 'layout.tmpl' -__CHEETAH_srcLastModified__ = 'Sun Apr 1 22:06:06 2018' +__CHEETAH_srcLastModified__ = 'Wed Dec 23 01:52:26 2020' __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine' if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: @@ -88,22 +89,29 @@ class layout(Template): - + ''') - _v = VFFSL(SL,"title",True) # u'$title' on line 8, col 8 - if _v is not None: write(_filter(_v, rawExpr=u'$title')) # from line 8, col 8. - write(u''' + _v = VFFSL(SL,"title",True) # u'$title' on line 9, col 8 + if _v is not None: write(_filter(_v, rawExpr=u'$title')) # from line 9, col 8. + write(u''' \u2014 m_Librarian + - + + + + + +

m_Librarian

\u0412\u044b\u0445\u043e\u0434
''') - _v = VFFSL(SL,"body",True) # u'$body' on line 17, col 1 - if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 17, col 1. + _v = VFFSL(SL,"body",True) # u'$body' on line 25, col 1 + if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 25, col 1. write(u''' @@ -147,7 +155,7 @@ if not hasattr(layout, '_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: