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