1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | <meta name="MSSmartTagsPreventParsing" content="TRUE" /> |
---|
7 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> |
---|
8 | |
---|
9 | <title>{{tpl:EventdataPageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> |
---|
10 | <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:EventdataPageDescription cut_string="180" remove_html="1"}}" /> |
---|
11 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
12 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
13 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
14 | |
---|
15 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
16 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> |
---|
17 | <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" /> |
---|
18 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
19 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
20 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
21 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
22 | <meta name="dc.type" content="text" /> |
---|
23 | <meta name="dc.format" content="text/html" /> |
---|
24 | |
---|
25 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
26 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
27 | |
---|
28 | <tpl:EventdataEntries no_content="1"> |
---|
29 | <tpl:EntriesHeader> |
---|
30 | <tpl:EventdataPagination> |
---|
31 | <tpl:PaginationIf end="0"> |
---|
32 | <link rel="previous" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> |
---|
33 | </tpl:PaginationIf> |
---|
34 | |
---|
35 | <tpl:PaginationIf start="0"> |
---|
36 | <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> |
---|
37 | </tpl:PaginationIf> |
---|
38 | </tpl:EventdataPagination> |
---|
39 | </tpl:EntriesHeader> |
---|
40 | |
---|
41 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
42 | </tpl:EventdataEntries> |
---|
43 | |
---|
44 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> |
---|
45 | |
---|
46 | {{tpl:include src="_head.html"}} |
---|
47 | </head> |
---|
48 | |
---|
49 | <body class="dc-category"> |
---|
50 | <div id="page"> |
---|
51 | {{tpl:include src="_top.html"}} |
---|
52 | |
---|
53 | <div id="wrapper"> |
---|
54 | |
---|
55 | <div id="main"> |
---|
56 | <div id="content"> |
---|
57 | |
---|
58 | <div id="content-info"> |
---|
59 | <h2>{{tpl:EventdataPageTitle encode_html="1"}}</h2> |
---|
60 | {{tpl:EventdataPageNav}} |
---|
61 | {{tpl:EventdataPageDescription}} |
---|
62 | |
---|
63 | <p><a type="application/atom+xml" href="{{tpl:EventdataFeedURL type="atom"}}" |
---|
64 | title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> |
---|
65 | </p> |
---|
66 | |
---|
67 | </div> |
---|
68 | |
---|
69 | <tpl:EventdataEntries> |
---|
70 | <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> |
---|
71 | <!-- # New day date --> |
---|
72 | <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> |
---|
73 | |
---|
74 | <h2 class="post-title"><a |
---|
75 | href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> |
---|
76 | |
---|
77 | <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} |
---|
78 | {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</p> |
---|
79 | |
---|
80 | <tpl:EntryMetaData> |
---|
81 | <tpl:MetaDataHeader><ul class="post-tags"></tpl:MetaDataHeader> |
---|
82 | <li><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a></li> |
---|
83 | <tpl:MetaDataFooter></ul></tpl:MetaDataFooter> |
---|
84 | </tpl:EntryMetaData> |
---|
85 | |
---|
86 | <!-- # --BEHAVIOR-- publicEntryBeforeContent --> |
---|
87 | {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} |
---|
88 | |
---|
89 | <!-- # Entry with an excerpt --> |
---|
90 | <tpl:EntryIf extended="1"> |
---|
91 | <div class="post-content">{{tpl:EntryExcerpt}}</div> |
---|
92 | <p class="read-it"><a href="{{tpl:EntryURL}}" |
---|
93 | title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue |
---|
94 | reading}}</a>...</p> |
---|
95 | </tpl:EntryIf> |
---|
96 | |
---|
97 | <!-- # Entry without excerpt --> |
---|
98 | <tpl:EntryIf extended="0"> |
---|
99 | <div class="post-content">{{tpl:EntryContent}}</div> |
---|
100 | </tpl:EntryIf> |
---|
101 | |
---|
102 | <!-- # --BEHAVIOR-- publicEntryAfterContent --> |
---|
103 | {{tpl:SysBehavior behavior="publicEntryAfterContent"}} |
---|
104 | |
---|
105 | <!--# Eventdatas date --> |
---|
106 | <p class="post-info-co"> |
---|
107 | <span class="post-eventdatas">{{tpl:EventdataStartDate}} {{tpl:EventdataStartTime}} <span class="{{tpl:EventdataPeriod strict="1"}}"> </span> |
---|
108 | {{tpl:EventdataEndDate}} {{tpl:EventdataEndTime}}</span> |
---|
109 | </p> |
---|
110 | |
---|
111 | <!-- # Number of comments, trackbacks and attachments --> |
---|
112 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
113 | <p class="post-info-co"> |
---|
114 | </tpl:EntryIf> |
---|
115 | <tpl:EntryIf show_comments="1"> |
---|
116 | <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> |
---|
117 | </tpl:EntryIf> |
---|
118 | <tpl:EntryIf show_pings="1"> |
---|
119 | <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> |
---|
120 | <tpl:EntryIf has_attachment="1"> |
---|
121 | <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> |
---|
122 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
123 | </p> |
---|
124 | </tpl:EntryIf> |
---|
125 | </div> |
---|
126 | |
---|
127 | <tpl:EntriesFooter> |
---|
128 | <tpl:EventdataPagination> |
---|
129 | <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« |
---|
130 | {{tpl:lang previous entries}}</a> - </tpl:PaginationIf> |
---|
131 | {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} |
---|
132 | <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} |
---|
133 | »</a></tpl:PaginationIf></p> |
---|
134 | </tpl:EventdataPagination> |
---|
135 | </tpl:EntriesFooter> |
---|
136 | </tpl:EventdataEntries> |
---|
137 | </div> |
---|
138 | </div> <!-- End #main --> |
---|
139 | |
---|
140 | <div id="sidebar"> |
---|
141 | <div id="blognav"> |
---|
142 | {{tpl:Widgets type="nav"}} |
---|
143 | </div> <!-- End #blognav --> |
---|
144 | |
---|
145 | <div id="blogextra"> |
---|
146 | {{tpl:Widgets type="extra"}} |
---|
147 | </div> <!-- End #blogextra --> |
---|
148 | </div> |
---|
149 | |
---|
150 | </div> <!-- End #wrapper --> |
---|
151 | |
---|
152 | {{tpl:include src="_footer.html"}} |
---|
153 | </div> <!-- End #page --> |
---|
154 | </body> |
---|
155 | </html> |
---|