Changeset 615:80036175810b for themes/ductile/tpl/archive.html
- Timestamp:
- 07/22/11 11:34:06 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/archive.html
r502 r615 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 4 4 <head> 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 8 <title>{{tpl:lang Archives}} - {{tpl:BlogName encode_html="1"}}</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 Archives}} - {{tpl:BlogName encode_html="1"}}" /> 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 24 <tpl:Archives> 25 <link rel="chapter" href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}" /> 26 </tpl:Archives> 27 28 <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> 29 <tpl:Categories> 30 <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> 31 </tpl:Categories> 32 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" /> 33 34 {{tpl:include src="_head.html"}} 35 35 </head> 36 36 37 37 <body class="dc-archive"> 38 <div id="page"> 39 {{tpl:include src="_top.html"}} 40 41 <div id="wrapper"> 42 43 <div id="main"> 44 <div id="content"> 45 46 <div id="content-info"> 47 <h2>{{tpl:lang Archives}}</h2> 48 </div> 49 50 <div class="content-inner"> 51 52 <div id="time-criteria"><!-- entries sorted by date --> 53 <div id="by-date" class="arch-block"> 54 <h3>{{tpl:lang By date}}</h3> 55 <p class="fromto">{{tpl:lang From}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries></p> 56 <tpl:Archives order="asc"> 57 <tpl:ArchivesYearHeader> 58 <div> 59 <h4>{{tpl:ArchiveDate format="%Y"}}</h4> 60 <ul> 61 </tpl:ArchivesYearHeader> 62 <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 63 <span>({{tpl:ArchiveEntriesCount}})</span></li> 64 <tpl:ArchivesYearFooter> 65 </ul> 66 </div> 67 </tpl:ArchivesYearFooter> 68 </tpl:Archives> 69 </div> 70 </div> 71 72 <div id="other-criteria"><!-- entries sorted by others criterias --> 73 <tpl:Categories level="1"> 74 <tpl:CategoriesHeader> 75 <div id="by-cat" class="arch-block"> 76 <h3>{{tpl:lang By category}}</h3> 77 <ul> 78 </tpl:CategoriesHeader> 79 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> 80 <tpl:CategoryFirstChildren> 81 <tpl:CategoriesHeader> 82 <ul> 83 </tpl:CategoriesHeader> 84 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 85 <tpl:CategoriesFooter> 86 </ul> 87 </tpl:CategoriesFooter> 88 </tpl:CategoryFirstChildren> 89 </li> 90 <tpl:CategoriesFooter> 91 </ul> 92 </div> 93 </tpl:CategoriesFooter> 94 </tpl:Categories> 95 96 <tpl:Tags sortby="count" order="desc"> 97 <tpl:TagsHeader> 98 <div id="by-tag" class="arch-block"> 99 <h3>{{tpl:lang By tag}}</h3> 100 <ul> 101 </tpl:TagsHeader> 102 <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 103 <tpl:TagsFooter> 104 </ul> 105 </div> 106 </tpl:TagsFooter> 107 </tpl:Tags> 108 </div> 109 110 <div id="more-arch"><!-- others things --> 111 <div class="arch-block"> 112 <tpl:Entries type="page" no_content="1"> 113 <tpl:EntriesHeader><h3>{{tpl:lang Pages}}</h3> 114 <ul></tpl:EntriesHeader> 115 <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li> 116 <tpl:EntriesFooter></ul></tpl:EntriesFooter> 117 </tpl:Entries> 118 </div> 119 </div> 120 </div> <!-- End .content-inner --> 121 122 </div> <!-- End #main --> 123 </div> <!-- End #main --> 124 125 <div id="sidebar"> 126 <div id="blognav"> 127 <tpl:Widget id="search"> 128 </tpl:Widget> 129 </div> <!-- End #blognav --> 130 131 <div id="blogextra"> 132 {{tpl:Widgets type="extra"}} 133 </div> 134 135 </div> <!-- End #blogextra --> 136 </div> 137 138 </div> <!-- End #wrapper --> 139 140 {{tpl:include src="_footer.html"}} 141 </div> <!-- End #page --> 38 <div id="page"> 39 {{tpl:include src="_top.html"}} 40 41 <div id="wrapper"> 42 43 <div id="main"> 44 <div id="content"> 45 46 <div id="content-info"> 47 <h2>{{tpl:lang Archives}}</h2> 48 </div> 49 50 <div class="content-inner"> 51 52 <div id="time-criteria"><!-- entries sorted by date --> 53 <div id="by-date" class="arch-block"> 54 <h3>{{tpl:lang By date}}</h3> 55 <p class="fromto">{{tpl:lang From}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries></p> 56 <tpl:Archives order="asc"> 57 <tpl:ArchivesYearHeader> 58 <div> 59 <h4>{{tpl:ArchiveDate format="%Y"}}</h4> 60 <ul> 61 </tpl:ArchivesYearHeader> 62 <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 63 <span>({{tpl:ArchiveEntriesCount}})</span></li> 64 <tpl:ArchivesYearFooter> 65 </ul> 66 </div> 67 </tpl:ArchivesYearFooter> 68 </tpl:Archives> 69 </div> 70 </div> 71 72 <div id="other-criteria"><!-- entries sorted by others criterias --> 73 <tpl:Categories level="1"> 74 <tpl:CategoriesHeader> 75 <div id="by-cat" class="arch-block"> 76 <h3>{{tpl:lang By category}}</h3> 77 <ul> 78 </tpl:CategoriesHeader> 79 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a> 80 <tpl:CategoryFirstChildren> 81 <tpl:CategoriesHeader> 82 <ul> 83 </tpl:CategoriesHeader> 84 <li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li> 85 <tpl:CategoriesFooter> 86 </ul> 87 </tpl:CategoriesFooter> 88 </tpl:CategoryFirstChildren> 89 </li> 90 <tpl:CategoriesFooter> 91 </ul> 92 </div> 93 </tpl:CategoriesFooter> 94 </tpl:Categories> 95 96 <tpl:Tags sortby="count" order="desc"> 97 <tpl:TagsHeader> 98 <div id="by-tag" class="arch-block"> 99 <h3>{{tpl:lang By tag}}</h3> 100 <ul> 101 </tpl:TagsHeader> 102 <li><a href="{{tpl:TagURL}}" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 103 <tpl:TagsFooter> 104 </ul> 105 </div> 106 </tpl:TagsFooter> 107 </tpl:Tags> 108 </div> 109 110 <div id="more-arch"><!-- others things --> 111 <div class="arch-block"> 112 <tpl:Entries type="page" no_content="1"> 113 <tpl:EntriesHeader> 114 <h3>{{tpl:lang Pages}}</h3> 115 <ul> 116 </tpl:EntriesHeader> 117 <li><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></li> 118 <tpl:EntriesFooter> 119 </ul> 120 </tpl:EntriesFooter> 121 </tpl:Entries> 122 </div> 123 </div> 124 </div> <!-- End .content-inner --> 125 126 </div> <!-- End #content --> 127 </div> <!-- End #main --> 128 129 <div id="sidebar"> 130 <div id="blognav"> 131 <tpl:Widget id="search"> 132 </tpl:Widget> 133 </div> <!-- End #blognav --> 134 135 <div id="blogextra"> 136 {{tpl:Widgets type="extra"}} 137 </div> <!-- End #blogextra --> 138 139 </div> <!-- End #sidebar --> 140 </div> <!-- End #wrapper --> 141 142 {{tpl:include src="_footer.html"}} 143 </div> <!-- End #page --> 142 144 </body> 143 145 </html>
Note: See TracChangeset
for help on using the changeset viewer.