Revision 3017:671366477262,
1.1 KB
checked in by franck <carnet.franck.paul@…>, 10 years ago
(diff) |
Apply extension/heritage templating system to mustek templateset, addresses #2099
|
Rev | Line | |
---|
[3017] | 1 | {{tpl:extends parent="__layout.html"}} |
---|
| 2 | |
---|
| 3 | <tpl:Block name="head-title"> |
---|
| 4 | <title>{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
| 5 | </tpl:Block> |
---|
| 6 | |
---|
| 7 | <tpl:Block name="meta-robots"> |
---|
[0] | 8 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
[3017] | 9 | </tpl:Block> |
---|
[2566] | 10 | |
---|
[3017] | 11 | <tpl:Block name="dc-entry"> |
---|
[2602] | 12 | <meta property="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Document not found}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
| 13 | <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
[3017] | 14 | </tpl:Block> |
---|
[2566] | 15 | |
---|
[3017] | 16 | <tpl:Block name="head-linkrel"> |
---|
[0] | 17 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
| 18 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
| 19 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> |
---|
[3017] | 20 | </tpl:Block> |
---|
[2566] | 21 | |
---|
[3017] | 22 | <tpl:Block name="body-tag"><body class="dc-404"></tpl:Block> |
---|
[0] | 23 | |
---|
[3017] | 24 | <tpl:Block name="main-content"> |
---|
[0] | 25 | <div id="content-info"> |
---|
[3017] | 26 | <h2>{{tpl:lang Document not found}}</h2> |
---|
[0] | 27 | </div> |
---|
[2566] | 28 | |
---|
[0] | 29 | <div class="content-inner"> |
---|
[3017] | 30 | <p>{{tpl:lang The document you are looking for does not exist.}}</p> |
---|
[0] | 31 | </div> |
---|
[3017] | 32 | </tpl:Block> |
---|
Note: See
TracBrowser
for help on using the repository browser.