[2830] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[470] | 3 | <head> |
---|
[2830] | 4 | <meta charset="UTF-8" /> |
---|
[615] | 5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
[2566] | 6 | |
---|
[615] | 7 | <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 8 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 9 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 10 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
[2566] | 11 | |
---|
[615] | 12 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
| 13 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
| 14 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
| 15 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 16 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 17 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
| 18 | <meta name="dc.type" content="text" /> |
---|
| 19 | <meta name="dc.format" content="text/html" /> |
---|
[2566] | 20 | |
---|
[615] | 21 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
[2566] | 22 | |
---|
[615] | 23 | <tpl:Archives> |
---|
| 24 | <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> |
---|
| 25 | </tpl:Archives> |
---|
[2566] | 26 | |
---|
[615] | 27 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 28 | <tpl:Categories> |
---|
| 29 | <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> |
---|
| 30 | </tpl:Categories> |
---|
| 31 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[2566] | 32 | |
---|
[615] | 33 | {{tpl:include src="_head.html"}} |
---|
[470] | 34 | </head> |
---|
| 35 | <body class="dc-archive"> |
---|
[615] | 36 | <div id="page"> |
---|
| 37 | {{tpl:include src="_top.html"}} |
---|
[2566] | 38 | |
---|
[615] | 39 | <div id="wrapper"> |
---|
[2566] | 40 | |
---|
[615] | 41 | <div id="main"> |
---|
| 42 | <div id="content"> |
---|
[2566] | 43 | |
---|
[615] | 44 | <div id="content-info"> |
---|
| 45 | <h2>{{tpl:lang Archives}}</h2> |
---|
| 46 | </div> |
---|
[2566] | 47 | |
---|
[615] | 48 | <div class="content-inner"> |
---|
[2566] | 49 | |
---|
[615] | 50 | <div id="time-criteria"><!-- entries sorted by date --> |
---|
| 51 | <div id="by-date" class="arch-block"> |
---|
| 52 | <h3>{{tpl:lang By date}}</h3> |
---|
[650] | 53 | <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> |
---|
[615] | 54 | <tpl:Archives order="asc"> |
---|
| 55 | <tpl:ArchivesYearHeader> |
---|
| 56 | <div> |
---|
| 57 | <h4>{{tpl:ArchiveDate format="%Y"}}</h4> |
---|
| 58 | <ul> |
---|
| 59 | </tpl:ArchivesYearHeader> |
---|
| 60 | <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> |
---|
| 61 | <span>({{tpl:ArchiveEntriesCount}})</span></li> |
---|
| 62 | <tpl:ArchivesYearFooter> |
---|
| 63 | </ul> |
---|
| 64 | </div> |
---|
| 65 | </tpl:ArchivesYearFooter> |
---|
| 66 | </tpl:Archives> |
---|
| 67 | </div> |
---|
| 68 | </div> |
---|
[2566] | 69 | |
---|
| 70 | <div id="other-criteria"><!-- entries sorted by others criterias --> |
---|
[615] | 71 | <tpl:Categories level="1"> |
---|
| 72 | <tpl:CategoriesHeader> |
---|
| 73 | <div id="by-cat" class="arch-block"> |
---|
| 74 | <h3>{{tpl:lang By category}}</h3> |
---|
| 75 | <ul> |
---|
| 76 | </tpl:CategoriesHeader> |
---|
| 77 | <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> |
---|
| 78 | <tpl:CategoryFirstChildren> |
---|
| 79 | <tpl:CategoriesHeader> |
---|
| 80 | <ul> |
---|
| 81 | </tpl:CategoriesHeader> |
---|
[2566] | 82 | <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> |
---|
[615] | 83 | <tpl:CategoriesFooter> |
---|
| 84 | </ul> |
---|
| 85 | </tpl:CategoriesFooter> |
---|
[2566] | 86 | </tpl:CategoryFirstChildren> |
---|
[615] | 87 | </li> |
---|
| 88 | <tpl:CategoriesFooter> |
---|
| 89 | </ul> |
---|
| 90 | </div> |
---|
| 91 | </tpl:CategoriesFooter> |
---|
| 92 | </tpl:Categories> |
---|
[2566] | 93 | |
---|
[615] | 94 | <tpl:Tags sortby="count" order="desc"> |
---|
| 95 | <tpl:TagsHeader> |
---|
| 96 | <div id="by-tag" class="arch-block"> |
---|
| 97 | <h3>{{tpl:lang By tag}}</h3> |
---|
| 98 | <ul> |
---|
| 99 | </tpl:TagsHeader> |
---|
| 100 | <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> |
---|
| 101 | <tpl:TagsFooter> |
---|
[2566] | 102 | </ul> |
---|
[615] | 103 | </div> |
---|
| 104 | </tpl:TagsFooter> |
---|
| 105 | </tpl:Tags> |
---|
| 106 | </div> |
---|
[2566] | 107 | |
---|
| 108 | <div id="more-arch"><!-- others things --> |
---|
[615] | 109 | <div class="arch-block"> |
---|
[1067] | 110 | <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> |
---|
[615] | 111 | <tpl:EntriesHeader> |
---|
| 112 | <h3>{{tpl:lang Pages}}</h3> |
---|
| 113 | <ul> |
---|
| 114 | </tpl:EntriesHeader> |
---|
| 115 | <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li> |
---|
| 116 | <tpl:EntriesFooter> |
---|
| 117 | </ul> |
---|
| 118 | </tpl:EntriesFooter> |
---|
| 119 | </tpl:Entries> |
---|
| 120 | </div> |
---|
| 121 | </div> |
---|
| 122 | </div> <!-- End .content-inner --> |
---|
[2566] | 123 | |
---|
[615] | 124 | </div> <!-- End #content --> |
---|
| 125 | </div> <!-- End #main --> |
---|
[2566] | 126 | |
---|
[615] | 127 | <div id="sidebar"> |
---|
| 128 | <div id="blognav"> |
---|
| 129 | <tpl:Widget id="search"> |
---|
| 130 | </tpl:Widget> |
---|
| 131 | </div> <!-- End #blognav --> |
---|
[2566] | 132 | |
---|
[615] | 133 | <div id="blogextra"> |
---|
| 134 | {{tpl:Widgets type="extra"}} |
---|
| 135 | </div> <!-- End #blogextra --> |
---|
[2566] | 136 | |
---|
[615] | 137 | </div> <!-- End #sidebar --> |
---|
| 138 | </div> <!-- End #wrapper --> |
---|
[2566] | 139 | |
---|
[615] | 140 | {{tpl:include src="_footer.html"}} |
---|
| 141 | </div> <!-- End #page --> |
---|
[470] | 142 | </body> |
---|
[2566] | 143 | </html> |
---|