1 | {{tpl:extends parent="__layout.html"}} |
---|
2 | |
---|
3 | <tpl:Block name="head-title"> |
---|
4 | <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
5 | </tpl:Block> |
---|
6 | |
---|
7 | <tpl:Block name="meta-entry"> |
---|
8 | <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" /> |
---|
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-linkrel"> |
---|
14 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
15 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
16 | <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> |
---|
17 | <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> |
---|
18 | <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> |
---|
19 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
20 | </tpl:Block> |
---|
21 | |
---|
22 | <tpl:Block name="html-head"> |
---|
23 | {{tpl:parent}} |
---|
24 | |
---|
25 | <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> |
---|
26 | <script type="text/javascript"> |
---|
27 | //<![CDATA[ |
---|
28 | var post_remember_str = '{{tpl:lang Remember me on this blog}}'; |
---|
29 | //]]> |
---|
30 | </script> |
---|
31 | </tpl:Block> |
---|
32 | |
---|
33 | <tpl:Block name="body-tag"><body class="dc-post"></tpl:Block> |
---|
34 | |
---|
35 | <tpl:Block name="page-top"> |
---|
36 | {{tpl:EntryPingData}} |
---|
37 | {{tpl:parent}} |
---|
38 | </tpl:Block> |
---|
39 | |
---|
40 | <tpl:Block name="main-content"> |
---|
41 | <nav class="navlinks topnl"> |
---|
42 | <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" |
---|
43 | title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" |
---|
44 | cut_string="50"}}</a></tpl:EntryPrevious> |
---|
45 | <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" |
---|
46 | title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" |
---|
47 | cut_string="50"}} »</a></tpl:EntryNext> |
---|
48 | </nav> |
---|
49 | |
---|
50 | {{tpl:include src="_simple-entry.html"}} |
---|
51 | |
---|
52 | <nav class="navlinks"> |
---|
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 | </nav> |
---|
60 | </tpl:Block> |
---|