Dotclear

source: inc/public/default-templates/currywurst/category.html @ 2600:8ffb563d1d56

Revision 2600:8ffb563d1d56, 4.4 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Add the very new template set currywurst aka codename of the next 2.7 release

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
4<head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
7
8     <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
9     <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" />
10     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
11     <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
12     <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
13
14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
15     <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>" />
16     <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" />
17     <meta name="dc.language" content="{{tpl:BlogLanguage}}" />
18     <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
19     <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
20     <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
21     <meta name="dc.type" content="text" />
22     <meta name="dc.format" content="text/html" />
23
24     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
25     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
26
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>
33
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>
39
40          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
41     </tpl:Entries>
42
43     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" />
44
45     {{tpl:include src="_head.html"}}
46</head>
47<body class="dc-category">
48     <div id="page">
49          {{tpl:include src="_top.html"}}
50
51          <div id="wrapper">
52
53               <div id="main">
54                    <div id="content">
55
56                         <div id="content-info">
57                              <h2>
58                                   <tpl:CategoryParents>
59                                        <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo;
60                                   </tpl:CategoryParents>
61                                   {{tpl:CategoryTitle encode_html="1"}}
62                              </h2>
63                              {{tpl:CategoryDescription}}
64
65                              <tpl:CategoryIf has_entries="1">
66                                   <p class="feed-info">
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>
69
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>
76
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>
90
91                         <div class="content-inner">
92                              <tpl:Entries>
93                                   {{tpl:include src="_entry_short.html"}}
94
95                                   <tpl:EntriesFooter>
96                                        {{tpl:include src="_pagination.html"}}
97                                   </tpl:EntriesFooter>
98                              </tpl:Entries>
99                         </div> <!-- End #content-inner -->
100                    </div> <!-- End #content -->
101               </div> <!-- End #main -->
102
103               {{tpl:include src="_sidebar.html"}}
104
105          </div> <!-- End #wrapper -->
106
107          {{tpl:include src="_footer.html"}}
108     </div> <!-- End #page -->
109</body>
110</html>
Note: See TracBrowser for help on using the repository browser.

Sites map