diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-11-27 16:17:31 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-11-27 16:17:31 +0000 |
| commit | 9b0879c184844f6b5dd3b53794d8cad3abd08ff3 (patch) | |
| tree | c2c2c02068e6906e4ed0d77f6d06759bca5ae8c9 /htroot/yacyinteractive.html | |
| parent | b202f214f78505f4f2dbe2b5d01d78734e86ebc9 (diff) | |
added a hint that the interactive search is only searching in the local index
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8116 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacyinteractive.html')
| -rw-r--r-- | htroot/yacyinteractive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index a9d4a9352..41bf5c28b 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -48,7 +48,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de #%env/templates/simpleheader.template%# #(/topmenu)# <div> -<form class="search small" id="searchform" action="yacyinteractive.html" method="get" #(allowrealtime)#onsubmit="document.getElementById('searchnavigation').innerHTML = '<div>loading...</div>'"::onkeyup="xmlhttpPost(); return false;"#(/allowrealtime)#> +<form class="search small" id="searchform" action="yacyinteractive.html" method="get" #(allowrealtime)#onsubmit="document.getElementById('searchnavigation').innerHTML = '<div>loading from local index...</div>'"::onkeyup="xmlhttpPost(); return false;"#(/allowrealtime)#> <h2>#[promoteSearchPageGreeting]#</h2> <div class="yacylogo"> <a href="#[promoteSearchPageGreeting.homepage]#" class="yacylogo"><img src="#[promoteSearchPageGreeting.smallImage]#" alt="yacysearch"/></a> |
