]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/views/layout.py
Feat(web): Add style.css
[m_librarian.git] / m_librarian / web / views / layout.py
index 8bc236ee26976fe999e83f2db543e24759a25657..d7cae1afbcc5fc49e13d5f4d697825fd9126dd79 100644 (file)
@@ -34,10 +34,10 @@ VFN=valueForName
 currentTime=time.time
 __CHEETAH_version__ = '3.1.0'
 __CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1)
-__CHEETAH_genTime__ = 1522960530.67886
-__CHEETAH_genTimestamp__ = 'Thu Apr  5 23:35:30 2018'
+__CHEETAH_genTime__ = 1523141278.03866
+__CHEETAH_genTimestamp__ = 'Sun Apr  8 01:47:58 2018'
 __CHEETAH_src__ = 'layout.tmpl'
-__CHEETAH_srcLastModified__ = 'Thu Apr  5 23:35:06 2018'
+__CHEETAH_srcLastModified__ = 'Sun Apr  8 01:47:39 2018'
 __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine'
 
 if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
@@ -99,6 +99,7 @@ class layout(Template):
 <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="#FFFFFF" text="#000000"
       link="#0000bb"  vlink="#551a8b" alink="#ff0000">
@@ -109,8 +110,8 @@ class layout(Template):
 </tr>
 </table>
 ''')
-        _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'''
 </body>
 </html>