[535] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> |
---|
| 4 | <head> |
---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
| 6 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
| 7 | |
---|
| 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 | <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 Search}} - {{tpl:SysSearchString encode_html="1"}} - {{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="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" /> |
---|
| 42 | |
---|
| 43 | {{tpl:include src="_head.html"}} |
---|
| 44 | </head> |
---|
| 45 | |
---|
| 46 | <body class="dc-search"> |
---|
| 47 | <div id="page"> |
---|
| 48 | {{tpl:include src="_top.html"}} |
---|
| 49 | |
---|
| 50 | <div id="wrapper"> |
---|
| 51 | |
---|
| 52 | <div id="main"> |
---|
| 53 | <div id="content"> |
---|
| 54 | |
---|
| 55 | <div id="content-info"> |
---|
| 56 | <h2>{{tpl:lang Search}}</h2> |
---|
| 57 | <tpl:SysIf search_count="==0"> |
---|
| 58 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned no result."}}</p> |
---|
| 59 | </tpl:SysIf> |
---|
| 60 | <tpl:SysIf search_count="==1"> |
---|
| 61 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> result."}}</p> |
---|
| 62 | </tpl:SysIf> |
---|
| 63 | <tpl:SysIf search_count=">1"> |
---|
| 64 | <p>{{tpl:SysSearchString encode_html="1" string="Your search for <em>%1$s</em> returned <strong>%2$s</strong> results."}}</p> |
---|
| 65 | </tpl:SysIf> |
---|
| 66 | </div> |
---|
| 67 | |
---|
| 68 | <tpl:Entries> |
---|
| 69 | |
---|
| 70 | {{tpl:include src="_entry-short.html"}} |
---|
| 71 | |
---|
| 72 | <tpl:EntriesFooter> |
---|
| 73 | <tpl:Pagination> |
---|
| 74 | <p class="pagination"><tpl:PaginationIf end="0"><a href="{{tpl:PaginationURL offset="+1"}}" class="prev">« |
---|
| 75 | {{tpl:lang previous entries}}</a> - </tpl:PaginationIf> |
---|
| 76 | {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} |
---|
| 77 | <tpl:PaginationIf start="0"> - <a href="{{tpl:PaginationURL offset="-1"}}" class="next">{{tpl:lang next entries}} |
---|
| 78 | »</a></tpl:PaginationIf></p> |
---|
| 79 | </tpl:Pagination> |
---|
| 80 | </tpl:EntriesFooter> |
---|
| 81 | </tpl:Entries> |
---|
| 82 | </div> |
---|
| 83 | </div> <!-- End #main --> |
---|
| 84 | |
---|
| 85 | <div id="sidebar"> |
---|
| 86 | <div id="blognav"> |
---|
| 87 | {{tpl:Widgets type="nav"}} |
---|
| 88 | </div> <!-- End #blognav --> |
---|
| 89 | |
---|
| 90 | <div id="blogextra"> |
---|
| 91 | {{tpl:Widgets type="extra"}} |
---|
| 92 | </div> <!-- End #blogextra --> |
---|
| 93 | </div> |
---|
| 94 | |
---|
| 95 | </div> <!-- End #wrapper --> |
---|
| 96 | |
---|
| 97 | {{tpl:include src="_footer.html"}} |
---|
| 98 | </div> <!-- End #page --> |
---|
| 99 | </body> |
---|
| 100 | </html> |
---|