| 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
|
| 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="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
|---|
| 14 | |
|---|
| 15 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
|---|
| 16 | |
|---|
| 17 | {{tpl:include src="_head.html"}} |
|---|
| 18 | |
|---|
| 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> |
|---|
| 24 | </head> |
|---|
| 25 | <body class="dc-page"> |
|---|
| 26 | <div id="page"> |
|---|
| 27 | {{tpl:EntryPingData}} |
|---|
| 28 | |
|---|
| 29 | {{tpl:include src="_top.html"}} |
|---|
| 30 | |
|---|
| 31 | <div id="wrapper"> |
|---|
| 32 | |
|---|
| 33 | <div id="main"> |
|---|
| 34 | <div id="content"> |
|---|
| 35 | |
|---|
| 36 | {{tpl:include src="_simple-entry.html"}} |
|---|
| 37 | |
|---|
| 38 | </div> |
|---|
| 39 | </div> <!-- End #main --> |
|---|
| 40 | |
|---|
| 41 | {{tpl:include src="_sidebar.html"}} |
|---|
| 42 | |
|---|
| 43 | </div> <!-- End #wrapper --> |
|---|
| 44 | |
|---|
| 45 | {{tpl:include src="_footer.html"}} |
|---|
| 46 | </div> <!-- End #page --> |
|---|
| 47 | </body> |
|---|
| 48 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.