]> git.phdru.name Git - phdru.name/phdru.name.git/blob - phd_pp_ru.tmpl
Separate generators links for news and the blog.
[phdru.name/phdru.name.git] / phd_pp_ru.tmpl
1 #encoding koi8-r
2 #extends phd_pp
3 #implements respond
4 #attr $Title = ''
5 #attr $Description = None
6 #attr $Keywords = None
7 #attr $Copyright = None
8 #attr $Prev = None
9 #attr $Next = None
10 #attr $refresh = None
11 #import time
12 #attr $last_modified_en = time.strftime("%a, %d %b %Y %T GMT", time.gmtime())
13 #attr $last_modified_ru = time.strftime("%d.%m.%Y в %T", time.localtime())
14 #attr $styles = None
15 #attr $alternates = None
16 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
17    "http://www.w3.org/TR/html4/loose.dtd">
18 <html>
19 <!-- THIS PAGE IS AUTOMATICALLY GENERATED USING CheetahTemplate. DO NOT EDIT. -->
20 <head>
21 <meta HTTP-Equiv="Content-Type" content="text/html">
22 <meta HTTP-Equiv="Content-Location" content="http://phd.pp.ru$path">
23 <meta HTTP-Equiv="Last-Modified" content="$last_modified_en">
24 <title>$Title</title>
25 #if $refresh:
26 <meta HTTP-Equiv="Refresh" content="$refresh">
27 #end if
28 #if $Description
29 <meta name="description" content="$Description">
30 #end if
31 #if $Keywords
32 <meta name="keywords" content="$Keywords">
33 #end if
34 #if $Copyright
35 #set $full_copyright = $copyright($Copyright)
36 <meta name="author" content="Oleg BroytMann">
37 <meta name="copyright" content="&copy; $full_copyright PhiloSoft Design">
38 <link rel="copyright" href="." title="&copy; $full_copyright PhiloSoft Design">
39 #end if
40 <meta name="generator" content="CheetahTemplate">
41 <link rev="made" href="mailto:phd@phd.pp.ru">
42 #if $root
43 <link rel="top" href="$root">
44 <link rel="up" href="../">
45 #end if
46 #if $Prev
47 <link rel="prev" href="$Prev">
48 #end if
49 #if $Next
50 <link rel="next" href="$Next">
51 #end if
52 <link rel="stylesheet" type="text/css" media="screen" href="${root}phd.css">
53 #if $styles
54 #for $media, $style in $styles
55 <STYLE type="text/css" media="$media">
56 <!--
57 $style
58 --></STYLE>
59 #end for
60 #end if
61 #if $alternates
62 #for $type, $title, $href in $alternates
63 <link rel="alternate" type="$type" title="$title" href="$href">
64 #end for
65 #end if
66 <meta name="MSSmartTagsPreventParsing" content="TRUE"> <!-- MUST DIE -->
67 </head>
68 <body bgcolor="#CCCCCC" text="#000000"
69       link="#0000bb"  vlink="#551a8b" alink="#ff0000">
70 $body
71 #if $path.endswith("index.html")
72 #set $path = $path[:-len("index.html")]
73 #end if
74 <hr width="90%">
75 #if $path.startswith("/Russian/")
76 <p class="head" style="font-size: 60%">Эта страница <a href="http://phd.pp.ru$path">http://phd.pp.ru$path</a>
77 была сгенерирована $last_modified_ru из шаблона CheetahTemplate <a href="$_fileBaseName">$_fileBaseName</a>;
78 Вы можете узнать <a href="${root}about/">о</a> <a href="${root}about/technical.html">технических</a> аспектах этого сайта.
79 </p>
80 #else
81 <p class="head" style="font-size: 60%">This is the page <a href="http://phd.pp.ru$path">http://phd.pp.ru$path</a>.
82 It was generated on $last_modified_en from CheetahTemplate <a href="$_fileBaseName">$_fileBaseName</a>;
83 read more <a href="${root}about/">about</a> <a href="${root}about/technical.html">technical</a> aspects of the site.
84 </p>
85 #end if
86 </body>
87 </html>#slurp