Dotclear

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

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

Sites map