]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/views/layout.py
Style(app): Rename `id`
[m_librarian.git] / m_librarian / web / views / layout.py
index f8ba1b2e7d1608fa2c89c503767574aae531b240..524a0b7f8b20f42e51d9283afccaeed10ca0ce89 100644 (file)
@@ -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):
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED USING CheetahTemplate. DO NOT EDIT. -->
 <head>
-<meta HTTP-Equiv="Content-Type" content="text/html">
+<meta HTTP-Equiv="Content-Type" content="text/html; charset=utf-8">
 <title>''')
-        _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'''</title>
+        _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</title>
 <meta name="author" content="Oleg Broytman">
 <meta name="copyright" content="&copy; 2018 PhiloSoft Design">
 <link rev="made" href="mailto:phd@phdru.name">
 <meta name="generator" content="CheetahTemplate">
 <meta name="MSSmartTagsPreventParsing" content="TRUE"> <!-- MUST DIE -->
+<link rel="stylesheet" type="text/css" media="screen" href="/static/style.css">
 </head>
-<body bgcolor="#CCCCCC" text="#000000"
+<body bgcolor="#FFFFFF" text="#000000"
       link="#0000bb"  vlink="#551a8b" alink="#ff0000">
+<table style="width: 100%">
+<tr style="width: 100%">
+  <td style="width: 50%"><p><a href="/">m_Librarian</a></p></td>
+  <td style="width: 50%; text-align: right"><a href="/quit">\u0412\u044b\u0445\u043e\u0434</a></td>
+</tr>
+</table>
 ''')
-        _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'''
 </body>
 </html>
@@ -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: