| 1 | {{tpl:extends parent="__layout.html"}} | 
|---|
| 2 |  | 
|---|
| 3 | <tpl:Block name="head-title"> | 
|---|
| 4 | <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> | 
|---|
| 5 | </tpl:Block> | 
|---|
| 6 |  | 
|---|
| 7 | <tpl:Block name="dc-entry"> | 
|---|
| 8 | <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> | 
|---|
| 9 | <meta property="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" /> | 
|---|
| 10 | <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> | 
|---|
| 11 | <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> | 
|---|
| 12 | </tpl:Block> | 
|---|
| 13 |  | 
|---|
| 14 | <tpl:Block name"head-linkrel"> | 
|---|
| 15 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> | 
|---|
| 16 | <tpl:Archives> | 
|---|
| 17 | <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> | 
|---|
| 18 | </tpl:Archives> | 
|---|
| 19 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> | 
|---|
| 20 | <tpl:Categories> | 
|---|
| 21 | <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> | 
|---|
| 22 | </tpl:Categories> | 
|---|
| 23 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> | 
|---|
| 24 | </tpl:Block> | 
|---|
| 25 |  | 
|---|
| 26 | <tpl:Block name="body-tag"><body class="dc-archive"></tpl:Block> | 
|---|
| 27 |  | 
|---|
| 28 | <tpl:Block name="main-content"> | 
|---|
| 29 | <div id="content-info"> | 
|---|
| 30 | <h2>{{tpl:lang Archives}}</h2> | 
|---|
| 31 | </div> | 
|---|
| 32 |  | 
|---|
| 33 | <div class="content-inner"> | 
|---|
| 34 |  | 
|---|
| 35 | <div id="time-criteria"><!-- entries sorted by date --> | 
|---|
| 36 | <div id="arch-by-year" class="arch-block arch-by-year"> | 
|---|
| 37 | <h3>{{tpl:lang By date}}</h3> | 
|---|
| 38 | <p class="fromto">{{tpl:lang FromDay}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries> {{tpl:lang toDay}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries></p> | 
|---|
| 39 | <tpl:Archives order="asc"> | 
|---|
| 40 | <tpl:ArchivesYearHeader> | 
|---|
| 41 | <div class="arch-by-year__each-year"> | 
|---|
| 42 | <h4>{{tpl:ArchiveDate format="%Y"}}</h4> | 
|---|
| 43 | <ul class="arch-list arch-year-list"> | 
|---|
| 44 | </tpl:ArchivesYearHeader> | 
|---|
| 45 | <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> | 
|---|
| 46 | <span>({{tpl:ArchiveEntriesCount}})</span></li> | 
|---|
| 47 | <tpl:ArchivesYearFooter> | 
|---|
| 48 | </ul> | 
|---|
| 49 | </div> | 
|---|
| 50 | </tpl:ArchivesYearFooter> | 
|---|
| 51 | </tpl:Archives> | 
|---|
| 52 | </div> | 
|---|
| 53 | </div> | 
|---|
| 54 |  | 
|---|
| 55 | <div id="other-criteria"><!-- entries sorted by others criterias --> | 
|---|
| 56 | <tpl:Categories level="1"> | 
|---|
| 57 | <tpl:CategoriesHeader> | 
|---|
| 58 | <div id="arch-by-cat" class="arch-block arch-by-cat"> | 
|---|
| 59 | <h3>{{tpl:lang By category}}</h3> | 
|---|
| 60 | <ul class="arch-list arch-cat-list"> | 
|---|
| 61 | </tpl:CategoriesHeader> | 
|---|
| 62 | <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> | 
|---|
| 63 | <tpl:CategoryFirstChildren> | 
|---|
| 64 | <tpl:CategoriesHeader> | 
|---|
| 65 | <ul class="arch-list arch-sub-cat-list"> | 
|---|
| 66 | </tpl:CategoriesHeader> | 
|---|
| 67 | <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> | 
|---|
| 68 | <tpl:CategoriesFooter> | 
|---|
| 69 | </ul> | 
|---|
| 70 | </tpl:CategoriesFooter> | 
|---|
| 71 | </tpl:CategoryFirstChildren> | 
|---|
| 72 | </li> | 
|---|
| 73 | <tpl:CategoriesFooter> | 
|---|
| 74 | </ul> | 
|---|
| 75 | </div> | 
|---|
| 76 | </tpl:CategoriesFooter> | 
|---|
| 77 | </tpl:Categories> | 
|---|
| 78 |  | 
|---|
| 79 | <tpl:Tags sortby="count" order="desc"> | 
|---|
| 80 | <tpl:TagsHeader> | 
|---|
| 81 | <div id="arch-by-tag" class="arch-block arch-by-tag"> | 
|---|
| 82 | <h3>{{tpl:lang By tag}}</h3> | 
|---|
| 83 | <ul class="arch-list arch-tag-list"> | 
|---|
| 84 | </tpl:TagsHeader> | 
|---|
| 85 | <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> | 
|---|
| 86 | <tpl:TagsFooter> | 
|---|
| 87 | </ul> | 
|---|
| 88 | </div> | 
|---|
| 89 | </tpl:TagsFooter> | 
|---|
| 90 | </tpl:Tags> | 
|---|
| 91 | </div> | 
|---|
| 92 |  | 
|---|
| 93 | <div id="more-arch"><!-- others things --> | 
|---|
| 94 | <div id="arch-by-page" class="arch-block arch-by-page"> | 
|---|
| 95 | <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> | 
|---|
| 96 | <tpl:EntriesHeader> | 
|---|
| 97 | <h3>{{tpl:lang Pages}}</h3> | 
|---|
| 98 | <ul class="arch-list arch-page-list"> | 
|---|
| 99 | </tpl:EntriesHeader> | 
|---|
| 100 | <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li> | 
|---|
| 101 | <tpl:EntriesFooter> | 
|---|
| 102 | </ul> | 
|---|
| 103 | </tpl:EntriesFooter> | 
|---|
| 104 | </tpl:Entries> | 
|---|
| 105 | </div> | 
|---|
| 106 | </div> | 
|---|
| 107 | </div> <!-- End .content-inner --> | 
|---|
| 108 | </tpl:Block> | 
|---|
| 109 |  | 
|---|
| 110 | <tpl:Block name="wrapper-sidebar"> | 
|---|
| 111 | <div id="sidebar" role="complementary"> | 
|---|
| 112 | <div id="blognav"> | 
|---|
| 113 | <tpl:Widget id="search"> | 
|---|
| 114 | </tpl:Widget> | 
|---|
| 115 | </div> <!-- End #blognav --> | 
|---|
| 116 |  | 
|---|
| 117 | <div id="blogextra"> | 
|---|
| 118 | {{tpl:Widgets type="extra"}} | 
|---|
| 119 | </div> <!-- End #blogextra --> | 
|---|
| 120 |  | 
|---|
| 121 | </div> <!-- End #sidebar --> | 
|---|
| 122 | </tpl:Block> | 
|---|