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

278 lines
12 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:EntryLang}}" lang="{{tpl:EntryLang}}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
<title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
<meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
<meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
<meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" />
<meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
<meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
<meta name="dc.language" content="{{tpl:EntryLang}}" />
<meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />
<meta name="dc.type" content="text" />
<meta name="dc.format" content="text/html" />
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}"
title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext>
<tpl:EntryPrevious><link rel="previous" href="{{tpl:EntryURL}}"
title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious>
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
{{tpl:include src="_head.html"}}
<script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script>
<script type="text/javascript">
//<![CDATA[
var post_remember_str = '{{tpl:lang Remember me on this blog}}';
//]]>
</script>
</head>
<body class="dc-post">
<div id="page">
{{tpl:EntryPingData}}
{{tpl:include src="_top.html"}}
<div id="wrapper">
<div id="main">
<div id="content">
<div class="grid" id="p{{tpl:EntryID}}">
<div id="lead" class="grid-l">
<h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
</div>
<!-- # meta -->
<div id="meta" class="grid-s">
<p class="post-date"><span class="post-date">
<span class="date-d">{{tpl:EntryDate format="%e"}}</span>
<span class="date-m">{{tpl:EntryDate format="%b"}}</span>
<span class="date-y">{{tpl:EntryDate format="%Y"}}</span>
<span class="date-h"><a href="{{tpl:EntryURL}}" title="{{tpl:lang Permalink}}">{{tpl:EntryDate format="%H:%M"}}</a></span>
</span></p>
<p class="post-author">{{tpl:lang By}} <strong>{{tpl:EntryAuthorLink}}</strong></p>
<tpl:EntryIf has_category="1">
<p class="post-category">
<tpl:EntryCategoriesBreadcrumb><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:EntryCategoriesBreadcrumb>
<a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a>
</p>
</tpl:EntryIf>
<tpl:EntryMetaData>
<tpl:MetaDataHeader><ul class="post-tags" title="{{tpl:lang Tags}}"></tpl:MetaDataHeader>
<li><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a><tpl:LoopPosition
start="1" length="-1">,</tpl:LoopPosition></li>
<tpl:MetaDataFooter></ul></tpl:MetaDataFooter>
</tpl:EntryMetaData>
<tpl:EntryIf operator="or" comments_active="1" pings_active="1">
<ul class="syndicate">
<li><a class="feed" 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></li>
</ul>
</tpl:EntryIf>
{{tpl:include src="inc_meta.html"}}
</div>
<!-- # Entry content -->
<div class="grid-l">
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
<!-- # Entry with an excerpt -->
<tpl:EntryIf extended="1">
<div class="b post post-excerpt">{{tpl:EntryExcerpt}}</div>
</tpl:EntryIf>
<div class="b post post-content">{{tpl:EntryContent}}</div>
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
<!-- # Attachments -->
<tpl:Attachments>
<tpl:AttachmentsHeader>
<div id="attachments">
<h3>{{tpl:lang Attachments}}</h3>
<ul>
</tpl:AttachmentsHeader>
<li class="{{tpl:AttachmentType}}">
<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>
<tpl:AttachmentIf is_flv="0">
<a href="{{tpl:AttachmentURL}}"
title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a>
</tpl:AttachmentIf>
</li>
<tpl:AttachmentsFooter>
</ul>
</div>
</tpl:AttachmentsFooter>
</tpl:Attachments>
<!-- # Comments and trackbacks alltogether -->
<tpl:EntryIf operator="or" show_comments="1" show_pings="1">
<tpl:Comments with_pings="1">
<tpl:CommentsHeader>
<div id="comments">
<h3>{{tpl:lang Comments}}</h3>
<dl>
</tpl:CommentsHeader>
<dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
<span class="comment-date"><span class="date-d">{{tpl:CommentDate format="%e"}}</span>
<span class="date-m">{{tpl:CommentDate format="%b"}}</span>
<span class="date-y">{{tpl:CommentDate format="%Y"}}</span>
<span class="date-h"><a href="#c{{tpl:CommentID}}">{{tpl:CommentDate format="%H:%M"}}</a></span>
</span>
</dt>
<tpl:CommentIf is_ping="0">
<dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
<!-- # --BEHAVIOR-- publicCommentBeforeContent -->
{{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
{{tpl:CommentContent}}
<!-- # --BEHAVIOR-- publicCommentAfterContent -->
{{tpl:SysBehavior behavior="publicCommentAfterContent"}}
<cite>{{tpl:CommentAuthorLink}}</cite>
</dd>
</tpl:CommentIf>
<tpl:CommentIf is_ping="1">
<dd class="ping {{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
<!-- # --BEHAVIOR-- publicPingBeforeContent -->
{{tpl:SysBehavior behavior="publicPingBeforeContent"}}
{{tpl:PingContent}}
<cite><a href="{{tpl:PingAuthorURL}}"
{{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a>
({{tpl:PingBlogName}})</cite>
<!-- # --BEHAVIOR-- publicPingAfterContent -->
{{tpl:SysBehavior behavior="publicPingAfterContent"}}
</dd>
</tpl:CommentIf>
<tpl:CommentsFooter>
</dl>
</div>
</tpl:CommentsFooter>
</tpl:Comments>
</tpl:EntryIf>
<tpl:EntryIf comments_active="1">
<!-- # Comment form -->
<form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form">
<tpl:SysIfFormError>
<p class="error" id="pr">{{tpl:SysFormError}}</p>
</tpl:SysIfFormError>
<tpl:SysIfCommentPublished>
<p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p>
</tpl:SysIfCommentPublished>
<tpl:SysIfCommentPending>
<p class="message" id="pr">{{tpl:lang Your comment has been submitted and
will be reviewed for publication.}}</p>
</tpl:SysIfCommentPending>
<tpl:IfCommentPreview>
<div id="pr">
<h3>{{tpl:lang Your comment}}</h3>
<dl>
<dd class="comment-preview">{{tpl:CommentPreviewContent}}</dd>
</dl>
<p class="buttons"><input type="submit" class="submit" value="{{tpl:lang send}}" /></p>
</div>
</tpl:IfCommentPreview>
<h3>{{tpl:lang Add a comment}}</h3>
<fieldset>
<!-- # --BEHAVIOR-- publicCommentFormBeforeContent -->
{{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}}
<p class="field"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label>
<input name="c_name" id="c_name" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewName encode_html="1"}}" />
</p>
<p class="field"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label>
<input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewEmail encode_html="1"}}" />
</p>
<p class="field"><label for="c_site">{{tpl:lang Website}}
({{tpl:lang optional}})&nbsp;:</label>
<input name="c_site" id="c_site" type="text" size="30" maxlength="255"
value="{{tpl:CommentPreviewSite encode_html="1"}}" />
</p>
<p style="display:none"><input name="f_mail" type="text" size="30"
maxlength="255" value="" /></p>
<p class="textarea"><label for="c_content">{{tpl:lang Comment}}&nbsp;:</label>
<textarea name="c_content" id="c_content" cols="35"
rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>
</p>
<!-- # --BEHAVIOR-- publicCommentFormAfterContent -->
{{tpl:SysBehavior behavior="publicCommentFormAfterContent"}}
<p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />
<tpl:IfCommentPreview><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreview></p>
<p class="form-help">{{tpl:lang HTML code is displayed as text and web addresses are
automatically converted.}}</p>
</fieldset>
</form>
</tpl:EntryIf>
<tpl:EntryIf pings_active="1">
<p id="ping-url">{{tpl:lang Trackback URL}}&nbsp;: {{tpl:EntryPingLink}}</p>
</tpl:EntryIf>
</div>
<!-- # extra -->
<div id="extra" class="grid-s widgets">
{{tpl:include src="inc_extra.html"}}
{{tpl:Widgets type="nav"}}
</div>
</div>
</div>
</div> <!-- End #main -->
</div> <!-- End #wrapper -->
{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
</html>