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