]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - phd_pp_ru.tmpl
Started to make the program language-independent. Fixed a problem in month names.
[phdru.name/phdru.name.git] / phd_pp_ru.tmpl
index d78f55db41f8f9ba5b9a3b354e1c70ffed2dfd1c..ddc19c41bac9a406d82b78613825354e09c7c9f2 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>
@@ -99,12 +99,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>