Dotclear

source: inc/public/default-templates/category.html @ 0:54703be25dd6

Revision 0:54703be25dd6, 6.9 KB checked in by Dsls <dsls@…>, 14 years ago (diff)

2.3 branch (trunk) first checkin

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="MSSmartTagsPreventParsing" content="TRUE" />
7  <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" />
8 
9  <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
10  <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription cut_string="180" remove_html="1"}}" />
11  <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
12  <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
13  <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
14 
15  <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
16  <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>" />
17  <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription remove_html="1"}}" />
18  <meta name="dc.language" content="{{tpl:BlogLanguage}}" />
19  <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
20  <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
21  <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
22  <meta name="dc.type" content="text" />
23  <meta name="dc.format" content="text/html" />
24 
25  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
26  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
27 
28  <tpl:Entries no_content="1">
29    <tpl:EntriesHeader>
30      <tpl:Pagination>
31        <tpl:PaginationIf end="0">
32        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
33        </tpl:PaginationIf>
34       
35        <tpl:PaginationIf start="0">
36        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
37        </tpl:PaginationIf>
38      </tpl:Pagination>
39    </tpl:EntriesHeader>
40   
41    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
42  </tpl:Entries>
43 
44  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" />
45 
46  {{tpl:include src="_head.html"}}
47</head>
48
49<body class="dc-category">
50<div id="page">
51{{tpl:include src="_top.html"}}
52
53<div id="wrapper">
54
55<div id="main">
56  <div id="content">
57
58  <div id="content-info">
59    <h2><tpl:CategoryParents><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> &rsaquo; </tpl:CategoryParents>
60    {{tpl:CategoryTitle encode_html="1"}}</h2>
61    {{tpl:CategoryDescription}}
62   
63    <tpl:CategoryIf has_entries="1">
64      <p><a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}"
65      title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
66     
67      <tpl:SysIf operator="or" comments_active="1" pings_active="1">
68      - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments"
69      title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
70      </tpl:SysIf>
71      </p>
72    </tpl:CategoryIf>
73  </div>
74 
75  <tpl:CategoryFirstChildren>
76    <tpl:CategoriesHeader>
77      <div id="subcategories">
78      <h3>{{tpl:lang Subcategories}}</h3>
79      <ul>
80    </tpl:CategoriesHeader>
81    <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
82    <tpl:CategoriesFooter>
83      </ul>
84      </div>
85    </tpl:CategoriesFooter>
86  </tpl:CategoryFirstChildren>
87 
88  <tpl:Entries>
89    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">
90    <!-- # New day date -->
91    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
92   
93    <h2 class="post-title"><a
94    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
95   
96    <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
97    {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</p>
98   
99    <tpl:EntryTags>
100    <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader>
101    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
102    <tpl:TagsFooter></ul></tpl:TagsFooter>
103    </tpl:EntryTags>
104   
105    <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
106    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
107   
108    <!-- # Entry with an excerpt -->
109    <tpl:EntryIf extended="1">
110      <div class="post-content">{{tpl:EntryExcerpt}}</div>
111      <p class="read-it"><a href="{{tpl:EntryURL}}"
112      title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
113      reading}}</a>...</p>
114    </tpl:EntryIf>
115   
116    <!-- # Entry without excerpt -->
117    <tpl:EntryIf extended="0">
118      <div class="post-content">{{tpl:EntryContent}}</div>
119    </tpl:EntryIf>
120   
121    <!-- # --BEHAVIOR-- publicEntryAfterContent -->
122    {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
123   
124    <!-- # Number of comments, trackbacks and attachments -->
125    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
126      <p class="post-info-co">
127    </tpl:EntryIf>
128    <tpl:EntryIf show_comments="1">
129      <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a>
130    </tpl:EntryIf>
131    <tpl:EntryIf show_pings="1">
132      <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
133    <tpl:EntryIf has_attachment="1">
134      <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
135    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
136      </p>
137    </tpl:EntryIf>
138    </div>
139   
140    <tpl:EntriesFooter>
141      <tpl:Pagination>
142        <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171;
143        {{tpl:lang previous entries}}</a> - </tpl:PaginationIf>
144        {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
145        <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}
146        &#187;</a></tpl:PaginationIf></p>
147      </tpl:Pagination>
148    </tpl:EntriesFooter>
149  </tpl:Entries>
150  </div>
151</div> <!-- End #main -->
152
153<div id="sidebar">
154  <div id="blognav">
155    {{tpl:Widgets type="nav"}}
156  </div> <!-- End #blognav -->
157 
158  <div id="blogextra">
159    {{tpl:Widgets type="extra"}}
160  </div> <!-- End #blogextra -->
161</div>
162
163</div> <!-- End #wrapper -->
164
165{{tpl:include src="_footer.html"}}
166</div> <!-- End #page -->
167</body>
168</html>
Note: See TracBrowser for help on using the repository browser.

Sites map