248 lines
11 KiB
HTML
Executable File
248 lines
11 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}}/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 class="container clearfix">
|
|
{{tpl:EntryPingData}}
|
|
{{tpl:include src="header.html"}}
|
|
|
|
<div id="main">
|
|
<div id="maincontent">
|
|
<div id="breadcrumb">
|
|
<a href="{{tpl:BlogURL}}">{{tpl:lang Home}}</a> »
|
|
<tpl:EntryCategoriesBreadcrumb>
|
|
<a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> »
|
|
</tpl:EntryCategoriesBreadcrumb>
|
|
<a href="{{tpl:EntryCategoryURL}}" class="category-active">{{tpl:EntryCategory encode_html="1"}}</a>
|
|
</div>
|
|
<!-- end #breadcrumb -->
|
|
|
|
<div id="p{{tpl:EntryID}}" class="post">
|
|
<h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
|
|
<!-- # --BEHAVIOR-- publicEntryBeforeContent -->
|
|
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
|
|
<!-- # Entry with an excerpt -->
|
|
<tpl:EntryIf extended="1">
|
|
<div class="post-excerpt">{{tpl:EntryExcerpt}}</div>
|
|
</tpl:EntryIf>
|
|
<div class="post-content">{{tpl:EntryContent}}</div>
|
|
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
|
|
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
|
|
</div>
|
|
<!-- end .post -->
|
|
|
|
<tpl:EntryTags>
|
|
<tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader>
|
|
<li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
|
|
<tpl:TagsFooter></ul></tpl:TagsFooter>
|
|
</tpl:EntryTags>
|
|
|
|
<div id="tabs-post">
|
|
<ul id="tabsnav-post">
|
|
<li><a href="#tab-1-post" class="first-tab">{{tpl:lang Comments}} ({{tpl:EntryCommentCount one="%s" more="%s"}})</a></li>
|
|
<li><a href="#tab-2-post" class="last-tab">{{tpl:lang They posted on the same topic}}</a></li>
|
|
</ul>
|
|
|
|
<div id="tab-1-post">
|
|
<!-- # Comments -->
|
|
<tpl:EntryIf show_comments="0">
|
|
<div id="comments">
|
|
<p class="comment-off">{{tpl:lang Comments off}}</p>
|
|
</div>
|
|
</tpl:EntryIf>
|
|
<tpl:EntryIf show_comments="1">
|
|
<tpl:Comments>
|
|
<tpl:CommentsHeader>
|
|
<div id="comments">
|
|
<dl>
|
|
</tpl:CommentsHeader>
|
|
<dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}} clearfix">
|
|
<span class="comment-author left">{{tpl:CommentAuthorLink}} | {{tpl:CommentDate format="%d %B %Y"}}</span>
|
|
<a href="#c{{tpl:CommentID}}" class="comment-number right">{{tpl:CommentOrderNumber}}.</a>
|
|
</dt>
|
|
<dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">
|
|
<!-- # --BEHAVIOR-- publicCommentBeforeContent -->
|
|
{{tpl:SysBehavior behavior="publicCommentBeforeContent"}}
|
|
{{tpl:CommentContent}}
|
|
<!-- # --BEHAVIOR-- publicCommentAfterContent -->
|
|
{{tpl:SysBehavior behavior="publicCommentAfterContent"}}
|
|
</dd>
|
|
<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">
|
|
<fieldset>
|
|
<!-- # --BEHAVIOR-- publicCommentFormBeforeContent -->
|
|
{{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}}
|
|
|
|
<legend>{{tpl:lang Add a comment}}</legend>
|
|
|
|
<p class="field">
|
|
<input name="c_name" id="c_name" type="text" size="30" maxlength="255"
|
|
value="{{tpl:CommentPreviewName encode_html="1"}}" />
|
|
<label for="c_name">{{tpl:lang Name or nickname}}</label>
|
|
</p>
|
|
|
|
<p class="field">
|
|
<input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
|
|
value="{{tpl:CommentPreviewEmail encode_html="1"}}" />
|
|
<label for="c_mail">{{tpl:lang Email address}}</label>
|
|
</p>
|
|
|
|
<p class="field">
|
|
<input name="c_site" id="c_site" type="text" size="30" maxlength="255"
|
|
value="{{tpl:CommentPreviewSite encode_html="1"}}" />
|
|
<label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}})</label>
|
|
</p>
|
|
|
|
<p style="display:none"><input name="f_mail" type="text" size="30"
|
|
maxlength="255" value="" /></p>
|
|
|
|
<p class="field">
|
|
<textarea name="c_content" id="c_content" rows="7" cols="50">{{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"}}
|
|
</fieldset>
|
|
<tpl:IfCommentPreview>
|
|
<div id="pr">
|
|
<h3>{{tpl:lang Your comment}}</h3>
|
|
<dl>
|
|
<dd class="comment-preview">{{tpl:CommentPreviewContent}}</dd>
|
|
</dl>
|
|
</div>
|
|
</tpl:IfCommentPreview>
|
|
<fieldset>
|
|
<p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />
|
|
<input type="submit" class="submit" value="{{tpl:lang send}}" /></p>
|
|
</fieldset>
|
|
</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:EntryIf>
|
|
</div>
|
|
<!-- end #tab-1-post -->
|
|
|
|
<div id="tab-2-post">
|
|
<!-- # Trackbacks -->
|
|
<tpl:EntryIf show_pings="0">
|
|
<div id="pings">
|
|
<p class="pings-off">{{tpl:lang Trackbacks off}}</p>
|
|
</div>
|
|
</tpl:EntryIf>
|
|
<tpl:EntryIf show_pings="1">
|
|
<div id="pings">
|
|
<tpl:Pings>
|
|
<tpl:PingsHeader>
|
|
<dl>
|
|
</tpl:PingsHeader>
|
|
<dt id="c{{tpl:PingID}}" class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}">
|
|
<span class="ping-author left">{{tpl:PingBlogName encode_html="1"}} | {{tpl:PingDate format="%d %B %Y"}}</span>
|
|
<a href="#c{{tpl:PingID}}" class="ping-number right">{{tpl:PingOrderNumber}}.</a><br />
|
|
<a href="{{tpl:PingAuthorURL}}" {{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a>
|
|
</dt>
|
|
<dd class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}">
|
|
<!-- # --BEHAVIOR-- publicPingBeforeContent -->
|
|
{{tpl:SysBehavior behavior="publicPingBeforeContent"}}
|
|
{{tpl:PingContent}}
|
|
<!-- # --BEHAVIOR-- publicPingAfterContent -->
|
|
{{tpl:SysBehavior behavior="publicPingAfterContent"}}
|
|
</dd>
|
|
<tpl:PingsFooter>
|
|
</dl>
|
|
</tpl:PingsFooter>
|
|
</tpl:Pings>
|
|
</div>
|
|
<!-- end #pings -->
|
|
</tpl:EntryIf>
|
|
</div>
|
|
<!-- end #tab-2-post -->
|
|
</div>
|
|
<!-- end #tabs-post -->
|
|
</div>
|
|
<!-- end #maincontent -->
|
|
|
|
{{tpl:include src="sidenav.html"}}
|
|
</div>
|
|
<!-- end #main -->
|
|
|
|
<div id="extra">
|
|
{{tpl:Widgets type="extra"}}
|
|
</div>
|
|
<!-- end #extra -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
|
|
</div>
|
|
<!-- end .container -->
|
|
|
|
<script type="text/javascript">
|
|
$(document).ready(function(){
|
|
$("#tabs-post").tabs();
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html> |