Dotclear

source: themes/ductile/tpl/archive.html @ 3422:d294032fcdd4

Revision 3422:d294032fcdd4, 4.3 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

No more <link rel="top" …> neither <link rel="up" …> in HTML5

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

Sites map