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