[2830] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[599] | 3 | <head> |
---|
[2830] | 4 | <meta charset="UTF-8" /> |
---|
[615] | 5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
[2566] | 6 | |
---|
[615] | 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"}}" /> |
---|
[2566] | 12 | |
---|
[615] | 13 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
[2566] | 14 | |
---|
[615] | 15 | <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext> |
---|
| 16 | <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious> |
---|
[2566] | 17 | |
---|
[615] | 18 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[2566] | 19 | |
---|
[615] | 20 | {{tpl:include src="_head.html"}} |
---|
[2566] | 21 | |
---|
[2803] | 22 | <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> |
---|
[615] | 23 | <script type="text/javascript"> |
---|
| 24 | var post_remember_str = '{{tpl:lang Remember me on this blog}}'; |
---|
| 25 | </script> |
---|
[599] | 26 | </head> |
---|
| 27 | <body class="dc-post"> |
---|
[615] | 28 | <div id="page"> |
---|
| 29 | {{tpl:EntryPingData}} |
---|
[2566] | 30 | |
---|
[615] | 31 | {{tpl:include src="_top.html"}} |
---|
[2566] | 32 | |
---|
[615] | 33 | <div id="wrapper"> |
---|
[2566] | 34 | |
---|
[615] | 35 | <div id="main"> |
---|
| 36 | <div id="content"> |
---|
[2566] | 37 | |
---|
[666] | 38 | <p class="navlinks topnl"> |
---|
[615] | 39 | <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" |
---|
| 40 | title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" |
---|
| 41 | cut_string="50"}}</a></tpl:EntryPrevious> |
---|
| 42 | <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" |
---|
| 43 | title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" |
---|
| 44 | cut_string="50"}} »</a></tpl:EntryNext> |
---|
| 45 | </p> |
---|
[2566] | 46 | |
---|
[615] | 47 | {{tpl:include src="_simple-entry.html"}} |
---|
[2566] | 48 | |
---|
[615] | 49 | <p class="navlinks"> |
---|
| 50 | <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" |
---|
| 51 | title="{{tpl:EntryTitle encode_html="1"}}" class="prev">« {{tpl:EntryTitle encode_html="1" |
---|
| 52 | cut_string="50"}}</a></tpl:EntryPrevious> |
---|
| 53 | <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}" |
---|
| 54 | title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1" |
---|
| 55 | cut_string="50"}} »</a></tpl:EntryNext> |
---|
| 56 | </p> |
---|
[2566] | 57 | |
---|
[615] | 58 | </div> |
---|
| 59 | </div> <!-- End #main --> |
---|
[2566] | 60 | |
---|
[615] | 61 | {{tpl:include src="_sidebar.html"}} |
---|
[2566] | 62 | |
---|
[615] | 63 | </div> <!-- End #wrapper --> |
---|
[2566] | 64 | |
---|
[615] | 65 | {{tpl:include src="_footer.html"}} |
---|
| 66 | </div> <!-- End #page --> |
---|
[599] | 67 | </body> |
---|
[2566] | 68 | </html> |
---|