From 50e96ee894b786eed8aafc5f0f9518e1ad5eb816 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 26 Apr 2009 21:04:31 +0000 Subject: [PATCH] - moved live search window in yacy to different location - changed div id for live seach from 'yacy' to 'yacylivesearch' git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5889 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 1 - htroot/env/templates/header.template | 6 +++--- htroot/yacy/ui/js/yacyui-portalsearch.js | 6 +++--- htroot/yacy/ui/yacyui-portaltest.html | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/htroot/env/base.css b/htroot/env/base.css index 7686b72b4..01b9a741c 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -826,7 +826,6 @@ ul.folder li.treeMenu_closed ul { display: none; } - /* API */ div#api { position:absolute; diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index b6eacf2fa..ecc11c9c8 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -13,9 +13,10 @@

-
+ YaCy - Distributed Search Engine +
- + @@ -25,7 +26,6 @@
- YaCy - Distributed Search Engine

diff --git a/htroot/yacy/ui/js/yacyui-portalsearch.js b/htroot/yacy/ui/js/yacyui-portalsearch.js index e1f7f7c59..16b832805 100644 --- a/htroot/yacy/ui/js/yacyui-portalsearch.js +++ b/htroot/yacy/ui/js/yacyui-portalsearch.js @@ -13,9 +13,9 @@ $(document).ready(function() { theme : 'start', title : 'YaCy P2P Web Search', logo : yconf.url + '/yacy/ui/img/yacy-logo.png', - link : 'http://www.yacy.net', + link : 'http://yacy.net', width : 420, - height : 500, + height : 640, position : ['top',50], modal : false, resizable: true, @@ -23,7 +23,7 @@ $(document).ready(function() { hide : '' }, yconf); - $('
').appendTo("#yacy"); + $('
').appendTo("#yacylivesearch"); var style1 = yconf.url + '/yacy/ui/css/yacyui-portalsearch.css'; var style2 = yconf.url + '/yacy/ui/css/themes/'+yconf.theme+'/ui.all.css'; diff --git a/htroot/yacy/ui/yacyui-portaltest.html b/htroot/yacy/ui/yacyui-portaltest.html index 375ec4062..8d7b29caa 100644 --- a/htroot/yacy/ui/yacyui-portaltest.html +++ b/htroot/yacy/ui/yacyui-portaltest.html @@ -17,7 +17,7 @@ });

YaCy Portal Search:

-
+
@@ -44,7 +44,7 @@ $.getScript(yconf.url+'/yacy/ui/js/yacyui-portalsearch.js', function(){}); }); </script> -<div id="yacy"> +<div id="yacylivesearch"> <form id="ysearch" method="get" accept-charset="UTF-8" action="http://localhost:8080/yacysearch.html"> <input name="query" id="yquery" class="fancy" type="text" size="15" maxlength="80" value=""/> <input type="hidden" name="verify" value="true" />