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:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> |
---|
8 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
9 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
10 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
11 | |
---|
12 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
13 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> |
---|
14 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
15 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
16 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
17 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
18 | <meta name="dc.type" content="text" /> |
---|
19 | <meta name="dc.format" content="text/html" /> |
---|
20 | |
---|
21 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
22 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
23 | |
---|
24 | {{tpl:ductileNbEntryPerPage}} |
---|
25 | <tpl:Entries no_content="1"> |
---|
26 | <tpl:EntriesHeader> |
---|
27 | <tpl:Pagination> |
---|
28 | <tpl:PaginationIf end="0"> |
---|
29 | <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> |
---|
30 | </tpl:PaginationIf> |
---|
31 | |
---|
32 | <tpl:PaginationIf start="0"> |
---|
33 | <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> |
---|
34 | </tpl:PaginationIf> |
---|
35 | </tpl:Pagination> |
---|
36 | </tpl:EntriesHeader> |
---|
37 | |
---|
38 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
39 | </tpl:Entries> |
---|
40 | |
---|
41 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> |
---|
42 | <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> |
---|
43 | |
---|
44 | {{tpl:include src="_head.html"}} |
---|
45 | </head> |
---|
46 | <body class="dc-tag"> |
---|
47 | <div id="page"> |
---|
48 | {{tpl:include src="_top.html"}} |
---|
49 | |
---|
50 | <div id="wrapper"> |
---|
51 | |
---|
52 | <div id="main"> |
---|
53 | <div id="content"> |
---|
54 | |
---|
55 | <div id="content-info"> |
---|
56 | <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> |
---|
57 | <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" |
---|
58 | title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> |
---|
59 | <tpl:SysIf operator="or" comments_active="1" pings_active="1"> |
---|
60 | - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" |
---|
61 | title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> |
---|
62 | </tpl:SysIf> |
---|
63 | </p> |
---|
64 | </div> |
---|
65 | |
---|
66 | <div class="content-inner"> |
---|
67 | {{tpl:ductileNbEntryPerPage}} |
---|
68 | <tpl:Entries> |
---|
69 | {{tpl:ductileEntriesList default="short"}} |
---|
70 | |
---|
71 | <tpl:EntriesFooter> |
---|
72 | {{tpl:include src="_pagination.html"}} |
---|
73 | </tpl:EntriesFooter> |
---|
74 | |
---|
75 | </tpl:Entries> |
---|
76 | </div> <!-- End #content-inner --> |
---|
77 | </div> <!-- End #content --> |
---|
78 | </div> <!-- End #main --> |
---|
79 | |
---|
80 | {{tpl:include src="_sidebar.html"}} |
---|
81 | |
---|
82 | </div> <!-- End #wrapper --> |
---|
83 | |
---|
84 | {{tpl:include src="_footer.html"}} |
---|
85 | </div> <!-- End #page --> |
---|
86 | </body> |
---|
87 | </html> |
---|