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

RevLine 
[2830]1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
[470]3<head>
[2830]4     <meta charset="UTF-8" />
[615]5     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
[2566]6
[615]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"}}" />
[2566]11
[615]12     <tpl:Archives>
13          <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" />
14     </tpl:Archives>
[2566]15
[615]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"}}" />
[2566]21
[615]22     {{tpl:include src="_head.html"}}
[470]23</head>
24<body class="dc-archive">
[615]25     <div id="page">
26          {{tpl:include src="_top.html"}}
[2566]27
[615]28          <div id="wrapper">
[2566]29
[615]30               <div id="main">
31                    <div id="content">
[2566]32
[615]33                         <div id="content-info">
34                              <h2>{{tpl:lang Archives}}</h2>
35                         </div>
[2566]36
[615]37                         <div class="content-inner">
[2566]38
[615]39                              <div id="time-criteria"><!-- entries sorted by date -->
40                                   <div id="by-date" class="arch-block">
41                                        <h3>{{tpl:lang By date}}</h3>
[650]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>
[615]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>
[2566]58
59                              <div id="other-criteria"><!-- entries sorted by others criterias -->
[615]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>
[2566]71                                                                      <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
[615]72                                             <tpl:CategoriesFooter>
73                                                            </ul>
74                                             </tpl:CategoriesFooter>
[2566]75                                        </tpl:CategoryFirstChildren>
[615]76                                                       </li>
77                                        <tpl:CategoriesFooter>
78                                                  </ul>
79                                             </div>
80                                        </tpl:CategoriesFooter>
81                                   </tpl:Categories>
[2566]82
[615]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>
[2566]91                                                  </ul>
[615]92                                             </div>
93                                        </tpl:TagsFooter>
94                                   </tpl:Tags>
95                              </div>
[2566]96
97                              <div id="more-arch"><!-- others things -->
[615]98                                   <div class="arch-block">
[1067]99                                        <tpl:Entries type="page" no_content="1" lastn="0" selected="0">
[615]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 -->
[2566]112
[615]113                    </div> <!-- End #content -->
114               </div> <!-- End #main -->
[2566]115
[615]116               <div id="sidebar">
117                    <div id="blognav">
118                         <tpl:Widget id="search">
119                         </tpl:Widget>
120                    </div> <!-- End #blognav -->
[2566]121
[615]122                    <div id="blogextra">
123                         {{tpl:Widgets type="extra"}}
124                    </div> <!-- End #blogextra -->
[2566]125
[615]126               </div> <!-- End #sidebar -->
127          </div> <!-- End #wrapper -->
[2566]128
[615]129          {{tpl:include src="_footer.html"}}
130     </div> <!-- End #page -->
[470]131</body>
[2566]132</html>
Note: See TracBrowser for help on using the repository browser.

Sites map