Changeset 615:80036175810b for themes/ductile/tpl/tag.html
- Timestamp:
- 07/22/11 11:34:06 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/tag.html
r609 r615 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 4 4 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 8 <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 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"}}" /> 12 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 <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>" /> 15 <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 16 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 17 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 18 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 19 <meta name="dc.type" content="text" /> 20 <meta name="dc.format" content="text/html" /> 21 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 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"}} 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 8 <title>{{tpl:lang Tag}} - {{tpl:TagID}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 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"}}" /> 12 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 <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>" /> 15 <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> 16 <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> 17 <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 18 <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 19 <meta name="dc.type" content="text" /> 20 <meta name="dc.format" content="text/html" /> 21 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 25 {{tpl:ductileNbEntryPerPage}} 26 <tpl:Entries no_content="1"> 27 <tpl:EntriesHeader> 28 <tpl:Pagination> 29 <tpl:PaginationIf end="0"> 30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 </tpl:PaginationIf> 32 33 <tpl:PaginationIf start="0"> 34 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> 35 </tpl:PaginationIf> 36 </tpl:Pagination> 37 </tpl:EntriesHeader> 38 39 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 40 </tpl:Entries> 41 42 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:TagFeedURL type="atom"}}" /> 43 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 44 45 {{tpl:include src="_head.html"}} 45 46 </head> 46 47 47 48 <body class="dc-tag"> 48 <div id="page">49 {{tpl:include src="_top.html"}}50 51 <div id="wrapper">52 53 <div id="main">54 55 56 57 58 59 <p><a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 60 title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 61 62 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 63 - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 64 title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 65 </tpl:SysIf>66 </p>67 </div>68 69 {{tpl:ductileNbEntryPerPage}} 70 71 72 {{tpl:ductileEntriesList default="short"}}73 74 75 {{tpl:include src="_pagination.html"}}76 </tpl:EntriesFooter>77 78 79 80 </div> <!-- End #main -->81 82 {{tpl:include src="_head.html"}}83 84 </div> <!-- End #wrapper -->85 86 {{tpl:include src="_footer.html"}}87 </div> <!-- End #page -->49 <div id="page"> 50 {{tpl:include src="_top.html"}} 51 52 <div id="wrapper"> 53 54 <div id="main"> 55 <div id="content"> 56 57 <div id="content-info"> 58 <h2>{{tpl:lang Tag}} - {{tpl:TagID}}</h2> 59 60 <p> 61 <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}" 62 title="{{tpl:lang This tag's entries Atom feed}}" class="feed">{{tpl:lang Entries feed}}</a> 63 64 <tpl:SysIf operator="or" comments_active="1" pings_active="1"> 65 - <a type="application/atom+xml" href="{{tpl:TagFeedURL type="atom"}}/comments" 66 title="{{tpl:lang This tag's comments Atom feed}}" class="feed">{{tpl:lang Comments feed}}</a> 67 </tpl:SysIf> 68 </p> 69 </div> 70 71 {{tpl:ductileNbEntryPerPage}} 72 <tpl:Entries> 73 {{tpl:ductileEntriesList default="short"}} 74 75 <tpl:EntriesFooter> 76 {{tpl:include src="_pagination.html"}} 77 </tpl:EntriesFooter> 78 79 </tpl:Entries> 80 </div> 81 </div> <!-- End #main --> 82 83 {{tpl:include src="_head.html"}} 84 85 </div> <!-- End #wrapper --> 86 87 {{tpl:include src="_footer.html"}} 88 </div> <!-- End #page --> 88 89 </body> 89 90 </html>
Note: See TracChangeset
for help on using the changeset viewer.