[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,NOARCHIVE"}}" /> |
---|
[2566] | 6 | |
---|
[615] | 7 | <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> |
---|
| 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"}}" /> |
---|
[2566] | 11 | |
---|
[615] | 12 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
[2566] | 13 | |
---|
[615] | 14 | {{tpl:ductileNbEntryPerPage}} |
---|
| 15 | <tpl:Entries no_content="1"> |
---|
| 16 | <tpl:EntriesHeader> |
---|
| 17 | <tpl:Pagination> |
---|
| 18 | <tpl:PaginationIf end="0"> |
---|
| 19 | <link rel="prev" title="{{tpl:lang previous entries}}" href="{{tpl:PaginationURL offset="1"}}" /> |
---|
| 20 | </tpl:PaginationIf> |
---|
[2566] | 21 | |
---|
[615] | 22 | <tpl:PaginationIf start="0"> |
---|
| 23 | <link rel="next" title="{{tpl:lang next entries}}" href="{{tpl:PaginationURL offset="-1"}}" /> |
---|
| 24 | </tpl:PaginationIf> |
---|
| 25 | </tpl:Pagination> |
---|
| 26 | </tpl:EntriesHeader> |
---|
[2566] | 27 | |
---|
[615] | 28 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
| 29 | </tpl:Entries> |
---|
[2566] | 30 | |
---|
[615] | 31 | <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> |
---|
[2566] | 32 | |
---|
[615] | 33 | {{tpl:include src="_head.html"}} |
---|
[535] | 34 | </head> |
---|
| 35 | <body class="dc-search"> |
---|
[615] | 36 | <div id="page"> |
---|
| 37 | {{tpl:include src="_top.html"}} |
---|
[2566] | 38 | |
---|
[615] | 39 | <div id="wrapper"> |
---|
[2566] | 40 | |
---|
[615] | 41 | <div id="main"> |
---|
| 42 | <div id="content"> |
---|
[2566] | 43 | |
---|
[615] | 44 | <div id="content-info"> |
---|
| 45 | <h2>{{tpl:lang Search}}</h2> |
---|
| 46 | <tpl:SysIf search_count="==0"> |
---|
| 47 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p> |
---|
| 48 | </tpl:SysIf> |
---|
| 49 | <tpl:SysIf search_count="==1"> |
---|
| 50 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p> |
---|
| 51 | </tpl:SysIf> |
---|
| 52 | <tpl:SysIf search_count=">1"> |
---|
| 53 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p> |
---|
| 54 | </tpl:SysIf> |
---|
| 55 | </div> |
---|
[2566] | 56 | |
---|
[666] | 57 | <div class="content-inner"> |
---|
| 58 | {{tpl:ductileNbEntryPerPage}} |
---|
[675] | 59 | <tpl:Entries type="post,page"> |
---|
[2566] | 60 | |
---|
[666] | 61 | {{tpl:ductileEntriesList default="short"}} |
---|
[2566] | 62 | |
---|
[666] | 63 | <tpl:EntriesFooter> |
---|
| 64 | <tpl:Pagination> |
---|
| 65 | <p class="pagination"> |
---|
| 66 | <tpl:PaginationIf end="0"> |
---|
[2566] | 67 | <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - |
---|
[666] | 68 | </tpl:PaginationIf> |
---|
| 69 | {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} |
---|
| 70 | <tpl:PaginationIf start="0"> |
---|
| 71 | - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} »</a> |
---|
| 72 | </tpl:PaginationIf> |
---|
| 73 | </p> |
---|
| 74 | </tpl:Pagination> |
---|
| 75 | </tpl:EntriesFooter> |
---|
| 76 | </tpl:Entries> |
---|
| 77 | </div> <!-- End #content-inner --> |
---|
| 78 | </div> <!-- End #content --> |
---|
[615] | 79 | </div> <!-- End #main --> |
---|
[2566] | 80 | |
---|
[615] | 81 | {{tpl:include src="_sidebar.html"}} |
---|
[2566] | 82 | |
---|
[615] | 83 | </div> <!-- End #wrapper --> |
---|
[2566] | 84 | |
---|
[615] | 85 | {{tpl:include src="_footer.html"}} |
---|
| 86 | </div> <!-- End #page --> |
---|
[535] | 87 | </body> |
---|
[2566] | 88 | </html> |
---|