1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html 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}}" /> |
---|
8 | |
---|
9 | <title>{{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:BlogDescription cut_string="180" encode_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: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:BlogDescription encode_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="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
26 | <tpl:Categories> |
---|
27 | <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> |
---|
28 | </tpl:Categories> |
---|
29 | |
---|
30 | <tpl:Entries no_content="1"> |
---|
31 | <tpl:EntriesHeader> |
---|
32 | <tpl:Pagination> |
---|
33 | <tpl:PaginationIf end="0"> |
---|
34 | <link rel="previous" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> |
---|
35 | </tpl:PaginationIf> |
---|
36 | |
---|
37 | <tpl:PaginationIf start="0"> |
---|
38 | <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> |
---|
39 | </tpl:PaginationIf> |
---|
40 | </tpl:Pagination> |
---|
41 | </tpl:EntriesHeader> |
---|
42 | |
---|
43 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
44 | </tpl:Entries> |
---|
45 | |
---|
46 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
47 | <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> |
---|
48 | <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> |
---|
49 | |
---|
50 | {{tpl:include src="_head.html"}} |
---|
51 | </head> |
---|
52 | |
---|
53 | <body class="dc-home"> |
---|
54 | <div id="page"> |
---|
55 | {{tpl:include src="_top.html"}} |
---|
56 | |
---|
57 | <div id="wrapper"> |
---|
58 | |
---|
59 | <div id="main"> |
---|
60 | <div id="content"> |
---|
61 | <tpl:Entries> |
---|
62 | <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> |
---|
63 | <!-- # New day date --> |
---|
64 | <tpl:DateHeader><p class="day-date">{{tpl:EntryDate format="%Y"}} |
---|
65 | <strong>{{tpl:EntryDate format="%b"}}</strong> |
---|
66 | <span>{{tpl:EntryDate format="%e"}}</span></p></tpl:DateHeader> |
---|
67 | |
---|
68 | <h2 class="post-title"><a |
---|
69 | href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> |
---|
70 | |
---|
71 | <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}} |
---|
72 | <tpl:EntryIf has_category="1"> |
---|
73 | - <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a> |
---|
74 | </tpl:EntryIf> |
---|
75 | </p> |
---|
76 | |
---|
77 | <tpl:EntryMetaData> |
---|
78 | <tpl:MetaDataHeader><ul class="post-tags"></tpl:MetaDataHeader> |
---|
79 | <li><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a></li> |
---|
80 | <tpl:MetaDataFooter></ul></tpl:MetaDataFooter> |
---|
81 | </tpl:EntryMetaData> |
---|
82 | |
---|
83 | <!-- # --BEHAVIOR-- publicEntryBeforeContent --> |
---|
84 | {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} |
---|
85 | |
---|
86 | <!-- # Entry with an excerpt --> |
---|
87 | <tpl:EntryIf extended="1"> |
---|
88 | <div class="post-content">{{tpl:EntryExcerpt}}</div> |
---|
89 | <p class="read-it"><a href="{{tpl:EntryURL}}" |
---|
90 | title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue |
---|
91 | reading}}</a>...</p> |
---|
92 | </tpl:EntryIf> |
---|
93 | |
---|
94 | <!-- # Entry without excerpt --> |
---|
95 | <tpl:EntryIf extended="0"> |
---|
96 | <div class="post-content">{{tpl:EntryContent}}</div> |
---|
97 | </tpl:EntryIf> |
---|
98 | |
---|
99 | <!-- # --BEHAVIOR-- publicEntryAfterContent --> |
---|
100 | {{tpl:SysBehavior behavior="publicEntryAfterContent"}} |
---|
101 | |
---|
102 | <!-- # Number of comments, trackbacks and attachments --> |
---|
103 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
104 | <p class="post-info-co"> |
---|
105 | </tpl:EntryIf> |
---|
106 | <tpl:EntryIf show_comments="1"> |
---|
107 | <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> |
---|
108 | </tpl:EntryIf> |
---|
109 | <tpl:EntryIf show_pings="1"> |
---|
110 | <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> |
---|
111 | <tpl:EntryIf has_attachment="1"> |
---|
112 | <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf> |
---|
113 | <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1"> |
---|
114 | </p> |
---|
115 | </tpl:EntryIf> |
---|
116 | </div> |
---|
117 | |
---|
118 | <tpl:EntriesFooter> |
---|
119 | <tpl:Pagination> |
---|
120 | <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« |
---|
121 | {{tpl:lang previous entries}}</a> - </tpl:PaginationIf> |
---|
122 | {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} |
---|
123 | <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} |
---|
124 | »</a></tpl:PaginationIf></p> |
---|
125 | </tpl:Pagination> |
---|
126 | </tpl:EntriesFooter> |
---|
127 | </tpl:Entries> |
---|
128 | </div> |
---|
129 | </div> <!-- End #main --> |
---|
130 | |
---|
131 | <div id="sidebar"> |
---|
132 | <div id="blognav"> |
---|
133 | {{tpl:Widgets type="nav"}} |
---|
134 | </div> <!-- End #blognav --> |
---|
135 | |
---|
136 | <div id="blogextra"> |
---|
137 | {{tpl:Widgets type="extra"}} |
---|
138 | </div> <!-- End #blogextra --> |
---|
139 | </div> |
---|
140 | |
---|
141 | </div> <!-- End #wrapper --> |
---|
142 | |
---|
143 | {{tpl:include src="_footer.html"}} |
---|
144 | </div> <!-- End #page --> |
---|
145 | </body> |
---|
146 | </html> |
---|