[2830] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[436] | 3 | <head> |
---|
[2830] | 4 | <meta charset="UTF-8" /> |
---|
[615] | 5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
[2566] | 6 | |
---|
[615] | 7 | <title>{{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> |
---|
[3226] | 8 | <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>" /> |
---|
[615] | 9 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 10 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 11 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
[2566] | 12 | |
---|
[615] | 13 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 14 | <tpl:Categories> |
---|
| 15 | <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> |
---|
| 16 | </tpl:Categories> |
---|
[2566] | 17 | |
---|
[615] | 18 | {{tpl:ductileNbEntryPerPage nb="8"}} |
---|
| 19 | <tpl:Entries no_content="1"> |
---|
| 20 | <tpl:EntriesHeader> |
---|
| 21 | <tpl:Pagination> |
---|
| 22 | <tpl:PaginationIf end="0"> |
---|
| 23 | <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> |
---|
| 24 | </tpl:PaginationIf> |
---|
[2566] | 25 | |
---|
[615] | 26 | <tpl:PaginationIf start="0"> |
---|
| 27 | <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> |
---|
| 28 | </tpl:PaginationIf> |
---|
| 29 | </tpl:Pagination> |
---|
| 30 | </tpl:EntriesHeader> |
---|
[2566] | 31 | |
---|
[615] | 32 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
| 33 | </tpl:Entries> |
---|
[2566] | 34 | |
---|
[615] | 35 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
| 36 | <link rel="EditURI" type="application/rsd+xml" title="RSD" href="{{tpl:BlogRSDURL}}" /> |
---|
| 37 | <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> |
---|
[2566] | 38 | |
---|
[615] | 39 | {{tpl:include src="_head.html"}} |
---|
[436] | 40 | </head> |
---|
[666] | 41 | <body class="dc-home <tpl:SysIf current_mode="default">dc-home-first</tpl:SysIf>"> |
---|
[615] | 42 | <div id="page"> |
---|
| 43 | {{tpl:include src="_top.html"}} |
---|
[2566] | 44 | |
---|
[615] | 45 | <div id="wrapper"> |
---|
[2566] | 46 | |
---|
[615] | 47 | <div id="main"> |
---|
| 48 | <div id="content"> |
---|
[2566] | 49 | |
---|
[615] | 50 | {{tpl:ductileNbEntryPerPage nb="8"}} |
---|
| 51 | <tpl:Entries> |
---|
[2566] | 52 | |
---|
[615] | 53 | <!-- First page --> |
---|
| 54 | <tpl:SysIf current_mode="default"> |
---|
| 55 | <tpl:LoopPosition start="1" length="1"> |
---|
| 56 | {{tpl:include src="_entry-full.html"}} |
---|
| 57 | </tpl:LoopPosition> |
---|
[2566] | 58 | |
---|
[615] | 59 | <tpl:LoopPosition start="2"> |
---|
| 60 | {{tpl:ductileEntriesList default="short"}} |
---|
| 61 | </tpl:LoopPosition> |
---|
| 62 | </tpl:SysIf> |
---|
[2566] | 63 | |
---|
[615] | 64 | <!-- Next pages --> |
---|
| 65 | <tpl:SysIf current_mode="!default"> |
---|
| 66 | {{tpl:ductileEntriesList default="short"}} |
---|
[2566] | 67 | </tpl:SysIf> |
---|
| 68 | |
---|
[615] | 69 | <!-- Pagination --> |
---|
| 70 | <tpl:EntriesFooter> |
---|
| 71 | {{tpl:include src="_pagination.html"}} |
---|
| 72 | </tpl:EntriesFooter> |
---|
[2566] | 73 | |
---|
[615] | 74 | </tpl:Entries> |
---|
[2566] | 75 | |
---|
[615] | 76 | </div> <!-- End #content --> |
---|
| 77 | </div> <!-- End #main --> |
---|
[2566] | 78 | |
---|
[615] | 79 | {{tpl:include src="_sidebar.html"}} |
---|
[2566] | 80 | |
---|
[615] | 81 | </div> <!-- End #wrapper --> |
---|
[2566] | 82 | |
---|
[615] | 83 | {{tpl:include src="_footer.html"}} |
---|
| 84 | </div> <!-- End #page --> |
---|
[436] | 85 | </body> |
---|
[2566] | 86 | </html> |
---|