@ -4,15 +4,12 @@
#(forward)#::< meta http-equiv = "REFRESH" content = "0; url=#[target]#" / > #(/forward)#
< title > YaCy '#[clientname]#': Search Page< / title >
#%env/templates/metas.template%#
< link href = "/env/bootstrap/css/jumbotron-narrow.css" rel = "stylesheet" >
< link rel = "alternate" type = "application/rss+xml" title = "Search for #[former]#" href = "yacysearch.rss?query=#[former]#" / >
< link rel = "search" type = "application/opensearchdescription+xml" title = "YaCy Search on '#[clientname]#'" href = "opensearchdescription.xml" / >
< link rel = "stylesheet" type = "text/css" media = "screen" href = "env/highslide.css" / >
< script type = "text/javascript" src = "js/highslide/highslide.js" > < / script >
< script type = "text/javascript" > hs . outlineType = 'rounded-white' ; < / script >
< link media = "screen" type = "text/css" href = "yacy/ui/css/autocomplete.css" rel = "stylesheet" / >
< script type = "text/javascript" src = "js/html.js" > < / script >
< script type = "text/javascript" src = "yacy/ui/js/jquery-1.3.2.min.js" type = "text/javascript" > < / script >
< script type = "text/javascript" src = "yacy/ui/js/jquery.autocomplete.yacy.js" > < / script >
< link media = "screen" type = "text/css" href = "yacy/ui/css/autocomplete.css" rel = "stylesheet" / >
< script type = "text/javascript" src = "js/html.js" > < / script >
< script type = "text/javascript" >
$(document).ready(function() {
$('#search').autocomplete('suggest.json', {parse: opensearch, delay: 0, selectFirst: false, scroll: false, max: 30});