X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=html%2Fhtml.py;h=b085e69fd7e1dac1b82017abe7c02b8b3ff0e685;hb=02a65d64e190bc5480cc4ccce4cc4e16db1ba66e;hp=72610c53e0c0959f15abd9c39e0a71e8a5df4733;hpb=77e57afc4d35c03e681ccc01b4fbfdabbf2e52f6;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/html/html.py b/html/html.py index 72610c5..b085e69 100644 --- a/html/html.py +++ b/html/html.py @@ -34,10 +34,10 @@ VFN=valueForName currentTime=time.time __CHEETAH_version__ = '2.4.4' __CHEETAH_versionTuple__ = (2, 4, 4, 'development', 1) -__CHEETAH_genTime__ = 1400553119.801587 -__CHEETAH_genTimestamp__ = 'Tue May 20 06:31:59 2014' +__CHEETAH_genTime__ = 1400554889.690351 +__CHEETAH_genTimestamp__ = 'Tue May 20 07:01:29 2014' __CHEETAH_src__ = 'html.tmpl' -__CHEETAH_srcLastModified__ = 'Tue May 20 06:31:57 2014' +__CHEETAH_srcLastModified__ = 'Tue May 20 07:01:27 2014' __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine' if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: @@ -107,9 +107,13 @@ class html(HTTPResponse): +

''') + _v = VFFSL(SL,"title",True) # u'$title' on line 24, col 5 + if _v is not None: write(_filter(_v, rawExpr=u'$title')) # from line 24, col 5. + write(u'''

''') - _v = VFFSL(SL,"body",True) # u'$body' on line 24, col 1 - if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 24, 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''' ''')