Dotclear

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

Revision 0:54703be25dd6, 6.3 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}}" />
8 
9  <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title>
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:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
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" />
22 
23  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
24  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
25 
26  <tpl:Entries no_content="1">
27    <tpl:EntriesHeader>
28      <tpl:Pagination>
29        <tpl:PaginationIf end="0">
30        <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" />
31        </tpl:PaginationIf>
32       
33        <tpl:PaginationIf start="0">
34        <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" />
35        </tpl:PaginationIf>
36      </tpl:Pagination>
37    </tpl:EntriesHeader>
38   
39    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
40  </tpl:Entries>
41 
42  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" />
43  <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
44 
45  {{tpl:include src="_head.html"}}
46</head>
47
48<body class="dc-tag">
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 Tag}} - {{tpl:TagID}}</h2>
59   
60    <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}"
61    title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a>
62   
63    <tpl:SysIf operator="or" comments_active="1" pings_active="1">
64    - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments"
65    title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a>
66    </tpl:SysIf>
67    </p>
68  </div>
69 
70  <tpl:Entries>
71    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">
72    <!-- # New day date -->
73    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader>
74   
75    <h2 class="post-title"><a
76    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2>
77   
78    <p class="post-info">{{tpl:lang By}} {{tpl:EntryAuthorLink}}
79    {{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}
80    <tpl:EntryIf has_category="1">
81    - <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a>
82    </tpl:EntryIf>
83    </p>
84   
85    <tpl:EntryTags>
86    <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader>
87    <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li>
88    <tpl:TagsFooter></ul></tpl:TagsFooter>
89    </tpl:EntryTags>
90   
91    <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
92    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
93   
94    <!-- # Entry with an excerpt -->
95    <tpl:EntryIf extended="1">
96      <div class="post-content">{{tpl:EntryExcerpt}}</div>
97      <p class="read-it"><a href="{{tpl:EntryURL}}"
98      title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue
99      reading}}</a>...</p>
100    </tpl:EntryIf>
101   
102    <!-- # Entry without excerpt -->
103    <tpl:EntryIf extended="0">
104      <div class="post-content">{{tpl:EntryContent}}</div>
105    </tpl:EntryIf>
106   
107    <!-- # --BEHAVIOR-- publicEntryAfterContent -->
108    {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
109   
110    <!-- # Number of comments, trackbacks and attachments -->
111    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
112      <p class="post-info-co">
113    </tpl:EntryIf>
114    <tpl:EntryIf show_comments="1">
115      <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a>
116    </tpl:EntryIf>
117    <tpl:EntryIf show_pings="1">
118      <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf>
119    <tpl:EntryIf has_attachment="1">
120      <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a></tpl:EntryIf>
121    <tpl:EntryIf operator="or" show_comments="1" show_pings="1" has_attachment="1">
122      </p>
123    </tpl:EntryIf>
124    </div>
125   
126    <tpl:EntriesFooter>
127      <tpl:Pagination>
128        <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171;
129        {{tpl:lang previous entries}}</a> - </tpl:PaginationIf>
130        {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
131        <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}
132        &#187;</a></tpl:PaginationIf></p>
133      </tpl:Pagination>
134    </tpl:EntriesFooter>
135  </tpl:Entries>
136  </div>
137</div> <!-- End #main -->
138
139<div id="sidebar">
140  <div id="blognav">
141    {{tpl:Widgets type="nav"}}
142  </div> <!-- End #blognav -->
143 
144  <div id="blogextra">
145    {{tpl:Widgets type="extra"}}
146  </div> <!-- End #blogextra -->
147</div>
148
149</div> <!-- End #wrapper -->
150
151{{tpl:include src="_footer.html"}}
152</div> <!-- End #page -->
153</body>
154</html>
Note: See TracBrowser for help on using the repository browser.

Sites map