Current oav website
This commit is contained in:
42
dotclear._no/themes/freshy2/tpl/authors.html
Executable file
42
dotclear._no/themes/freshy2/tpl/authors.html
Executable file
@ -0,0 +1,42 @@
|
||||
{{tpl:extends parent="__layout.html"}}
|
||||
|
||||
<tpl:Block name="head-title">
|
||||
<title>{{tpl:lang Authors}} - {{tpl:BlogName encode_html="1"}}</title>
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="meta-robots">
|
||||
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="meta-entry">
|
||||
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
|
||||
<meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="head-linkrel">
|
||||
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
|
||||
<tpl:Categories>
|
||||
<link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
|
||||
</tpl:Categories>
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
||||
</tpl:Block>
|
||||
|
||||
<tpl:Block name="body-tag"><body class="dc-authors"></tpl:Block>
|
||||
|
||||
<tpl:Block name="main-content">
|
||||
<tpl:Authors>
|
||||
<div class="author-info">
|
||||
<h2 class="post-title"><a href="{{tpl:AuthorPostsURL}}">{{tpl:AuthorCommonName encode_html="1"}}</a></h2>
|
||||
{{tpl:AuthorDesc}}
|
||||
|
||||
<div class="metacat">
|
||||
<div class="cat">
|
||||
<img alt="{{tpl:lang This author's entries Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:AuthorFeedURL type="atom"}}"
|
||||
title="{{tpl:lang This author's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a></span>
|
||||
<img alt="{{tpl:lang This authors's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a type="application/atom+xml" href="{{tpl:AuthorFeedURL type="atom"}}/comments"
|
||||
title="{{tpl:lang This authors's entries comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</tpl:Authors>
|
||||
</tpl:Block>
|
||||
Reference in New Issue
Block a user