Dotclear

source: plugins/eventdata/default-templates/eventdata-noviny/eventdatas.html @ 1005

Revision 1005, 6.2 KB checked in by JcDenis, 14 years ago (diff)

eventdata: fix conflict with icsFeed plugin

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:EventdataPageTitle 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:EventdataPageDescription 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:EventdataEntries no_content="1">
29    <tpl:EntriesHeader>
30      <tpl:EventdataPagination>
31        <tpl:PaginationIf end="0">
32        <link rel="previous" 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:EventdataPagination>
39    </tpl:EntriesHeader>
40   
41    <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
42  </tpl:EventdataEntries>
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 category-{{tpl:CategoryShortURL}}">
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 class="grid">
59      <!-- # lead -->
60      <div id="lead" class="grid-l">
61       
62        <h2>{{tpl:EventdataPageTitle encode_html="1"}}</h2>
63      {{tpl:EventdataPageNav}}
64      </div>
65      <!-- # meta -->
66      <div id="meta" class="grid-s">
67        <div class="b category-desc">{{tpl:EventdataPageDescription}}</div>
68       
69          <ul class="syndicate">
70            <li><a type="application/rss+xml" href="{{tpl:EventdataFeedURL type="rss2"}}" 
71            title="{{tpl:lang This event's entries Rss feed}}" class="feed">{{tpl:lang This event's entries feed}}</a></li>
72          </ul>
73       
74        {{tpl:include src="inc_meta.html"}}
75      </div>
76     
77      <!-- # Subcategories and Entries -->
78      <div class="grid-l">
79       
80        <tpl:EventdataEntries>
81          <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">
82         
83          <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a>
84            <tpl:EntryIf operator="or" show_comments="1" show_pings="1">
85            <span class="comment-count"><span> | {{tpl:lang Comments:}}</span>
86              <a href="{{tpl:EntryURL}}#comments" title="{{tpl:EntryCommentCount count_all="1"}}">{{tpl:EntryCommentCount count_all="1" none="%s" one="%s" more="%s"}}</a></span>
87            </tpl:EntryIf>
88          </h2>
89         
90          <p class="post-info">
91              <span class="post-date {{tpl:EventdataPeriod strict="1"}}">{{tpl:EventdataStartDate}} {{tpl:EventdataStartTime}}</span>
92          </p>
93         
94          <!-- # --BEHAVIOR-- publicEntryBeforeContent -->
95          {{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
96         
97         
98          <div class="b post-content">
99            <!-- # Entry with an excerpt -->
100            <tpl:EntryIf extended="1">{{tpl:EntryExcerpt}}</tpl:EntryIf>
101            <!-- # Entry without excerpt -->
102            <tpl:EntryIf extended="0"><p>{{tpl:EntryContent encode_html="1" remove_html="1" cut_string="250"}}</p></tpl:EntryIf>
103           
104            <p class="read-it"><a href="{{tpl:EntryURL}}"
105            title="{{tpl:lang Continue reading}} {{tpl:EntryTitle encode_html="1"}}">{{tpl:lang Continue reading}}</a></p>
106          </div>
107         
108          <!-- # --BEHAVIOR-- publicEntryAfterContent -->
109          {{tpl:SysBehavior behavior="publicEntryAfterContent"}}
110         
111          </div>
112         
113          <tpl:EntriesFooter>
114            <tpl:EventdataPagination>
115              <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">&#171;
116              {{tpl:lang previous entries}}</a> - </tpl:PaginationIf>
117              {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}}
118              <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}}
119              &#187;</a></tpl:PaginationIf></p>
120            </tpl:EventdataPagination>
121          </tpl:EntriesFooter>
122        </tpl:EventdataEntries>
123      </div>
124     
125      <!-- # extra -->
126      <div id="extra" class="grid-s widgets">
127        {{tpl:include src="inc_extra.html"}}
128        {{tpl:Widgets type="nav"}}
129      </div>
130    </div>
131 
132  </div>
133</div> <!-- End #main -->
134
135</div> <!-- End #wrapper -->
136
137{{tpl:include src="_footer.html"}}
138</div> <!-- End #page -->
139</body>
140</html>
Note: See TracBrowser for help on using the repository browser.

Sites map