diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-10-15 00:55:57 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-10-15 00:55:57 +0200 |
| commit | 1269e77dfa0827632c436e70bbbf9bb36428270f (patch) | |
| tree | 9582b465f0052c217243230907b52959e30c2c9b /htroot/yacysearchtrailer.html | |
| parent | fca11701f0a5ae8f5fd993263dfc7f7730331c08 (diff) | |
enhanced location search
Diffstat (limited to 'htroot/yacysearchtrailer.html')
| -rw-r--r-- | htroot/yacysearchtrailer.html | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/htroot/yacysearchtrailer.html b/htroot/yacysearchtrailer.html index c27c075e6..9aab7dec5 100644 --- a/htroot/yacysearchtrailer.html +++ b/htroot/yacysearchtrailer.html @@ -74,12 +74,6 @@ </div> #(/nav-protocols)# -#(cat-location)#:: -<a href="yacysearch_location.html?query=#[queryenc]#"> -<img src="env/grafics/earthsearch.png" width="215" height="159" alt="earthsearchlogo" /></a> -<a href="yacysearch_location.html?query=#[queryenc]#">Show search results for "#[query]#" on map</a> -#(/cat-location)# - #(nav-topics)#<p> </p>:: <div id="tagcloud" style="text-align:justify">#{element}# <a rel="#[count]#" href="#[url]#" style="text-decoration:none;font-size:#[size]#px;">#[name]#</a> @@ -88,6 +82,17 @@ </script> #(/nav-topics)# +#(cat-location)#:: +<ul class="nav nav-sidebar menugroup"> +<li><h3>Location</h3></li> +<li> +<a href="yacysearch_location.html?query=#[queryenc]#" class="MenuItemLink"> +<img src="env/grafics/earthsearch.png" width="100%" height="86" alt="earthsearchlogo" /><br/> +show search results for "#[query]#" on map</a> +</li> +</ul> +#(/cat-location)# + #(nav-domains)#:: <ul class="nav nav-sidebar menugroup"> <li><h3>Provider</h3></li> |
