Dotclear

source: themes/dc2smartphone/tpl/category.html @ 3167

Revision 3167, 4.9 KB checked in by brol, 10 years ago (diff)

version 1.3

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
48<body class="dc-category dc-gen" onload="window.scrollTo(0, 1)">
49<div id="page">
50{{tpl:include src="_top.html"}}
51
52<div id="wrapper">
53
54<div id="main">
55  <div id="content">
56
57  <div id="content-info">
58    <h2>{{tpl:lang Category}} : <tpl:CategoryParents><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:CategoryParents>{{tpl:CategoryTitle encode_html="1"}}</h2>
59    {{tpl:CategoryDescription}}
60   
61    <tpl:CategoryIf has_entries="1">
62    <!-- # sous-categories -->
63    <tpl:CategoryFirstChildren>
64            <tpl:CategoriesHeader><p>{{tpl:lang Subcategories}} <span class="item"></tpl:CategoriesHeader><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a><tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition>
65            <tpl:CategoriesFooter></span></p></tpl:CategoriesFooter>
66    </tpl:CategoryFirstChildren>
67    </tpl:CategoryIf>
68   
69    <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
70          title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
71    <tpl:SysIf comments_active="1">
72    - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
73          title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
74    </tpl:SysIf>
75    </p>
76  </div>
77 
78  <ul>
79  <tpl:Entries>
80    <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li>
81   
82    <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
83    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
84   
85    <!-- # --BEHAVIOR-- publicEntryAfterContent -->
86    {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
87   
88    <tpl:EntriesFooter>
89    </ul>
90      <tpl:Pagination>
91        <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}">&#171;
92        {{tpl:lang previous entries}}</a> - </tpl:PaginationIf>
93        {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
94        <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}">{{tpl:lang next entries}}
95        &#187;</a></tpl:PaginationIf></p>
96      </tpl:Pagination>
97    </tpl:EntriesFooter>
98  </tpl:Entries>
99  </div>
100</div> <!-- End #main -->
101
102</div> <!-- End #wrapper -->
103
104{{tpl:include src="_footer.html"}}
105</div> <!-- End #page -->
106</body>
107</html>
Note: See TracBrowser for help on using the repository browser.

Sites map