Dotclear

source: themes/ductile/tpl/tag.html @ 3371:e723ede3c238

Revision 3371:e723ede3c238, 2.7 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Bye bye Dublin-Core metadata in <head>, closes #2074

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

Sites map