Dotclear

source: themes/ductile/tpl/post.html @ 4003:58ac4ad9d676

Revision 4003:58ac4ad9d676, 2.7 KB checked in by franck <carnet.franck.paul@…>, 6 years ago (diff)

Switching from inline JS variables to JSON script, templates/themes

RevLine 
[2830]1<!DOCTYPE html>
2<html lang="{{tpl:BlogLanguage}}">
[599]3<head>
[2830]4     <meta charset="UTF-8" />
[615]5     <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" />
[2566]6
[615]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"}}" />
[2566]12
[615]13     <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
[2566]14
[615]15     <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext>
16     <tpl:EntryPrevious><link rel="prev" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious>
[2566]17
[615]18     <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
[2566]19
[615]20     {{tpl:include src="_head.html"}}
[2566]21
[4003]22  <script type="application/json" id="dc_post_remember_str-data">
23    {"post_remember_str": "{{tpl:lang Remember me on this blog}}"}
24  </script>
25  <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=util.js"></script>
26  <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script>
[599]27</head>
28<body class="dc-post">
[615]29     <div id="page">
30          {{tpl:EntryPingData}}
[2566]31
[615]32          {{tpl:include src="_top.html"}}
[2566]33
[615]34          <div id="wrapper">
[2566]35
[615]36               <div id="main">
37                    <div id="content">
[2566]38
[666]39                         <p class="navlinks topnl">
[615]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>
[2566]47
[615]48                         {{tpl:include src="_simple-entry.html"}}
[2566]49
[615]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>
[2566]58
[615]59                    </div>
60               </div> <!-- End #main -->
[2566]61
[615]62               {{tpl:include src="_sidebar.html"}}
[2566]63
[615]64          </div> <!-- End #wrapper -->
[2566]65
[615]66          {{tpl:include src="_footer.html"}}
67     </div> <!-- End #page -->
[599]68</body>
[2566]69</html>
Note: See TracBrowser for help on using the repository browser.

Sites map