Dotclear

source: inc/public/default-templates/currywurst/post.html @ 2600:8ffb563d1d56

Revision 2600:8ffb563d1d56, 3.6 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Add the very new template set currywurst aka codename of the next 2.7 release

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     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext>
29     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious>
30
31     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
32
33     {{tpl:include src="_head.html"}}
34
35     <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script>
36     <script type="text/javascript">
37          //<![CDATA[
38          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
39          //]]>
40     </script>
41</head>
42<body class="dc-post">
43     <div id="page">
44          {{tpl:EntryPingData}}
45
46          {{tpl:include src="_top.html"}}
47
48          <div id="wrapper">
49
50               <div id="main">
51                    <div id="content">
52
53                         <p class="navlinks topnl">
54                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
55                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
56                               cut_string="50"}}</a></tpl:EntryPrevious>
57                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
58                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
59                               cut_string="50"}} &#187;</a></tpl:EntryNext>
60                         </p>
61
62                         {{tpl:include src="_simple-entry.html"}}
63
64                         <p class="navlinks">
65                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
66                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
67                               cut_string="50"}}</a></tpl:EntryPrevious>
68                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
69                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
70                               cut_string="50"}} &#187;</a></tpl:EntryNext>
71                         </p>
72
73                    </div>
74               </div> <!-- End #main -->
75
76               {{tpl:include src="_sidebar.html"}}
77
78          </div> <!-- End #wrapper -->
79
80          {{tpl:include src="_footer.html"}}
81     </div> <!-- End #page -->
82</body>
83</html>
Note: See TracBrowser for help on using the repository browser.

Sites map