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> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | <meta name="MSSmartTagsPreventParsing" content="TRUE" /> |
---|
7 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
8 | |
---|
9 | <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
10 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
11 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
12 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
13 | |
---|
14 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
15 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
16 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
17 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
18 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
19 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
20 | <meta name="dc.type" content="text" /> |
---|
21 | <meta name="dc.format" content="text/html" /> |
---|
22 | |
---|
23 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
24 | |
---|
25 | <tpl:Archives> |
---|
26 | <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> |
---|
27 | </tpl:Archives> |
---|
28 | |
---|
29 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
30 | |
---|
31 | {{tpl:include src="_head.html"}} |
---|
32 | </head> |
---|
33 | |
---|
34 | <body class="dc-archive"> |
---|
35 | <div id="wrapper-top" > |
---|
36 | {{tpl:include src="_top.html"}} |
---|
37 | </div><!-- End #wrapper-top --> |
---|
38 | |
---|
39 | <div id="wrapper"> |
---|
40 | <div id="wrapper-page" class="container_12 " > |
---|
41 | <div id="wrapper-title" class="grid_12" > <h1>{{tpl:lang Archives}}</h1></div> |
---|
42 | |
---|
43 | <div id="main" class="grid_9" > |
---|
44 | <h2 class="main-info">{{tpl:lang Last entries}}</h2> |
---|
45 | <div id="content"> |
---|
46 | |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | <tpl:Archives> |
---|
51 | |
---|
52 | <div class="meta y{{tpl:ArchiveDate format="%Y"}} grid_2 alpha" > |
---|
53 | |
---|
54 | <h4 class="meta-date">{{tpl:ArchiveDate encode_html="1" format="%B"}} {{tpl:ArchiveDate format="%Y"}}</h4> |
---|
55 | <ul class="meta-info"> |
---|
56 | <li class="meta-post">{{tpl:ArchiveEntriesCount}} {{tpl:lang entries}}</li> |
---|
57 | </ul> |
---|
58 | </div> |
---|
59 | |
---|
60 | <div class="grid_7 omega post"> |
---|
61 | |
---|
62 | |
---|
63 | <tpl:Entries> |
---|
64 | |
---|
65 | <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a |
---|
66 | href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}} »</a></h2> |
---|
67 | <div class="post-content">{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="150"}} ...</div> |
---|
68 | |
---|
69 | </tpl:Entries> |
---|
70 | |
---|
71 | </div> |
---|
72 | |
---|
73 | </tpl:Archives> |
---|
74 | |
---|
75 | |
---|
76 | </div> |
---|
77 | </div> <!-- End #main --> |
---|
78 | |
---|
79 | <div id="sidebar" class="grid_3"> |
---|
80 | <div id="blognav"> |
---|
81 | {{tpl:Widgets type="nav"}} |
---|
82 | </div> <!-- End #blognav --> |
---|
83 | <div id="blogextra" > |
---|
84 | {{tpl:Widgets type="extra"}} |
---|
85 | </div> <!-- End #blogextra --> |
---|
86 | </div> |
---|
87 | |
---|
88 | </div> <!-- End #wrapper --> |
---|
89 | </div> <!-- End #wrapper --> |
---|
90 | <div id="wrapper-bottom"> |
---|
91 | {{tpl:include src="_footer.html"}} |
---|
92 | </div><!-- End #wrapper-bottom --> |
---|
93 | <div class="clear"></div> |
---|
94 | |
---|
95 | </body> |
---|
96 | </html> |
---|