Dotclear

source: themes/ductile/tpl/category.html @ 2830:f98aa0265d4e

Revision 2830:f98aa0265d4e, 4.3 KB checked in by franck <carnet.franck.paul@…>, 11 years ago (diff)

Ductile should switch to HTML5 as others

RevLine 
[2830]1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
[535]3<head>
[2830]4     <meta charset="UTF-8" />
[615]5     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
[2566]6
[615]7     <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
[2775]8     <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription encode_html="1" cut_string="180" remove_html="1"}}" />
[615]9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
10     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
11     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
[2566]12
[615]13     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
14     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
15     <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_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" />
[2566]22
[615]23     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
24     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
[2566]25
[615]26     {{tpl:ductileNbEntryPerPage}}
27     <tpl:Entries no_content="1">
28          <tpl:EntriesHeader>
29               <tpl:Pagination>
30                    <tpl:PaginationIf end="0">
31                         <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
32                    </tpl:PaginationIf>
[2566]33
[615]34                    <tpl:PaginationIf start="0">
35                         <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
36                    </tpl:PaginationIf>
37               </tpl:Pagination>
38          </tpl:EntriesHeader>
[2566]39
[615]40          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
41     </tpl:Entries>
[2566]42
[615]43     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" />
[2566]44
[615]45     {{tpl:include src="_head.html"}}
[535]46</head>
47<body class="dc-category">
[615]48     <div id="page">
49          {{tpl:include src="_top.html"}}
[2566]50
[615]51          <div id="wrapper">
[2566]52
[615]53               <div id="main">
54                    <div id="content">
[2566]55
[615]56                         <div id="content-info">
57                              <h2>
58                                   <tpl:CategoryParents>
[2566]59                                        <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo;
[615]60                                   </tpl:CategoryParents>
61                                   {{tpl:CategoryTitle encode_html="1"}}
62                              </h2>
63                              {{tpl:CategoryDescription}}
[2566]64
[615]65                              <tpl:CategoryIf has_entries="1">
[660]66                                   <p class="feed-info">
[615]67                                        <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
68                                         title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
[2566]69
[615]70                                        <tpl:SysIf operator="or" comments_active="1" pings_active="1">
71                                              - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
72                                              title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
73                                        </tpl:SysIf>
74                                   </p>
75                              </tpl:CategoryIf>
[2566]76
[615]77                              <tpl:CategoryFirstChildren>
78                                   <tpl:CategoriesHeader>
79                                        <div id="subcategories">
80                                             <h3>{{tpl:lang Subcategories}}</h3>
81                                             <ul>
82                                   </tpl:CategoriesHeader>
83                                                  <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
84                                   <tpl:CategoriesFooter>
85                                             </ul>
86                                        </div>
87                                   </tpl:CategoriesFooter>
88                              </tpl:CategoryFirstChildren>
89                         </div>
[666]90
[2566]91                         <div class="content-inner">
[666]92                              {{tpl:ductileNbEntryPerPage}}
93                              <tpl:Entries>
94                                   {{tpl:ductileEntriesList default="short"}}
[2566]95
[666]96                                   <tpl:EntriesFooter>
97                                        {{tpl:include src="_pagination.html"}}
98                                   </tpl:EntriesFooter>
99                              </tpl:Entries>
100                         </div> <!-- End #content-inner -->
101                    </div> <!-- End #content -->
[615]102               </div> <!-- End #main -->
[2566]103
[615]104               {{tpl:include src="_sidebar.html"}}
[2566]105
[615]106          </div> <!-- End #wrapper -->
[2566]107
[615]108          {{tpl:include src="_footer.html"}}
109     </div> <!-- End #page -->
[535]110</body>
[2566]111</html>
Note: See TracBrowser for help on using the repository browser.

Sites map