1 | <!DOCTYPE html> |
---|
2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
3 | <head> |
---|
4 | <meta charset="UTF-8" /> |
---|
5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
6 | |
---|
7 | <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
8 | <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> |
---|
9 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
10 | <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> |
---|
11 | <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> |
---|
12 | |
---|
13 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
14 | <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
15 | <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> |
---|
16 | <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" /> |
---|
17 | <meta name="dc.language" content="{{tpl:EntryLang}}" /> |
---|
18 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
19 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
20 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" /> |
---|
21 | <meta name="dc.type" content="text" /> |
---|
22 | <meta name="dc.format" content="text/html" /> |
---|
23 | |
---|
24 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
25 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
26 | |
---|
27 | <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> |
---|
28 | <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> |
---|
29 | |
---|
30 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
31 | |
---|
32 | {{tpl:include src="_head.html"}} |
---|
33 | |
---|
34 | <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> |
---|
35 | <script type="text/javascript"> |
---|
36 | //<![CDATA[ |
---|
37 | var post_remember_str = '{{tpl:lang Remember me on this blog}}'; |
---|
38 | //]]> |
---|
39 | </script> |
---|
40 | </head> |
---|
41 | <body class="dc-post"> |
---|
42 | <div id="page"> |
---|
43 | {{tpl:EntryPingData}} |
---|
44 | |
---|
45 | {{tpl:include src="_top.html"}} |
---|
46 | |
---|
47 | <div id="wrapper"> |
---|
48 | |
---|
49 | <div id="main"> |
---|
50 | <div id="content"> |
---|
51 | |
---|
52 | <p class="navlinks topnl"> |
---|
53 | <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" |
---|
54 | title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" |
---|
55 | cut_string="50"}}</a></tpl:EntryPrevious> |
---|
56 | <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" |
---|
57 | title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" |
---|
58 | cut_string="50"}} »</a></tpl:EntryNext> |
---|
59 | </p> |
---|
60 | |
---|
61 | {{tpl:include src="_simple-entry.html"}} |
---|
62 | |
---|
63 | <p class="navlinks"> |
---|
64 | <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" |
---|
65 | title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" |
---|
66 | cut_string="50"}}</a></tpl:EntryPrevious> |
---|
67 | <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" |
---|
68 | title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" |
---|
69 | cut_string="50"}} »</a></tpl:EntryNext> |
---|
70 | </p> |
---|
71 | |
---|
72 | </div> |
---|
73 | </div> <!-- End #main --> |
---|
74 | |
---|
75 | {{tpl:include src="_sidebar.html"}} |
---|
76 | |
---|
77 | </div> <!-- End #wrapper --> |
---|
78 | |
---|
79 | {{tpl:include src="_footer.html"}} |
---|
80 | </div> <!-- End #page --> |
---|
81 | </body> |
---|
82 | </html> |
---|