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