[2830] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="{{tpl:BlogLanguage}}"> |
---|
[535] | 3 | <head> |
---|
[2830] | 4 | <meta charset="UTF-8" /> |
---|
[615] | 5 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX"}}" /> |
---|
[2566] | 6 | |
---|
[615] | 7 | <title>{{tpl:CategoryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> |
---|
[2775] | 8 | <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:CategoryDescription encode_html="1" cut_string="180" remove_html="1"}}" /> |
---|
[615] | 9 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 10 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 11 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
[2566] | 12 | |
---|
[615] | 13 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
[2566] | 14 | |
---|
[615] | 15 | {{tpl:ductileNbEntryPerPage}} |
---|
| 16 | <tpl:Entries no_content="1"> |
---|
| 17 | <tpl:EntriesHeader> |
---|
| 18 | <tpl:Pagination> |
---|
| 19 | <tpl:PaginationIf end="0"> |
---|
| 20 | <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> |
---|
| 21 | </tpl:PaginationIf> |
---|
[2566] | 22 | |
---|
[615] | 23 | <tpl:PaginationIf start="0"> |
---|
| 24 | <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> |
---|
| 25 | </tpl:PaginationIf> |
---|
| 26 | </tpl:Pagination> |
---|
| 27 | </tpl:EntriesHeader> |
---|
[2566] | 28 | |
---|
[615] | 29 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
| 30 | </tpl:Entries> |
---|
[2566] | 31 | |
---|
[615] | 32 | <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:CategoryFeedURL type="atom"}}" /> |
---|
[2566] | 33 | |
---|
[615] | 34 | {{tpl:include src="_head.html"}} |
---|
[535] | 35 | </head> |
---|
| 36 | <body class="dc-category"> |
---|
[615] | 37 | <div id="page"> |
---|
| 38 | {{tpl:include src="_top.html"}} |
---|
[2566] | 39 | |
---|
[615] | 40 | <div id="wrapper"> |
---|
[2566] | 41 | |
---|
[615] | 42 | <div id="main"> |
---|
| 43 | <div id="content"> |
---|
[2566] | 44 | |
---|
[615] | 45 | <div id="content-info"> |
---|
| 46 | <h2> |
---|
| 47 | <tpl:CategoryParents> |
---|
[2566] | 48 | <a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> › |
---|
[615] | 49 | </tpl:CategoryParents> |
---|
| 50 | {{tpl:CategoryTitle encode_html="1"}} |
---|
| 51 | </h2> |
---|
| 52 | {{tpl:CategoryDescription}} |
---|
[2566] | 53 | |
---|
[615] | 54 | <tpl:CategoryIf has_entries="1"> |
---|
[660] | 55 | <p class="feed-info"> |
---|
[615] | 56 | <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}" |
---|
| 57 | title="{{tpl:lang This category's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> |
---|
[2566] | 58 | |
---|
[615] | 59 | <tpl:SysIf operator="or" comments_active="1" pings_active="1"> |
---|
| 60 | - <a type="application/atom+xml" href="{{tpl:CategoryFeedURL type="atom"}}/comments" |
---|
| 61 | title="{{tpl:lang This category's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> |
---|
| 62 | </tpl:SysIf> |
---|
| 63 | </p> |
---|
| 64 | </tpl:CategoryIf> |
---|
[2566] | 65 | |
---|
[615] | 66 | <tpl:CategoryFirstChildren> |
---|
| 67 | <tpl:CategoriesHeader> |
---|
| 68 | <div id="subcategories"> |
---|
| 69 | <h3>{{tpl:lang Subcategories}}</h3> |
---|
| 70 | <ul> |
---|
| 71 | </tpl:CategoriesHeader> |
---|
| 72 | <li class="post-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> |
---|
| 73 | <tpl:CategoriesFooter> |
---|
| 74 | </ul> |
---|
| 75 | </div> |
---|
| 76 | </tpl:CategoriesFooter> |
---|
| 77 | </tpl:CategoryFirstChildren> |
---|
| 78 | </div> |
---|
[666] | 79 | |
---|
[2566] | 80 | <div class="content-inner"> |
---|
[666] | 81 | {{tpl:ductileNbEntryPerPage}} |
---|
| 82 | <tpl:Entries> |
---|
| 83 | {{tpl:ductileEntriesList default="short"}} |
---|
[2566] | 84 | |
---|
[666] | 85 | <tpl:EntriesFooter> |
---|
| 86 | {{tpl:include src="_pagination.html"}} |
---|
| 87 | </tpl:EntriesFooter> |
---|
| 88 | </tpl:Entries> |
---|
| 89 | </div> <!-- End #content-inner --> |
---|
| 90 | </div> <!-- End #content --> |
---|
[615] | 91 | </div> <!-- End #main --> |
---|
[2566] | 92 | |
---|
[615] | 93 | {{tpl:include src="_sidebar.html"}} |
---|
[2566] | 94 | |
---|
[615] | 95 | </div> <!-- End #wrapper --> |
---|
[2566] | 96 | |
---|
[615] | 97 | {{tpl:include src="_footer.html"}} |
---|
| 98 | </div> <!-- End #page --> |
---|
[535] | 99 | </body> |
---|
[2566] | 100 | </html> |
---|