]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - phd_pp_ru.tmpl
Only process vimrc if it exists.
[phdru.name/phdru.name.git] / phd_pp_ru.tmpl
index d78f55db41f8f9ba5b9a3b354e1c70ffed2dfd1c..7bce6322ebecd45c4a022f0399ffd4fe352bdceb 100644 (file)
@@ -13,7 +13,7 @@
 #attr $last_modified_ru = time.strftime("%d.%m.%Y в %T", time.localtime())
 #attr $styles = None
 #attr $alternates = None
-#attr $Tag = None
+#attr $Tag = ()
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
@@ -64,6 +64,7 @@ $style
 <link rel="alternate" type="$type" title="$title" href="$href">
 #end for
 #end if
+<link rel="shortcut icon" href="${root}favicon.ico">
 <meta name="MSSmartTagsPreventParsing" content="TRUE"> <!-- MUST DIE -->
 </head>
 <body bgcolor="#CCCCCC" text="#000000"
@@ -99,12 +100,14 @@ $link_tag($tag)
 #if $path.startswith("/Russian/")
 <p class="head" style="font-size: 60%">Эта страница <a href="http://phd.pp.ru$path">http://phd.pp.ru$path</a>
 была сгенерирована $last_modified_ru из шаблона CheetahTemplate <a href="$_fileBaseName">$_fileBaseName</a>;
+<a href="${root}Russian/free.html">Некоторые права зарезервированы</a>.
 Вы можете узнать <a href="${root}about/">о</a> <a href="${root}about/technical.html">технических</a> аспектах этого сайта.
 </p>
 #else
 <p class="head" style="font-size: 60%">This is the page <a href="http://phd.pp.ru$path">http://phd.pp.ru$path</a>.
-It was generated on $last_modified_en from CheetahTemplate <a href="$_fileBaseName">$_fileBaseName</a>;
-read more <a href="${root}about/">about</a> <a href="${root}about/technical.html">technical</a> aspects of the site.
+It was generated on $last_modified_en from CheetahTemplate <a href="$_fileBaseName">$_fileBaseName</a>.
+<a href="./${root}free.html">Some rights are reserved</a>.
+Read more <a href="${root}about/">about</a> <a href="${root}about/technical.html">technical</a> aspects of the site.
 </p>
 #end if
 </body>