From e48ce5d80e2c774d3b41a6db90a4a3595eaca7d8 Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 14 Sep 2011 09:05:06 +0000 Subject: [PATCH] - style change for search box: larger font, selected by default - style change for search results: by default no parser, size, image info git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7949 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 8 ++++---- htroot/compare_yacy.html | 5 ++--- htroot/env/base.css | 4 ++++ htroot/index.html | 6 +++++- htroot/js/yacyinteractive.js | 2 +- htroot/yacyinteractive.html | 2 +- htroot/yacysearch.html | 3 ++- 7 files changed, 19 insertions(+), 11 deletions(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index a604632ed..e94de3478 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -736,10 +736,10 @@ search.target = _self # search result lines may show additional information for each search hit # these information pieces may be switched on or off search.result.show.date = true -search.result.show.size = true -search.result.show.metadata = true -search.result.show.parser = true -search.result.show.pictures = true +search.result.show.size = false +search.result.show.metadata = false +search.result.show.parser = false +search.result.show.pictures = false # search navigators: comma-separated list of default values for search navigation. # can be temporary different if search string is given with differen navigation values diff --git a/htroot/compare_yacy.html b/htroot/compare_yacy.html index acc5ec269..eec40e773 100755 --- a/htroot/compare_yacy.html +++ b/htroot/compare_yacy.html @@ -16,7 +16,8 @@
Websearch Comparison
-

Left Search Engine +

+ Left Search Engine -   Query -

diff --git a/htroot/env/base.css b/htroot/env/base.css index 64886e458..df450f3b9 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -639,6 +639,10 @@ form.search.small { white-space:nowrap; } +.searchinput { + font-size:16px; +} + /*---------- , ,
, */ diff --git a/htroot/index.html b/htroot/index.html index b866ca70c..52b19e643 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -51,7 +51,7 @@
#(/searchoptions)# + + #(topmenu)# #%env/templates/embeddedfooter.template%# :: diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index 62bff9a20..ba0cdec7a 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -211,7 +211,7 @@ function resultLine(type, item, linenumber) { // make table row var html = ""; if (type == "row") { - html += ""; + html += ""; html += "" + linenumber + ""; html += "" + protocol + ""; html += "" + host + ""; diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index 4304438ad..a9d4a9352 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -56,7 +56,7 @@ To see a list of all APIs, please visit the - + #(allowrealtime)# :: #(/allowrealtime)# diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html index 5e5b3a1c5..d22f92157 100644 --- a/htroot/yacysearch.html +++ b/htroot/yacysearch.html @@ -110,7 +110,7 @@ $(function() {

#[promoteSearchPageGreeting]#

- + #(searchdomswitches)#::
@@ -179,6 +179,7 @@ document.getElementById("Enter").value = "search again";