1 | <!DOCTYPE html> |
---|
2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
3 | <head> |
---|
4 | <meta charset="UTF-8" /> |
---|
5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
6 | |
---|
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" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
11 | |
---|
12 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
13 | <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
14 | <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
15 | <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
16 | <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
17 | <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
18 | <meta property="dc.type" content="text" /> |
---|
19 | <meta property="dc.format" content="text/html" /> |
---|
20 | |
---|
21 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
22 | |
---|
23 | <tpl:Archives> |
---|
24 | <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> |
---|
25 | </tpl:Archives> |
---|
26 | |
---|
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"}}" /> |
---|
32 | |
---|
33 | {{tpl:include src="_head.html"}} |
---|
34 | </head> |
---|
35 | <body class="dc-archive"> |
---|
36 | <div id="page"> |
---|
37 | {{tpl:include src="_top.html"}} |
---|
38 | |
---|
39 | <div id="wrapper"> |
---|
40 | |
---|
41 | <div id="main" role="main"> |
---|
42 | <div id="content"> |
---|
43 | |
---|
44 | <div id="content-info"> |
---|
45 | <h2>{{tpl:lang Archives}}</h2> |
---|
46 | </div> |
---|
47 | |
---|
48 | <div class="content-inner"> |
---|
49 | |
---|
50 | <div id="time-criteria"><!-- entries sorted by date --> |
---|
51 | <div id="by-date" class="arch-block"> |
---|
52 | <h3>{{tpl:lang By date}}</h3> |
---|
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> |
---|
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> |
---|
69 | |
---|
70 | <div id="other-criteria"><!-- entries sorted by others criterias --> |
---|
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> |
---|
82 | <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> |
---|
83 | <tpl:CategoriesFooter> |
---|
84 | </ul> |
---|
85 | </tpl:CategoriesFooter> |
---|
86 | </tpl:CategoryFirstChildren> |
---|
87 | </li> |
---|
88 | <tpl:CategoriesFooter> |
---|
89 | </ul> |
---|
90 | </div> |
---|
91 | </tpl:CategoriesFooter> |
---|
92 | </tpl:Categories> |
---|
93 | |
---|
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> |
---|
102 | </ul> |
---|
103 | </div> |
---|
104 | </tpl:TagsFooter> |
---|
105 | </tpl:Tags> |
---|
106 | </div> |
---|
107 | |
---|
108 | <div id="more-arch"><!-- others things --> |
---|
109 | <div class="arch-block"> |
---|
110 | <tpl:Entries type="page" no_content="1" lastn="0" selected="0"> |
---|
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 --> |
---|
123 | |
---|
124 | </div> <!-- End #content --> |
---|
125 | </div> <!-- End #main --> |
---|
126 | |
---|
127 | <div id="sidebar" role="complementary"> |
---|
128 | <div id="blognav"> |
---|
129 | <tpl:Widget id="search"> |
---|
130 | </tpl:Widget> |
---|
131 | </div> <!-- End #blognav --> |
---|
132 | |
---|
133 | <div id="blogextra"> |
---|
134 | {{tpl:Widgets type="extra"}} |
---|
135 | </div> <!-- End #blogextra --> |
---|
136 | |
---|
137 | </div> <!-- End #sidebar --> |
---|
138 | </div> <!-- End #wrapper --> |
---|
139 | |
---|
140 | {{tpl:include src="_footer.html"}} |
---|
141 | </div> <!-- End #page --> |
---|
142 | </body> |
---|
143 | </html> |
---|