Files
oav/dotclear._no/themes/hybrid/tpl/sidenav.html
2023-03-20 12:18:38 +01:00

404 lines
16 KiB
HTML
Executable File

<!-- Home Sidenav -->
<tpl:SysIf current_tpl="home.html">
<div id="sidenav">
<div id="c1">
<div id="tabs">
<ul id="tabsnav">
<li><a href="#tab-1" class="first-tab">{{tpl:lang Posts}}</a></li>
<li><a href="#tab-2" class="last-tab">{{tpl:lang Comments}}</a></li>
</ul>
<div id="tab-1">
<tpl:Entries selected="1" lastn="8" ignore_pagination="1" no_content="1">
<tpl:EntriesHeader><ul class="clearfix"></tpl:EntriesHeader>
<li>
<p class="post-title">
<a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a>
<tpl:EntryIf has_comment="1">
(<a href="{{tpl:EntryURL}}#comments" title="{{tpl:EntryCommentCount}}">{{tpl:EntryCommentCount one="%s" more="%s"}}</a>)
</tpl:EntryIf>
</p>
<p class="post-info">
{{tpl:lang Published on}} {{tpl:EntryDate format="%d/%m/%Y"}} &middot; {{tpl:lang By}} {{tpl:EntryAuthorLink}}
&middot; <tpl:EntryIf has_category="1"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></tpl:EntryIf>
</p>
</li>
<tpl:EntriesFooter></ul></tpl:EntriesFooter>
</tpl:Entries>
</div>
<!-- end #tab1 -->
<div id="tab-2">
<tpl:Comments lastn="8" order="desc" with_pings="0">
<tpl:CommentsHeader><ul class="clearfix"></tpl:CommentsHeader>
<li>
<p class="comment-info">{{tpl:CommentAuthor}}:</p>
<p class="preview-comment">&ldquo;<a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">{{tpl:CommentContent encode_html="1" remove_html="1" cut_string="80"}}...</a>&rdquo;</p>
</li>
<tpl:CommentsFooter></ul></tpl:CommentsFooter>
</tpl:Comments>
</div>
<!-- end #tab2 -->
</div>
<!-- end #tabs -->
</div>
<!-- end #c1 -->
<div id="c2">
{{tpl:Widgets type="nav"}}
</div>
<!-- end #c2 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- Category Sidenav -->
<tpl:SysIf current_tpl="category.html">
<div id="sidenav">
<div id="c3">
<div id="related-infos">
<h2>{{tpl:lang Related information}}</h2>
{{tpl:CategoryDescription}}
<tpl:CategoryIf has_entries="1">
<p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
<tpl:SysIf operator="or" comments_active="1" pings_active="1">
- <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
</tpl:SysIf>
</p>
</tpl:CategoryIf>
</div>
<tpl:CategoryFirstChildren>
<tpl:CategoriesHeader>
<div id="related-cat">
<h2>{{tpl:lang Subcategories}}</h2>
<ul id="subcategories">
</tpl:CategoriesHeader>
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
<tpl:CategoriesFooter>
</ul>
</div>
</tpl:CategoriesFooter>
</tpl:CategoryFirstChildren>
<div id="last-post-selected">
<tpl:Entries no_context="1" selected="1" lastn="3" ignore_pagination="1">
<tpl:EntriesHeader><h2>{{tpl:lang Best of me}}</h2></tpl:EntriesHeader>
<h3><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="120"}}...</p>
</tpl:Entries>
</div>
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- Post Sidenav -->
<tpl:SysIf current_tpl="post.html">
<div id="sidenav">
<div id="c3">
<div id="related-infos">
<h2>{{tpl:lang Related information}}</h2>
<ul>
<li><strong>{{tpl:lang Published on}}:&nbsp;</strong>{{tpl:EntryDate format="%d %B %Y"}} &middot; {{tpl:EntryTime}} &middot; {{tpl:lang by}} {{tpl:EntryAuthorLink}}</li>
<li><strong>{{tpl:lang Comments}}:&nbsp;</strong>{{tpl:EntryCommentCount}}</li>
<tpl:EntryIf pings_active="1">
<li><strong>{{tpl:lang Trackback URL}}:&nbsp;</strong><input type="text" ondblclick="this.select();" value="{{tpl:EntryPingLink}}" readonly="readonly" /></li>
</tpl:EntryIf>
<tpl:EntryIf operator="or" comments_active="1" pings_active="1">
<li>
<strong>{{tpl:lang This post's comments feed}}:&nbsp;</strong>
<a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang Subscribe}}</a>
</li>
</tpl:EntryIf>
</ul>
<!-- # Attachments -->
<tpl:Attachments>
<tpl:AttachmentsHeader>
<div id="attachments">
<h3>{{tpl:lang Attachments}}</h3>
<ul>
</tpl:AttachmentsHeader>
<li class="{{tpl:AttachmentType}}">
<tpl:AttachmentIf is_flv="0">
<a href="{{tpl:AttachmentURL}}" title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a>
</tpl:AttachmentIf>
<tpl:AttachmentIf is_mp3="1">{{tpl:include src="_mp3_player.html"/}}</tpl:AttachmentIf>
<tpl:AttachmentIf is_flv="1">{{tpl:include src="_flv_player.html"/}}</tpl:AttachmentIf>
</li>
<tpl:AttachmentsFooter>
</ul>
</div>
</tpl:AttachmentsFooter>
</tpl:Attachments>
</div>
<div id="related-posts">
<h2>{{tpl:lang In the same category}}</h2>
<ul>
<tpl:EntryNext restrict_to_category="#self">
<li>
<h3><a href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" class="next">
{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="160"}}...</p>
</li>
</tpl:EntryNext>
<tpl:EntryPrevious restrict_to_category="#self">
<li>
<h3><a href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" class="prev">
{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="160"}}...</p>
</li>
</tpl:EntryPrevious>
</ul>
</div>
{{tpl:Widgets type="nav"}}
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- Page Sidenav -->
<tpl:SysIf current_tpl="page.html">
<div id="sidenav">
<div id="c3">
<div id="related-infos">
<h2>{{tpl:lang Related information}}</h2>
<ul>
<li><strong>{{tpl:lang Published on}}:&nbsp;</strong>{{tpl:EntryDate format="%d %B %Y"}} &middot; {{tpl:EntryTime}} &middot; {{tpl:lang by}} {{tpl:EntryAuthorLink}}</li>
<li><strong>{{tpl:lang Comments}}:&nbsp;</strong>{{tpl:EntryCommentCount}}</li>
<tpl:EntryIf pings_active="1">
<li><strong>{{tpl:lang Trackback URL}}:&nbsp;</strong><input type="text" ondblclick="this.select();" value="{{tpl:EntryPingLink}}" readonly="readonly" /></li>
</tpl:EntryIf>
<tpl:EntryIf operator="or" comments_active="1" pings_active="1">
<li>
<strong>{{tpl:lang This post's comments feed}}:&nbsp;</strong>
<a class="feed" href="{{tpl:BlogFeedURL type="atom"}}/comments/{{tpl:EntryID}}" title="{{tpl:lang This post's comments Atom feed}}">{{tpl:lang Subscribe}}</a>
</li>
</tpl:EntryIf>
</ul>
<!-- # Attachments -->
<tpl:Attachments>
<tpl:AttachmentsHeader>
<div id="attachments">
<h3>{{tpl:lang Attachments}}</h3>
<ul>
</tpl:AttachmentsHeader>
<li class="{{tpl:AttachmentType}}">
<tpl:AttachmentIf is_flv="0">
<a href="{{tpl:AttachmentURL}}" title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a>
</tpl:AttachmentIf>
<tpl:AttachmentIf is_mp3="1">{{tpl:include src="_mp3_player.html"/}}</tpl:AttachmentIf>
<tpl:AttachmentIf is_flv="1">{{tpl:include src="_flv_player.html"/}}</tpl:AttachmentIf>
</li>
<tpl:AttachmentsFooter>
</ul>
</div>
</tpl:AttachmentsFooter>
</tpl:Attachments>
</div>
<div id="related-posts">
<h2>{{tpl:lang In the same category}}</h2>
<ul>
<tpl:EntryNext restrict_to_category="#self">
<li>
<h3><a href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" class="next">
{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="160"}}...</p>
</li>
</tpl:EntryNext>
<tpl:EntryPrevious restrict_to_category="#self">
<li>
<h3><a href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" class="prev">
{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="160"}}...</p>
</li>
</tpl:EntryPrevious>
</ul>
</div>
{{tpl:Widgets type="nav"}}
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- 404 Sidenav -->
<tpl:SysIf current_tpl="404.html">
<div id="sidenav">
<div id="c3">
<div id="last-post-selected">
<tpl:Entries no_context="1" selected="1" lastn="3" ignore_pagination="1">
<tpl:EntriesHeader><h2>{{tpl:lang Best of me}}</h2></tpl:EntriesHeader>
<h3><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="120"}}...</p>
</tpl:Entries>
</div>
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- Search Sidenav -->
<tpl:SysIf current_tpl="search.html">
<div id="sidenav">
<div id="c3">
<div id="last-post-selected">
<tpl:Entries no_context="1" selected="1" lastn="3" ignore_pagination="1">
<tpl:EntriesHeader><h2>{{tpl:lang Best of me}}</h2></tpl:EntriesHeader>
<h3><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="120"}}...</p>
</tpl:Entries>
</div>
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- Archive Sidenav -->
<tpl:SysIf current_mode="archive">
<div id="sidenav">
<div id="c3">
<div id="related-infos">
<tpl:Archives>
<tpl:ArchivesHeader>
<h2>{{tpl:lang Archives by month}}</h2>
<form method="get" action="" id="archives">
<fieldset>
<select name="archives" onchange="location = this.options[this.selectedIndex].value;">
<option>Selection...</option>
</tpl:ArchivesHeader>
<tpl:ArchivesYearHeader>
<optgroup label="{{tpl:ArchiveDate format="%Y"}}">
</tpl:ArchivesYearHeader>
<option value="{{tpl:ArchiveURL}}">
{{tpl:ArchiveDate encode_html="1" format="%B"}} ({{tpl:ArchiveEntriesCount}})
</option>
<tpl:ArchivesYearFooter>
</optgroup>
</tpl:ArchivesYearFooter>
<tpl:ArchivesFooter>
</select>
</fieldset>
</form>
</tpl:ArchivesFooter>
</tpl:Archives>
</div>
<div id="last-post-selected">
<tpl:Entries no_context="1" selected="1" lastn="3" ignore_pagination="1">
<tpl:EntriesHeader><h2>{{tpl:lang Best of me}}</h2></tpl:EntriesHeader>
<h3><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="120"}}...</p>
</tpl:Entries>
</div>
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- Tag Sidenav -->
<tpl:SysIf current_tpl="tag.html">
<div id="sidenav">
<div id="c3">
<div id="related-infos">
<tpl:MetaData type="tag" sortby="count" order="desc">
<tpl:MetaDataHeader>
<h2>{{tpl:lang Tags list}}</h2>
<form method="get" action="" id="tag">
<fieldset>
<select name="tag" onchange="location = this.options[this.selectedIndex].value;">
<option>Selection...</option>
</tpl:MetaDataHeader>
<option value="{{tpl:MetaURL}}">{{tpl:MetaID}}</option>
<tpl:MetaDataFooter>
</select>
</fieldset>
</form>
</tpl:MetaDataFooter>
</tpl:MetaData>
</div>
<div id="last-post-selected">
<tpl:Entries no_context="1" selected="1" lastn="3" ignore_pagination="1">
<tpl:EntriesHeader><h2>{{tpl:lang Best of me}}</h2></tpl:EntriesHeader>
<h3><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="120"}}...</p>
</tpl:Entries>
</div>
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>
<!-- Tags Sidenav -->
<tpl:SysIf current_tpl="tags.html">
<div id="sidenav">
<div id="c3">
<div id="related-infos">
<tpl:MetaData type="tag" sortby="count" order="desc">
<tpl:MetaDataHeader>
<h2>{{tpl:lang Tags list}}</h2>
<form method="get" action="" id="tag">
<fieldset>
<select name="tag" onchange="location = this.options[this.selectedIndex].value;">
<option>Selection...</option>
</tpl:MetaDataHeader>
<option value="{{tpl:MetaURL}}">{{tpl:MetaID}}</option>
<tpl:MetaDataFooter>
</select>
</fieldset>
</form>
</tpl:MetaDataFooter>
</tpl:MetaData>
</div>
<div id="last-post-selected">
<tpl:Entries no_context="1" selected="1" lastn="3" ignore_pagination="1">
<tpl:EntriesHeader><h2>{{tpl:lang Best of me}}</h2></tpl:EntriesHeader>
<h3><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h3>
<p>{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="120"}}...</p>
</tpl:Entries>
</div>
</div>
<!-- end #c3 -->
</div>
<!-- end #sidenav -->
</tpl:SysIf>