Dotclear

source: themes/ductile/tpl/post.html @ 3421:34cfd92ec45a

Revision 3421:34cfd92ec45a, 2.6 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

No more <![CDATA[ … ]]> but in rss2.xsl (only useful for XML document, as XHTML)

Line 
1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
3<head>
4     <meta charset="UTF-8" />
5     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
6
7     <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
8     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
9     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
10     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
11     <meta name="date" scheme="W3CDTF" content="{{tpl:EntryDate iso8601="1"}}" />
12
13     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
14     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
15
16     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext>
17     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious>
18
19     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
20
21     {{tpl:include src="_head.html"}}
22
23     <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
24     <script type="text/javascript">
25          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
26     </script>
27</head>
28<body class="dc-post">
29     <div id="page">
30          {{tpl:EntryPingData}}
31
32          {{tpl:include src="_top.html"}}
33
34          <div id="wrapper">
35
36               <div id="main">
37                    <div id="content">
38
39                         <p class="navlinks topnl">
40                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
41                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
42                               cut_string="50"}}</a></tpl:EntryPrevious>
43                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
44                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
45                               cut_string="50"}} &#187;</a></tpl:EntryNext>
46                         </p>
47
48                         {{tpl:include src="_simple-entry.html"}}
49
50                         <p class="navlinks">
51                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
52                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
53                               cut_string="50"}}</a></tpl:EntryPrevious>
54                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
55                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
56                               cut_string="50"}} &#187;</a></tpl:EntryNext>
57                         </p>
58
59                    </div>
60               </div> <!-- End #main -->
61
62               {{tpl:include src="_sidebar.html"}}
63
64          </div> <!-- End #wrapper -->
65
66          {{tpl:include src="_footer.html"}}
67     </div> <!-- End #page -->
68</body>
69</html>
Note: See TracBrowser for help on using the repository browser.

Sites map