From 421aa6a8bb4b59ff4bdb6f15e4117a8ffa0e5aa1 Mon Sep 17 00:00:00 2001
From: mikeworks
Date: Wed, 29 Sep 2010 20:06:39 +0000
Subject: [PATCH] ConfigLiveSearch.html: Fixed some HTML problems to validate
at least XHTML 1.0 Transitional - strict is not possible because iframes are
used. Replacing iframes with embedded object tag does not work in IE
ConfigPortal.html: Fixed some HTML problems to validate at least XHTML 1.0
Transitional - for strict the target attribute of the a link has to be
removed yacyinteractive.html: Moved all JS code to an external
yacyinteractive.js file in JS folder yacysearch.html: Removed embedded
scripts from in between the body tags - now everything is loaded in the
header de.lng: Just in case JS files will be parsed at some point added
translation for yacyinteractive.html result counter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7208 6c8d7289-2bf4-0310-a012-ef5d649a1542
---
htroot/ConfigLiveSearch.html | 14 ++++---
htroot/ConfigPortal.html | 55 +++++++++++++-------------
htroot/js/yacyinteractive.js | 71 +++++++++++++++++++++++++++++++++
htroot/yacyinteractive.html | 76 +-----------------------------------
htroot/yacysearch.html | 16 +++-----
locales/de.lng | 7 +++-
6 files changed, 119 insertions(+), 120 deletions(-)
create mode 100644 htroot/js/yacyinteractive.js
diff --git a/htroot/ConfigLiveSearch.html b/htroot/ConfigLiveSearch.html
index 6bc86d5fa..a833e2b81 100644
--- a/htroot/ConfigLiveSearch.html
+++ b/htroot/ConfigLiveSearch.html
@@ -1,4 +1,5 @@
-
+
+
YaCy '#[clientname]#': Integration of a Search Field for Live Search
@@ -50,7 +51,7 @@
Configuration options and defaults for 'yconf':
Defaults
-
Load Stylesheets load_css (true | false)
If load_css is set to false, you have to manually load the needed CSS on your portal page. This can help to avoid timing problems or double loading.
+
You can
download ready made themes or create
diff --git a/htroot/ConfigPortal.html b/htroot/ConfigPortal.html
index ace22336b..976fd78ac 100644
--- a/htroot/ConfigPortal.html
+++ b/htroot/ConfigPortal.html
@@ -1,4 +1,5 @@
-
+
+
YaCy '#[clientname]#': Integration of a Search Portal
@@ -49,20 +50,20 @@
The search page can be integrated in your own web pages with an iframe. Simply use the following code: