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