#encoding koi8-r #extends phd #implements respond #attr $Lead = '' #attr $Title = '' #attr $Description = None #attr $Keywords = None #attr $Copyright = None #attr $Start = None #attr $First = None #attr $Prev = None #attr $Next = None #attr $Last = None #attr $Refresh = None #attr $last_modified_en = time.strftime("%a, %d %b %Y %T GMT", time.gmtime()) #attr $local_time = time.localtime() #attr $styles = None #attr $alternates = None #attr $Tag = ()
#if $path.startswith("/Russian/") #else #end if
#set $path_components = $path.split('/')[1:-1]
#set $breadcrumbs = ['phdru.name']
#for $i in range(len($path_components))
#set $subpath = '/'.join($path_components[:i+1])
#silent $breadcrumbs.append('' + $path_components[i]+ '')
#end for
#echo " / ".join($breadcrumbs)
#if $path.startswith("/Russian/blog/")
#set $prev_key, $prev_blog_post, $next_key, $next_blog_post = $find_near_blog_posts()
#if $prev_blog_post
#set $prev_href = $root + "Russian/blog/" + '/'.join($prev_key + ($prev_blog_post[0].replace('.tmpl', '.html'),))
#set $prev_title = $prev_blog_post[1]
#end if
#if $next_blog_post
#set $next_href = $root + "Russian/blog/" + '/'.join($next_key + ($next_blog_post[0].replace('.tmpl', '.html'),))
#set $next_title = $next_blog_post[1]
#end if
<-- $prev_title | #else#end if #if $next_blog_post | $next_title --> | #else#end if |
Эта страница https://phdru.name$path была сгенерирована $time.strftime("%d.%m.%Y", $local_time) в $time.strftime("%T", $local_time) из шаблона CheetahTemplate $_fileBaseName; Некоторые права зарезервированы. Вы можете узнать о технических аспектах этого сайта.
#elseThis is the page https://phdru.name$path. It was generated on $last_modified_en from CheetahTemplate $_fileBaseName. Some rights are reserved. Read more about technical aspects of the site.
#end if #slurp