206 lines
8.7 KiB
HTML
Executable File
206 lines
8.7 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:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
|
|
<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="prev" 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"}}
|
|
|
|
<!-- default css for eventHandler -->
|
|
<style type="text/css" media="screen">
|
|
@import url({{tpl:BlogQmarkURL}}pf=eventHandler/default-templates/eventhandler.css);
|
|
</style>
|
|
|
|
<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 dc-event">
|
|
<div class="container clearfix">
|
|
{{tpl:EntryPingData}}
|
|
{{tpl:include src="header.html"}}
|
|
|
|
<div id="main">
|
|
<div id="maincontent">
|
|
|
|
<p id="navlinks">
|
|
<a href="{{tpl:EventsURL}}" title="{{tpl:lang list of events}}">{{tpl:lang All events}}</a>
|
|
</p>
|
|
|
|
<div id="p{{tpl:EntryID}}" class="post">
|
|
<h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
|
|
|
|
<p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
|
|
{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}
|
|
<tpl:EntryIf has_category="1">
|
|
- <a href="{{tpl:EventsEntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a>
|
|
</tpl:EntryIf>
|
|
- <a href="{{tpl:EntryURL}}">{{tpl:lang Permalink}}</a>
|
|
</p>
|
|
|
|
<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>
|
|
|
|
<ul class="event-info">
|
|
<li class="event-date">
|
|
<tpl:EventsEntryIf oneday="0">{{tpl:lang from}} {{tpl:EventsEntryDate startdt="1"}}, {{tpl:EventsEntryTime startdt="1"}} {{tpl:lang to}} {{tpl:EventsEntryDate enddt="1"}}, {{tpl:EventsEntryTime enddt="1"}}</tpl:EventsEntryIf>
|
|
<tpl:EventsEntryIf oneday="1">{{tpl:lang on}} {{tpl:EventsEntryDate startdt="1"}}, {{tpl:EventsEntryTime startdt="1"}} {{tpl:lang till}} {{tpl:EventsEntryTime enddt="1"}}</tpl:EventsEntryIf>
|
|
</li>
|
|
<li class="event-duration">{{tpl:lang for a period of}} {{tpl:EventsEntryDuration}}</li>
|
|
<tpl:EventsEntryIf has_address="1">
|
|
<li class="event-address">{{tpl:EventsEntryAddress}}</li>
|
|
</tpl:EventsEntryIf>
|
|
<li class="event-period">{{tpl:lang this event is}} {{tpl:EventsEntryPeriod}}</li>
|
|
</ul>
|
|
|
|
<!-- # --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>
|
|
|
|
{{tpl:EventsEntryMap map_info="0"}}
|
|
<tpl:EventsEntryIf has_geo="1">
|
|
<ul class="event-info"><li class="event-geo">{{tpl:lang Latitude:}} {{tpl:EventsEntryLatitude}}, {{tpl:lang Longitude:}} {{tpl:EventsEntryLongitude}}</li></ul>
|
|
</tpl:EventsEntryIf>
|
|
|
|
<!-- # --BEHAVIOR-- publicEntryAfterContent -->
|
|
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
|
|
</div>
|
|
|
|
<p id="eventsfeed"><a class="event-ical" type="text/calendar" href="{{tpl:SysSelfURI}}/ical.ics" title="{{tpl:lang Add this event to your iCalendar}}">{{tpl:lang iCalendar}}</a><br />
|
|
<a class="event-hcal" type="text/calendar" href="{{tpl:SysSelfURI}}/hcal.html" title="{{tpl:lang Display this event on hCalendar format}}">{{tpl:lang hCalendar}}</a></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<!-- end #maincontent -->
|
|
|
|
<div id="sidenav">
|
|
<div id="c3">
|
|
<div id="related-infos">
|
|
<h2>{{tpl:lang Related information}}</h2>
|
|
<ul>
|
|
<li><strong>{{tpl:lang Published on}}: </strong>{{tpl:EntryDate format="%d %B %Y"}} · {{tpl:EntryTime}} · {{tpl:lang by}} {{tpl:EntryAuthorLink}}</li>
|
|
<li><strong>{{tpl:lang Comments}}: </strong>{{tpl:EntryCommentCount}}</li>
|
|
<tpl:EntryIf pings_active="1">
|
|
<li><strong>{{tpl:lang Trackback URL}}: </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}}: </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>
|
|
</div>
|
|
<!-- end #c3 -->
|
|
</div>
|
|
<!-- end #sidenav -->
|
|
</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>
|