yacy_search_server/htroot/env/templates/portalinput.template
Michael Peter Christen 92655c7fd9 - added bootstrap css framework
- adopted all YaCy administration pages to new framework
- created new search page layout (working, but still work in progress)
- old skin files are fully appliable! (and looking good)
- target is a new style based on bootstrap examples, see /test.html
- icons in YaCy may be replaced by glyphicons (to be done)
2014-03-18 13:42:31 +01:00

14 lines
710 B
Plaintext

<!-- YaCy Portalseach by apfelmaennchen <sof@gmx.de> -->
<!-- /env/portalinput.template -->
<div id="yacylivesearch">
<form id="ysearch" method="get" accept-charset="UTF-8" action="yacysearch.html"><p>
<input name="query" id="yquery" placeholder="Search..." class="form-control" type="text" size="20" maxlength="80" value=""/>
<input type="hidden" name="verify" value="cacheonly" />
<input type="hidden" name="maximumRecords" value="10" />
<input type="hidden" name="resource" value="local" />
<input type="hidden" name="urlmaskfilter" value=".*" />
<input type="hidden" name="prefermaskfilter" value="" />
<input type="hidden" name="nav" value="all" /></p>
</form>
</div>
<!-- END YaCy Portalsearch -->