Revision 4003:58ac4ad9d676,
1.5 KB
checked in by franck <carnet.franck.paul@…>, 6 years ago
(diff) |
Switching from inline JS variables to JSON script, templates/themes
|
Rev | Line | |
---|
[2830] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[609] | 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 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[2566] | 16 | |
---|
[615] | 17 | {{tpl:include src="_head.html"}} |
---|
[2566] | 18 | |
---|
[4003] | 19 | <script type="application/json" id="dc_post_remember_str-data"> |
---|
| 20 | {"post_remember_str": "{{tpl:lang Remember me on this blog}}"} |
---|
| 21 | </script> |
---|
| 22 | <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=util.js"></script> |
---|
| 23 | <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=post.js"></script> |
---|
[609] | 24 | </head> |
---|
| 25 | <body class="dc-page"> |
---|
[615] | 26 | <div id="page"> |
---|
| 27 | {{tpl:EntryPingData}} |
---|
[2566] | 28 | |
---|
[615] | 29 | {{tpl:include src="_top.html"}} |
---|
[2566] | 30 | |
---|
[615] | 31 | <div id="wrapper"> |
---|
[2566] | 32 | |
---|
[615] | 33 | <div id="main"> |
---|
| 34 | <div id="content"> |
---|
[2566] | 35 | |
---|
[615] | 36 | {{tpl:include src="_simple-entry.html"}} |
---|
[2566] | 37 | |
---|
[615] | 38 | </div> |
---|
| 39 | </div> <!-- End #main --> |
---|
[2566] | 40 | |
---|
[615] | 41 | {{tpl:include src="_sidebar.html"}} |
---|
[2566] | 42 | |
---|
[615] | 43 | </div> <!-- End #wrapper --> |
---|
[2566] | 44 | |
---|
[615] | 45 | {{tpl:include src="_footer.html"}} |
---|
| 46 | </div> <!-- End #page --> |
---|
[609] | 47 | </body> |
---|
[2566] | 48 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.