19 lines
604 B
HTML
Executable File
19 lines
604 B
HTML
Executable File
<aside role="complementary" id="complementary">
|
|
<form id="search" action="{{tpl:BlogURL}}" method="get" role="search">
|
|
<div>
|
|
<input
|
|
type="search" id="q" name="q" class="search-field" maxlength="255"
|
|
value="{{tpl:SysSearchString encode_html="1"}}" title="{{tpl:lang Search}}" placeholder="{{tpl:lang Some words to search…}}" /><br />
|
|
<input type="submit" value="{{tpl:lang Search}}" />
|
|
</div>
|
|
</form>
|
|
<div id="sidebar">
|
|
<nav id="blognav">
|
|
{{tpl:Widgets type="nav"}}
|
|
</nav>
|
|
|
|
<div id="blogextra">
|
|
{{tpl:Widgets type="extra"}}
|
|
</div>
|
|
</div>
|
|
</aside> |