]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/views/layout.tmpl
Feat(web): Search authors
[m_librarian.git] / m_librarian / web / views / layout.tmpl
index 60da30eb0e8baa04331439f393009b9f372eee20..778cafb914f6419a360930afb188fd3d5f5401cf 100644 (file)
@@ -1,19 +1,26 @@
+#encoding utf-8
 #attr $title = ''
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED USING CheetahTemplate. DO NOT EDIT. -->
 <head>
-<meta HTTP-Equiv="Content-Type" content="text/html">
-<title>$title</title>
+<meta HTTP-Equiv="Content-Type" content="text/html; charset=utf-8">
+<title>$title — 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">Выход</a></td>
+</tr>
+</table>
 $body
 </body>
 </html>