[2675] | 1 | {{tpl:extends parent="__layout.html"}} |
---|
| 2 | |
---|
| 3 | <tpl:Block name="head-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></tpl:Block> |
---|
| 4 | |
---|
| 5 | <tpl:Block name="head-meta"> |
---|
[2600] | 6 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
| 7 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 8 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
[2602] | 9 | <meta name="date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
[2675] | 10 | </tpl:Block> |
---|
[2600] | 11 | |
---|
[2675] | 12 | <tpl:Block name="head-dc"> |
---|
[2600] | 13 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
[2602] | 14 | <meta property="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>" /> |
---|
| 15 | <meta property="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
| 16 | <meta property="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
| 17 | <meta property="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
| 18 | <meta property="dc.date" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
| 19 | <meta property="dc.type" content="text" /> |
---|
| 20 | <meta property="dc.format" content="text/html" /> |
---|
[2675] | 21 | </tpl:Block> |
---|
[2600] | 22 | |
---|
[2675] | 23 | <tpl:Block name="head-linkrel"> |
---|
[2600] | 24 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
| 25 | <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> |
---|
| 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 | <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 | <link rel="chapter" href="{{tpl:EntryURL}}" title="{{tpl:EntryTitle encode_html="1"}}" /> |
---|
| 38 | </tpl:Entries> |
---|
[2675] | 39 | <link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> |
---|
| 40 | </tpl:Block> |
---|
[2600] | 41 | |
---|
[2675] | 42 | <tpl:Block name="body-attr">class="dc-search"</tpl:Block> |
---|
[2600] | 43 | |
---|
[2675] | 44 | <tpl:Block name="main-content"> |
---|
| 45 | <div id="content-info"> |
---|
| 46 | <h2>{{tpl:lang Search}}</h2> |
---|
| 47 | <tpl:SysIf search_count="==0"> |
---|
| 48 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p> |
---|
| 49 | </tpl:SysIf> |
---|
| 50 | <tpl:SysIf search_count="==1"> |
---|
| 51 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p> |
---|
| 52 | </tpl:SysIf> |
---|
| 53 | <tpl:SysIf search_count=">1"> |
---|
| 54 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p> |
---|
| 55 | </tpl:SysIf> |
---|
| 56 | </div> |
---|
[2600] | 57 | |
---|
[2675] | 58 | <div class="content-inner"> |
---|
| 59 | <tpl:Entries type="post,page"> |
---|
[2600] | 60 | |
---|
[2675] | 61 | {{tpl:include src="_entry-short.html"}} |
---|
[2600] | 62 | |
---|
[2675] | 63 | <tpl:EntriesFooter> |
---|
| 64 | <tpl:Pagination> |
---|
| 65 | <p class="pagination"> |
---|
| 66 | <tpl:PaginationIf end="0"> |
---|
| 67 | <a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« {{tpl:lang previous entries}}</a> - |
---|
| 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 | </tpl:Block> |
---|