Current oav website
This commit is contained in:
259
dotclear._no/themes/polyvalence/tpl/page.html
Executable file
259
dotclear._no/themes/polyvalence/tpl/page.html
Executable file
@ -0,0 +1,259 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie6 lte-ie6 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
||||
<!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie7 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
||||
<!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie8 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
||||
<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}" prefix="dc: http://purl.org/dc/terms/ schema: http://schema.org/ og: http://ogp.me/ns# article: http://ogp.me/ns/article#"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
|
||||
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
|
||||
<meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
|
||||
<meta property="dc:title" content="{{tpl:EntryTitle encode_html="1"}}" />
|
||||
<meta property="dc:creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
|
||||
<meta property="dc:language" content="{{tpl:EntryLang}}" />
|
||||
<meta property="dc:description" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
|
||||
<meta property="dc:date" content="{{tpl:EntryDate iso8601="1"}}" />
|
||||
<meta property="dc:rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
||||
<meta property="dc:publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
|
||||
|
||||
<link rel="canonical" href="{{tpl:EntryURL}}" />
|
||||
|
||||
|
||||
<tpl:IfSnTwitterCards>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="{{tpl:TwitterCardsUser}}" />
|
||||
<meta name="twitter:creator" content="{{tpl:TwitterCardsWebsite}}" />
|
||||
</tpl:IfSnTwitterCards>
|
||||
<tpl:IfOgp>
|
||||
<meta property="og:title" content="{{tpl:EntryTitle encode_html="1"}}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:description" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
|
||||
<meta property="og:site_name" content="{{tpl:BlogName encode_html="1"}}" />
|
||||
<meta property="og:url" content="{{tpl:EntryURL}}" />
|
||||
<meta property="og:image" content="{{tpl:MyEntryFirstImageURL whith_category="1" size="o"}}" />
|
||||
<meta property="article:published_time" content="{{tpl:EntryDate iso8601="1"}}" />
|
||||
<meta property="article:author" content="{{tpl:EntryAuthorURL}}" />
|
||||
<tpl:EntryIf has_category="1">
|
||||
<meta property="article:section" content="{{tpl:EntryCategory encode_html="1"}}" />
|
||||
</tpl:EntryIf>
|
||||
<tpl:EntryTags>
|
||||
<meta property="article:tag" content="{{tpl:TagID}}" />
|
||||
</tpl:EntryTags>
|
||||
</tpl:IfOgp>
|
||||
|
||||
|
||||
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
||||
|
||||
{{tpl:include src="_head.html"}}
|
||||
|
||||
</head>
|
||||
|
||||
<body class="dc-page">
|
||||
<div id="page">
|
||||
{{tpl:EntryPingData}}
|
||||
|
||||
{{tpl:include src="_top.html"}}
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<div id="main">
|
||||
<div id="content" role="main">
|
||||
<article id="p{{tpl:EntryID}}" class="post" role="article" vocab="http://schema.org/" typeof="BlogPosting" resource="#p{{tpl:EntryID}}">
|
||||
<header>
|
||||
<h2 class="post-title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}" property="headline name">{{tpl:EntryTitle encode_html="1"}}</h2>
|
||||
</header>
|
||||
<div class="content" property="articleBody">
|
||||
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
|
||||
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
|
||||
|
||||
<tpl:EntryIf extended="1">
|
||||
<div class="post-excerpt" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryExcerpt}}</div>
|
||||
</tpl:EntryIf>
|
||||
<div class="post-content" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryContent}}</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p class="page-info">{{tpl:lang Published on}} <time datetime="{{tpl:EntryDate iso8601="1"}}" property="datePublished" content="{{tpl:EntryDate iso8601="1"}}">{{tpl:EntryDate}}</time>
|
||||
{{tpl:lang by}} <b class="author" property="creator">{{tpl:EntryAuthorLink}}</b><span property="url" content="{{tpl:EntryURL}}"></span></p>
|
||||
</footer>
|
||||
|
||||
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
|
||||
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
|
||||
<section>
|
||||
<!-- # Attachments -->
|
||||
{{tpl:include src="_social_networks_links.html"}}
|
||||
<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 -->
|
||||
<tpl:EntryIf show_comments="1">
|
||||
<tpl:Comments>
|
||||
<tpl:CommentsHeader>
|
||||
<div id="comments">
|
||||
<h3>{{tpl:lang Comments}}</h3>
|
||||
</tpl:CommentsHeader>
|
||||
<article id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}" property="comment" typeof="Comment" resource="#c{{tpl:CommentID}}">
|
||||
<header>
|
||||
<h4><a property="url" href="#c{{tpl:CommentID}}" class="comment-number" rel="bookmark" resource="#c{{tpl:CommentID}}">{{tpl:CommentOrderNumber}}.</a>
|
||||
{{tpl:lang On}} <time datetime="{{tpl:CommentDate iso8601="1"}}" property="commentTime" content="{{tpl:CommentDate iso8601="1"}}">{{tpl:CommentDate}}, {{tpl:CommentTime}}</time>
|
||||
{{tpl:lang by}} <b class="author" property="creator">{{tpl:CommentAuthorLink}}</b></h4>
|
||||
</header>
|
||||
<div class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}" property="commentText">
|
||||
<!-- # --BEHAVIOR-- publicCommentBeforeContent -->
|
||||
{{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
|
||||
|
||||
{{tpl:CommentContent}}
|
||||
|
||||
<!-- # --BEHAVIOR-- publicCommentAfterContent -->
|
||||
{{tpl:SysBehavior behavior="publicCommentAfterContent"}}
|
||||
</div>
|
||||
</article>
|
||||
<tpl:CommentsFooter>
|
||||
</div>
|
||||
</tpl:CommentsFooter>
|
||||
</tpl:Comments>
|
||||
</tpl:EntryIf>
|
||||
|
||||
<tpl:EntryIf comments_active="1">
|
||||
<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>
|
||||
|
||||
<!-- # Comment form -->
|
||||
<form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form">
|
||||
<tpl:IfCommentPreview>
|
||||
<div id="pr">
|
||||
<h3>{{tpl:lang Your comment}}</h3>
|
||||
<article>
|
||||
<div class="comment-preview">{{tpl:CommentPreviewContent}}</div>
|
||||
</article>
|
||||
<p class="buttons"><input type="submit" class="submit" value="{{tpl:lang send}}" /></p>
|
||||
</div>
|
||||
</tpl:IfCommentPreview>
|
||||
|
||||
<h3>{{tpl:lang Add a comment}}</h3>
|
||||
<!-- # --BEHAVIOR-- publicCommentFormBeforeContent -->
|
||||
{{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}}
|
||||
|
||||
<p class="field"><label for="c_name">{{tpl:lang Name or nickname}} :</label>
|
||||
<input required="required" aria-required="true" name="c_name" id="c_name" type="text" maxlength="255"
|
||||
value="{{tpl:CommentPreviewName encode_html="1"}}" />
|
||||
</p>
|
||||
|
||||
<p class="field"><label for="c_mail">{{tpl:lang Email address}} :</label>
|
||||
<input required="required" aria-required="true" name="c_mail" id="c_mail" type="email" maxlength="255"
|
||||
value="{{tpl:CommentPreviewEmail encode_html="1"}}" placeholder="mail@example.com" />
|
||||
</p>
|
||||
|
||||
<p class="field"><label for="c_site">{{tpl:lang Website}}
|
||||
({{tpl:lang optional}}) :</label>
|
||||
<input name="c_site" id="c_site" type="url" maxlength="255"
|
||||
value="{{tpl:CommentPreviewSite encode_html="1"}}" placeholder="http://www.example.com/" />
|
||||
</p>
|
||||
|
||||
<p style="display:none"><input name="f_mail" type="text" size="30"
|
||||
maxlength="255" value="" /></p>
|
||||
|
||||
<p class="field"><label for="c_content">{{tpl:lang Comment}} :</label>
|
||||
<textarea required="required" aria-required="true" name="c_content" id="c_content"
|
||||
rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>
|
||||
</p>
|
||||
<p class="form-help">{{tpl:lang HTML code is displayed as text and web addresses are
|
||||
automatically converted.}}</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>
|
||||
</form>
|
||||
</tpl:EntryIf>
|
||||
|
||||
<!-- # Trackbacks -->
|
||||
<tpl:EntryIf show_pings="1">
|
||||
<div id="pings">
|
||||
<h3>{{tpl:lang They posted on the same topic}}</h3>
|
||||
<tpl:Pings>
|
||||
<tpl:PingsHeader>
|
||||
|
||||
</tpl:PingsHeader>
|
||||
<article id="c{{tpl:PingID}}" class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}">
|
||||
<header>
|
||||
<h4><a href="#c{{tpl:PingID}}"
|
||||
class="ping-number">{{tpl:PingOrderNumber}}.</a>
|
||||
{{tpl:lang On}} <time datetime="{{tpl:PingDate iso8601="1"}}">{{tpl:PingDate}}, {{tpl:PingTime}}</time>
|
||||
{{tpl:lang by}} {{tpl:PingBlogName encode_html="1"}}
|
||||
</h4>
|
||||
</header>
|
||||
<div class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}">
|
||||
<!-- # --BEHAVIOR-- publicPingBeforeContent -->
|
||||
{{tpl:SysBehavior behavior="publicPingBeforeContent"}}
|
||||
|
||||
<p><a href="{{tpl:PingAuthorURL}}"
|
||||
{{tpl:PingNoFollow}}><b class="author">{{tpl:PingTitle encode_html="1"}}</b></a></p>
|
||||
{{tpl:PingContent}}
|
||||
|
||||
<!-- # --BEHAVIOR-- publicPingAfterContent -->
|
||||
{{tpl:SysBehavior behavior="publicPingAfterContent"}}
|
||||
</div>
|
||||
</article>
|
||||
<tpl:PingsFooter>
|
||||
|
||||
</tpl:PingsFooter>
|
||||
</tpl:Pings>
|
||||
</div>
|
||||
</tpl:EntryIf>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</div> <!-- End #main -->
|
||||
|
||||
{{tpl:include src="_complementary.html"}}
|
||||
|
||||
|
||||
|
||||
</div> <!-- End #wrapper -->
|
||||
|
||||
{{tpl:include src="_footer.html"}}
|
||||
</div> <!-- End #page -->
|
||||
<script type="text/javascript" src="{{tpl:BlogThemeURL}}/js/post.js"></script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
var post_remember_str = '{{tpl:lang Remember me on this blog}}';
|
||||
//]]>
|
||||
</script>
|
||||
{{tpl:include src="_social_networks_scripts.html"}}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user