Current oav website
This commit is contained in:
213
dotclear._no/themes/freshy2/tpl/homepagemode.html
Executable file
213
dotclear._no/themes/freshy2/tpl/homepagemode.html
Executable file
@ -0,0 +1,213 @@
|
||||
{{tpl:extends parent="__layout.html"}}
|
||||
|
||||
<tpl:Block name="head-linkrel">
|
||||
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
||||
<tpl:Categories>
|
||||
<link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
|
||||
</tpl:Categories>
|
||||
|
||||
<!-- blog entries url -->
|
||||
<link rel="Start" href="{{tpl:BlogFirstPageURL}}" title="{{tpl:lang Entries}}" />
|
||||
|
||||
<tpl:IfZonesContext tag="Entries" zone="0">
|
||||
<tpl:Entries no_content="1">
|
||||
<link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
|
||||
</tpl:Entries>
|
||||
</tpl:IfZonesContext>
|
||||
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
||||
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" />
|
||||
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
|
||||
</tpl:Block> <!-- head-linkrel -->
|
||||
|
||||
<tpl:Block name="body-tag"><body class="dc-home"></tpl:Block>
|
||||
|
||||
<tpl:Block name="main-content">
|
||||
<tpl:IfTplIntro>
|
||||
<div class="post intro homepagemode">
|
||||
<tpl:IfTplIntroTitle>
|
||||
<h2 class="post-title">{{tpl:TplIntroTitle encode_html="1"}}</h2>
|
||||
</tpl:IfTplIntroTitle>
|
||||
<tpl:IfTplIntroDesc>
|
||||
<div class="post-content">{{tpl:TplIntroDesc}}</div>
|
||||
</tpl:IfTplIntroDesc>
|
||||
</div>
|
||||
</tpl:IfTplIntro>
|
||||
|
||||
<tpl:IfZonesContext tag="Entries" zone="0">
|
||||
<tpl:Entries>
|
||||
|
||||
<tpl:EntriesHeader>
|
||||
<tpl:IfTagTitleOrDesc>
|
||||
<div class="post zone {{tpl:TagZoneId}}">
|
||||
<tpl:IfTagTitle>
|
||||
<h2 class="post-title">{{tpl:TagTitle encode_html="1"}}</h2>
|
||||
</tpl:IfTagTitle>
|
||||
<tpl:IfTagDesc>
|
||||
<div class="post-content">{{tpl:TagDesc}}</div>
|
||||
</tpl:IfTagDesc>
|
||||
</div>
|
||||
</tpl:IfTagTitleOrDesc>
|
||||
</tpl:EntriesHeader>
|
||||
|
||||
<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article">
|
||||
|
||||
<!-- # New day date -->
|
||||
<tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
|
||||
|
||||
<h2 class="post-title"><a
|
||||
href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
|
||||
|
||||
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
|
||||
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
|
||||
|
||||
<!-- # Entry with an excerpt -->
|
||||
<tpl:EntryIf extended="1">
|
||||
<div class="post-content">{{tpl:EntryExcerpt}}</div>
|
||||
<p class="read-it"><a href="{{tpl:EntryURL}}"
|
||||
title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
|
||||
reading}}</a><span class="readmore-ellipsis">...</span></p>
|
||||
</tpl:EntryIf>
|
||||
|
||||
<!-- # Entry without excerpt -->
|
||||
<tpl:EntryIf extended="0">
|
||||
<div class="post-content">{{tpl:EntryContent}}</div>
|
||||
</tpl:EntryIf>
|
||||
|
||||
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
|
||||
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
|
||||
|
||||
<div class="meta">
|
||||
<ul>
|
||||
<!-- # item auteur -->
|
||||
<li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li>
|
||||
|
||||
<!-- # item comm cat tags -->
|
||||
<li>
|
||||
<!-- # comm -->
|
||||
<tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>
|
||||
<!-- # cat -->
|
||||
<tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>
|
||||
<!-- # tag -->
|
||||
<tpl:EntryTags>
|
||||
<tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>
|
||||
<tpl:TagsFooter></span></tpl:TagsFooter>
|
||||
</tpl:EntryTags>
|
||||
</li>
|
||||
<!-- # item rss-comm rss-ping attach -->
|
||||
<tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1">
|
||||
<li>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf comments_active="1">
|
||||
<img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf pings_active="1">
|
||||
<img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf has_attachment="1">
|
||||
<img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1">
|
||||
</li>
|
||||
</tpl:EntryIf>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div> <!-- end #post -->
|
||||
|
||||
<tpl:EntriesFooter>
|
||||
|
||||
</tpl:EntriesFooter>
|
||||
</tpl:Entries>
|
||||
</tpl:IfZonesContext>
|
||||
|
||||
<tpl:IfZonesContext tag="Entries" zone="1">
|
||||
<tpl:Entries zone="1">
|
||||
|
||||
<tpl:EntriesHeader>
|
||||
<tpl:IfTagTitleOrDesc>
|
||||
<div class="post zone {{tpl:TagZoneId}}">
|
||||
<tpl:IfTagTitle>
|
||||
<h2 class="post-title">{{tpl:TagTitle encode_html="1"}}</h2>
|
||||
</tpl:IfTagTitle>
|
||||
<tpl:IfTagDesc>
|
||||
<div class="post-content">{{tpl:TagDesc}}</div>
|
||||
</tpl:IfTagDesc>
|
||||
</div>
|
||||
</tpl:IfTagTitleOrDesc>
|
||||
</tpl:EntriesHeader>
|
||||
|
||||
<div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" role="article">
|
||||
|
||||
<!-- # New day date -->
|
||||
<tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
|
||||
|
||||
<h2 class="post-title"><a
|
||||
href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
|
||||
|
||||
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
|
||||
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
|
||||
|
||||
<!-- # Entry with an excerpt -->
|
||||
<tpl:EntryIf extended="1">
|
||||
<div class="post-content">{{tpl:EntryExcerpt}}</div>
|
||||
<p class="read-it"><a href="{{tpl:EntryURL}}"
|
||||
title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
|
||||
reading}}</a><span class="readmore-ellipsis">...</span></p>
|
||||
</tpl:EntryIf>
|
||||
|
||||
<!-- # Entry without excerpt -->
|
||||
<tpl:EntryIf extended="0">
|
||||
<div class="post-content">{{tpl:EntryContent}}</div>
|
||||
</tpl:EntryIf>
|
||||
|
||||
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
|
||||
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
|
||||
|
||||
<div class="meta">
|
||||
<ul>
|
||||
<!-- # item auteur -->
|
||||
<li>{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> | {{tpl:EntryDate}} | {{tpl:EntryTime}}</li>
|
||||
|
||||
<!-- # item comm cat tags -->
|
||||
<li>
|
||||
<!-- # comm -->
|
||||
<tpl:EntryIf show_comments="1">{{tpl:lang Comments}}<span class="item"><a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a></span></tpl:EntryIf>
|
||||
<!-- # cat -->
|
||||
<tpl:EntryIf has_category="1">{{tpl:lang Category}}<span class="item"><tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › </tpl:EntryCategoriesBreadcrumb><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span></tpl:EntryIf>
|
||||
<!-- # tag -->
|
||||
<tpl:EntryTags>
|
||||
<tpl:TagsHeader>{{tpl:lang Tags}}<span class="item"></tpl:TagsHeader><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>
|
||||
<tpl:TagsFooter></span></tpl:TagsFooter>
|
||||
</tpl:EntryTags>
|
||||
</li>
|
||||
<!-- # item rss-comm rss-ping attach -->
|
||||
<tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1">
|
||||
<li>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf comments_active="1">
|
||||
<img alt="{{tpl:lang This post's comments Atom feed}}" src="{{tpl:BlogThemeURL}}/images/icons/feed-icon-16x16.gif" /><span class="flux"><a href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang This post's comments feed}}</a></span>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf pings_active="1">
|
||||
<img alt="{{tpl:lang Trackback}}" src="{{tpl:BlogThemeURL}}/images/icons/trackback-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#pings" rel="trackback" title="{{tpl:lang Trackback}}">{{tpl:EntryPingCount}}</a></span>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf has_attachment="1">
|
||||
<img alt="{{tpl:lang Attachments}}" src="{{tpl:BlogThemeURL}}/images/icons/download-icon-16x16.gif" /><span class="flux"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span>
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryIf operator="or" comments_active="1" pings_active="1" has_attachment="1">
|
||||
</li>
|
||||
</tpl:EntryIf>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div> <!-- end #post -->
|
||||
|
||||
<tpl:EntriesFooter>
|
||||
|
||||
</tpl:EntriesFooter>
|
||||
|
||||
</tpl:Entries>
|
||||
</tpl:IfZonesContext>
|
||||
|
||||
<p class="pagination"><a href="{{tpl:BlogFirstPageURL}}">{{tpl:lang Entries}} »</a></p>
|
||||
</tpl:Block> <!-- main-content -->
|
||||
Reference in New Issue
Block a user