Dotclear

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

Revision 3422:d294032fcdd4, 2.6 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 Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></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="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
13
14     {{tpl:ductileNbEntryPerPage}}
15     <tpl:Entries no_content="1">
16          <tpl:EntriesHeader>
17               <tpl:Pagination>
18                    <tpl:PaginationIf end="0">
19                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
20                    </tpl:PaginationIf>
21
22                    <tpl:PaginationIf start="0">
23                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
24                    </tpl:PaginationIf>
25               </tpl:Pagination>
26          </tpl:EntriesHeader>
27
28          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
29     </tpl:Entries>
30
31     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" />
32     <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
33
34     {{tpl:include src="_head.html"}}
35</head>
36<body class="dc-tag">
37     <div id="page">
38          {{tpl:include src="_top.html"}}
39
40          <div id="wrapper">
41
42               <div id="main">
43                    <div id="content">
44
45                         <div id="content-info">
46                              <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2>
47                              <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}"
48                                   title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
49                                   <tpl:SysIf operator="or" comments_active="1" pings_active="1">
50                                         - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments"
51                                        title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
52                                   </tpl:SysIf>
53                              </p>
54                         </div>
55
56                         <div class="content-inner">
57                              {{tpl:ductileNbEntryPerPage}}
58                              <tpl:Entries>
59                                   {{tpl:ductileEntriesList default="short"}}
60
61                                   <tpl:EntriesFooter>
62                                        {{tpl:include src="_pagination.html"}}
63                                   </tpl:EntriesFooter>
64
65                              </tpl:Entries>
66                         </div> <!-- End #content-inner -->
67                    </div> <!-- End #content -->
68               </div> <!-- End #main -->
69
70               {{tpl:include src="_sidebar.html"}}
71
72          </div> <!-- End #wrapper -->
73
74          {{tpl:include src="_footer.html"}}
75     </div> <!-- End #page -->
76</body>
77</html>
Note: See TracBrowser for help on using the repository browser.

Sites map