[3246] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[3249] | 3 | <head prefix="dc: http://purl.org/dc/terms/#"> |
---|
[3246] | 4 | <tpl:Block name="html-head"> |
---|
| 5 | <meta charset="UTF-8" /> |
---|
| 6 | |
---|
| 7 | <tpl:Block name="head-title"> |
---|
| 8 | <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> |
---|
| 9 | </tpl:Block> <!-- head-title --> |
---|
| 10 | |
---|
| 11 | <tpl:Block name="head-meta"> |
---|
| 12 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 13 | <tpl:Block name="meta-robots"> |
---|
| 14 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
| 15 | </tpl:Block> <!-- meta-robots --> |
---|
| 16 | <tpl:Block name="meta-entry"> |
---|
| 17 | <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription cut_string="180" remove_html="1" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> |
---|
| 18 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 19 | <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
| 20 | </tpl:Block> <!-- meta-entry --> |
---|
| 21 | </tpl:Block> <!-- head-meta --> |
---|
| 22 | |
---|
| 23 | <tpl:Block name="head-dc"> |
---|
| 24 | <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 25 | <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 26 | <meta property="dc.type" content="text" /> |
---|
| 27 | <meta property="dc.format" content="text/html" /> |
---|
| 28 | <tpl:Block name="dc-entry"> |
---|
| 29 | <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> |
---|
| 30 | <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1" encode_html="1"}}" /> |
---|
| 31 | <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
| 32 | <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
| 33 | </tpl:Block> <!-- dc-entry --> |
---|
| 34 | </tpl:Block> <!-- head-dc --> |
---|
| 35 | |
---|
| 36 | <tpl:Block name="head-linkrel"> |
---|
| 37 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 38 | <tpl:Categories> |
---|
| 39 | <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> |
---|
| 40 | </tpl:Categories> |
---|
| 41 | |
---|
| 42 | <tpl:Entries no_content="1"> |
---|
| 43 | <tpl:EntriesHeader> |
---|
| 44 | <tpl:Pagination> |
---|
| 45 | <tpl:PaginationIf end="0"> |
---|
| 46 | <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> |
---|
| 47 | </tpl:PaginationIf> |
---|
| 48 | |
---|
| 49 | <tpl:PaginationIf start="0"> |
---|
| 50 | <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> |
---|
| 51 | </tpl:PaginationIf> |
---|
| 52 | </tpl:Pagination> |
---|
| 53 | </tpl:EntriesHeader> |
---|
| 54 | |
---|
| 55 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
| 56 | </tpl:Entries> |
---|
| 57 | |
---|
| 58 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
| 59 | <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> |
---|
| 60 | <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> |
---|
| 61 | </tpl:Block> <!-- head-linkrel --> |
---|
| 62 | |
---|
| 63 | {{tpl:include src="_head.html"}} |
---|
| 64 | </tpl:Block> <!-- html-head --> |
---|
| 65 | </head> |
---|
| 66 | <tpl:Block name="body-tag"> |
---|
| 67 | <body class="dc-home <tpl:SysIf current_mode="default">dc-home-first</tpl:SysIf>"> |
---|
| 68 | </tpl:Block> |
---|
| 69 | <tpl:Block name="html-body"> |
---|
| 70 | <div id="page"> |
---|
| 71 | <tpl:Block name="body-page"> |
---|
| 72 | <tpl:Block name="page-top"> |
---|
| 73 | {{tpl:include src="_top.html"}} |
---|
| 74 | </tpl:Block> <!-- page-top --> |
---|
| 75 | |
---|
| 76 | <div id="wrapper"> |
---|
| 77 | <tpl:Block name="page-wrapper"> |
---|
[3250] | 78 | <main id="main" role="main"> |
---|
[3246] | 79 | <tpl:Block name="wrapper-main"> |
---|
| 80 | <tpl:Block name="main-breadcrumb"> |
---|
| 81 | {{tpl:Breadcrumb}} |
---|
| 82 | </tpl:Block> |
---|
| 83 | <section id="content"> |
---|
| 84 | <tpl:Block name="main-content"> |
---|
| 85 | |
---|
| 86 | <tpl:Entries> |
---|
| 87 | |
---|
| 88 | <!-- First page --> |
---|
| 89 | <tpl:SysIf current_mode="default"> |
---|
| 90 | <tpl:LoopPosition start="1" length="1"> |
---|
| 91 | {{tpl:include src="_entry-full.html"}} |
---|
| 92 | </tpl:LoopPosition> |
---|
| 93 | |
---|
| 94 | <tpl:LoopPosition start="2"> |
---|
| 95 | {{tpl:include src="_entry-short.html"}} |
---|
| 96 | </tpl:LoopPosition> |
---|
| 97 | </tpl:SysIf> |
---|
| 98 | |
---|
| 99 | <!-- Next pages --> |
---|
| 100 | <tpl:SysIf current_mode="!default"> |
---|
| 101 | {{tpl:include src="_entry-short.html"}} |
---|
| 102 | </tpl:SysIf> |
---|
| 103 | |
---|
| 104 | <!-- Pagination --> |
---|
| 105 | <tpl:EntriesFooter> |
---|
| 106 | {{tpl:include src="_pagination.html"}} |
---|
| 107 | </tpl:EntriesFooter> |
---|
| 108 | |
---|
| 109 | </tpl:Entries> |
---|
| 110 | |
---|
| 111 | </tpl:Block> <!-- main-content --> |
---|
| 112 | </section> <!-- End #content --> |
---|
| 113 | </tpl:Block> <!-- wrapper-main --> |
---|
[3250] | 114 | </main> <!-- End #main --> |
---|
[3246] | 115 | |
---|
| 116 | <tpl:Block name="wrapper-sidebar"> |
---|
| 117 | {{tpl:include src="_sidebar.html"}} |
---|
| 118 | </tpl:Block> <!-- wrapper-sidebar --> |
---|
| 119 | </tpl:Block> <!-- page-wrapper --> |
---|
| 120 | </div> <!-- End #wrapper --> |
---|
| 121 | |
---|
| 122 | <tpl:Block name="page-footer"> |
---|
| 123 | {{tpl:include src="_footer.html"}} |
---|
| 124 | </tpl:Block> <!-- page-footer --> |
---|
| 125 | </tpl:Block> <!-- body-page --> |
---|
| 126 | </div> <!-- End #page --> |
---|
| 127 | </tpl:Block> <!-- html-body --> |
---|
| 128 | </body> |
---|
| 129 | </html> |
---|