]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/views/layout.py
Feat(web): Search authors
[m_librarian.git] / m_librarian / web / views / layout.py
index f8ba1b2e7d1608fa2c89c503767574aae531b240..726e57028a4a62de8e22470814fa4e61beecfd78 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 
 
 
@@ -33,10 +34,10 @@ 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_genTime__ = 1522953148.995817
+__CHEETAH_genTimestamp__ = 'Thu Apr  5 21:32:28 2018'
 __CHEETAH_src__ = 'layout.tmpl'
-__CHEETAH_srcLastModified__ = 'Sun Apr  1 22:06:06 2018'
+__CHEETAH_srcLastModified__ = 'Thu Apr  5 21:32:27 2018'
 __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine'
 
 if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
@@ -88,22 +89,28 @@ 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 -->
 </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>m_Librarian</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 24, col 1
+        if _v is not None: write(_filter(_v, rawExpr=u'$body')) # from line 24, col 1.
         write(u'''
 </body>
 </html>