Dotclear

source: themes/ductile/tpl/page.html @ 615:80036175810b

Revision 615:80036175810b, 2.5 KB checked in by Franck <carnet.franck.paul@…>, 14 years ago (diff)

Reprise des templates (mises en forme, corrections)

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="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
7     
8     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
9     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
10     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
11     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
12     <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />
13     
14     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
15     <meta name="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" />
16     <meta name="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
17     <meta name="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
18     <meta name="dc.language" content="{{tpl:EntryLang}}" />
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:EntryDate 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     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
29     
30     {{tpl:include src="_head.html"}}
31     
32     <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script>
33     <script type="text/javascript">
34          //<![CDATA[
35          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
36          //]]>
37     </script>
38</head>
39
40<body class="dc-page">
41     <div id="page">
42          {{tpl:EntryPingData}}
43         
44          {{tpl:include src="_top.html"}}
45         
46          <div id="wrapper">
47               
48               <div id="main">
49                    <div id="content">
50                         
51                         {{tpl:include src="_simple-entry.html"}}
52                         
53                    </div>
54               </div> <!-- End #main -->
55               
56               {{tpl:include src="_sidebar.html"}}
57               
58          </div> <!-- End #wrapper -->
59         
60          {{tpl:include src="_footer.html"}}
61     </div> <!-- End #page -->
62</body>
63</html>
Note: See TracBrowser for help on using the repository browser.

Sites map