Dotclear

source: inc/public/default-templates/currywurst/post.html @ 2668:3d0ad13e89b4

Revision 2668:3d0ad13e89b4, 3.5 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

No more " - " after "home" link in navigation widget. So long and die hard, welcome modern CSS \o/

Line 
1{{tpl:extends parent="__layout.html"}}
2
3<tpl:Block name="head-title">{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</tpl:Block>
4
5<tpl:Block name="head-meta">
6     <meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
7     <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
8     <meta name="author" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
9     <meta name="date" content="{{tpl:EntryDate iso8601="1"}}" />
10</tpl:Block>
11
12<tpl:Block name="head-dc">
13     <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
14     <meta property="dc.title" content="{{tpl:EntryTitle encode_html="1"}}" />
15     <meta property="dc.description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
16     <meta property="dc.creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
17     <meta property="dc.language" content="{{tpl:EntryLang}}" />
18     <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
19     <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
20     <meta property="dc.date" content="{{tpl:EntryDate iso8601="1"}}" />
21     <meta property="dc.type" content="text" />
22     <meta property="dc.format" content="text/html" />
23</tpl:Block>
24
25<tpl:Block name"head-linkrel">
26     <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
27     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
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     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
31</tpl:Block>
32
33<tpl:Block name="html-head">
34     {{tpl:parent}}
35
36     <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/post.js"></script>
37     <script type="text/javascript">
38          //<![CDATA[
39          var post_remember_str = '{{tpl:lang Remember me on this blog}}';
40          //]]>
41     </script>
42</tpl:Block>
43
44<tpl:Block name="html-body">
45<body class="dc-post">
46     <div id="page">
47          {{tpl:EntryPingData}}
48
49          {{tpl:include src="_top.html"}}
50
51          <div id="wrapper">
52
53               <div id="main" role="main">
54                    <div id="content">
55
56                         <p class="navlinks topnl">
57                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
58                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
59                               cut_string="50"}}</a></tpl:EntryPrevious>
60                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
61                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
62                               cut_string="50"}} &#187;</a></tpl:EntryNext>
63                         </p>
64
65                         {{tpl:include src="_simple-entry.html"}}
66
67                         <p class="navlinks">
68                              <tpl:EntryPrevious><a href="{{tpl:EntryURL}}"
69                               title="{{tpl:EntryTitle encode_html="1"}}" class="prev">&#171; {{tpl:EntryTitle encode_html="1"
70                               cut_string="50"}}</a></tpl:EntryPrevious>
71                              <tpl:EntryNext> <span>-</span> <a href="{{tpl:EntryURL}}"
72                               title="{{tpl:EntryTitle encode_html="1"}}" class="next">{{tpl:EntryTitle encode_html="1"
73                               cut_string="50"}} &#187;</a></tpl:EntryNext>
74                         </p>
75
76                    </div>
77               </div> <!-- End #main -->
78
79               {{tpl:include src="_sidebar.html"}}
80
81          </div> <!-- End #wrapper -->
82
83          {{tpl:include src="_footer.html"}}
84     </div> <!-- End #page -->
85</body>
86</tpl:Block>
Note: See TracBrowser for help on using the repository browser.

Sites map