Changeset 2566:9bf417837888 for themes/ductile/tpl/search.html
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/search.html
r803 r2566 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 6 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> 7 7 8 8 <title>{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf></title> 9 9 <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> 10 10 <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> 11 11 <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> 12 12 13 13 <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> 14 14 <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Search}} - {{tpl:SysSearchString encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" /> … … 19 19 <meta name="dc.type" content="text" /> 20 20 <meta name="dc.format" content="text/html" /> 21 21 22 22 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 23 23 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 24 24 25 25 {{tpl:ductileNbEntryPerPage}} 26 26 <tpl:Entries no_content="1"> … … 30 30 <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> 31 31 </tpl:PaginationIf> 32 32 33 33 <tpl:PaginationIf start="0"> 34 34 <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> … … 36 36 </tpl:Pagination> 37 37 </tpl:EntriesHeader> 38 38 39 39 <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> 40 40 </tpl:Entries> 41 41 42 42 <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> 43 43 44 44 {{tpl:include src="_head.html"}} 45 45 </head> … … 47 47 <div id="page"> 48 48 {{tpl:include src="_top.html"}} 49 49 50 50 <div id="wrapper"> 51 51 52 52 <div id="main"> 53 53 <div id="content"> 54 54 55 55 <div id="content-info"> 56 56 <h2>{{tpl:lang Search}}</h2> … … 65 65 </tpl:SysIf> 66 66 </div> 67 67 68 68 <div class="content-inner"> 69 69 {{tpl:ductileNbEntryPerPage}} 70 70 <tpl:Entries type="post,page"> 71 71 72 72 {{tpl:ductileEntriesList default="short"}} 73 73 74 74 <tpl:EntriesFooter> 75 75 <tpl:Pagination> 76 76 <p class="pagination"> 77 77 <tpl:PaginationIf end="0"> 78 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 78 <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - 79 79 </tpl:PaginationIf> 80 80 {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} … … 89 89 </div> <!-- End #content --> 90 90 </div> <!-- End #main --> 91 91 92 92 {{tpl:include src="_sidebar.html"}} 93 93 94 94 </div> <!-- End #wrapper --> 95 95 96 96 {{tpl:include src="_footer.html"}} 97 97 </div> <!-- End #page -->
Note: See TracChangeset
for help on using the changeset viewer.