Dotclear

source: themes/ductile/tpl/home.html @ 2566:9bf417837888

Revision 2566:9bf417837888, 3.8 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Add some people in CREDITS, remove trailing spaces and tabs.

RevLine 
[436]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>
[615]5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
[2566]7
[615]8     <title>{{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:BlogDescription cut_string="180" encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
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"}}" />
[2566]13
[615]14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
15     <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{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:BlogDescription encode_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" />
[2566]23
[615]24     <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
25     <tpl:Categories>
26          <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
27     </tpl:Categories>
[2566]28
[615]29     {{tpl:ductileNbEntryPerPage nb="8"}}
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>
[2566]36
[615]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>
[2566]42
[615]43          <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" />
44     </tpl:Entries>
[2566]45
[615]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}}" />
[2566]49
[615]50     {{tpl:include src="_head.html"}}
[436]51</head>
[666]52<body class="dc-home <tpl:SysIf current_mode="default">dc-home-first</tpl:SysIf>">
[615]53     <div id="page">
54          {{tpl:include src="_top.html"}}
[2566]55
[615]56          <div id="wrapper">
[2566]57
[615]58               <div id="main">
59                    <div id="content">
[2566]60
[615]61                         {{tpl:ductileNbEntryPerPage nb="8"}}
62                         <tpl:Entries>
[2566]63
[615]64                              <!-- First page -->
65                              <tpl:SysIf current_mode="default">
66                                   <tpl:LoopPosition start="1" length="1">
67                                        {{tpl:include src="_entry-full.html"}}
68                                   </tpl:LoopPosition>
[2566]69
[615]70                                   <tpl:LoopPosition start="2">
71                                        {{tpl:ductileEntriesList default="short"}}
72                                   </tpl:LoopPosition>
73                              </tpl:SysIf>
[2566]74
[615]75                              <!-- Next pages -->
76                              <tpl:SysIf current_mode="!default">
77                                   {{tpl:ductileEntriesList default="short"}}
[2566]78                              </tpl:SysIf>
79
[615]80                              <!-- Pagination -->
81                              <tpl:EntriesFooter>
82                                   {{tpl:include src="_pagination.html"}}
83                              </tpl:EntriesFooter>
[2566]84
[615]85                         </tpl:Entries>
[2566]86
[615]87                    </div> <!-- End #content -->
88               </div> <!-- End #main -->
[2566]89
[615]90               {{tpl:include src="_sidebar.html"}}
[2566]91
[615]92          </div> <!-- End #wrapper -->
[2566]93
[615]94          {{tpl:include src="_footer.html"}}
95     </div> <!-- End #page -->
[436]96</body>
[2566]97</html>
Note: See TracBrowser for help on using the repository browser.

Sites map