]> git.phdru.name Git - m_librarian.git/blob - m_librarian/web/views/layout.tmpl
Feat(web): Add style.css
[m_librarian.git] / m_librarian / web / views / layout.tmpl
1 #encoding utf-8
2 #attr $title = ''
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4    "http://www.w3.org/TR/html4/loose.dtd">
5 <html>
6 <!-- THIS PAGE IS AUTOMATICALLY GENERATED USING CheetahTemplate. DO NOT EDIT. -->
7 <head>
8 <meta HTTP-Equiv="Content-Type" content="text/html; charset=utf-8">
9 <title>$title — m_Librarian</title>
10 <meta name="author" content="Oleg Broytman">
11 <meta name="copyright" content="&copy; 2018 PhiloSoft Design">
12 <link rev="made" href="mailto:phd@phdru.name">
13 <meta name="generator" content="CheetahTemplate">
14 <meta name="MSSmartTagsPreventParsing" content="TRUE"> <!-- MUST DIE -->
15 <link rel="stylesheet" type="text/css" media="screen" href="/static/style.css">
16 </head>
17 <body bgcolor="#FFFFFF" text="#000000"
18       link="#0000bb"  vlink="#551a8b" alink="#ff0000">
19 <table style="width: 100%">
20 <tr style="width: 100%">
21   <td style="width: 50%"><p>m_Librarian</p></td>
22   <td style="width: 50%; text-align: right"><a href="/quit">Выход</a></td>
23 </tr>
24 </table>
25 $body
26 </body>
27 </html>