From d181b9e89b5250facdbf10cb77c2a2d7ebf37d58 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 24 Jul 2024 15:57:51 +0200 Subject: [PATCH] added deleted files from commit https://github.com/yacy/yacy_search_server/commit/254f12d60b2d80b8bd136216c4b091d43e4a8c90 which are still needed and had been linked outside of yacy/ui --- build.xml | 4 +- htroot/ConfigAppearance_p.html | 4 +- htroot/ConfigSearchPage_p.html | 2 +- htroot/Load_MediawikiWiki.html | 4 +- htroot/Load_PHPBB3.html | 4 +- htroot/WatchWebStructure_p.html | 4 +- htroot/env/grafics/cancel_round.png | Bin 0 -> 3434 bytes htroot/env/grafics/loading2.gif | Bin 0 -> 3951 bytes htroot/env/grafics/magnify.png | Bin 0 -> 552 bytes htroot/env/grafics/stop.png | Bin 0 -> 3176 bytes htroot/env/grafics/yacy-logo.png | Bin 0 -> 7286 bytes htroot/env/styles/colorpicker.css | 161 +++++++++++ htroot/js/jquery-1.3.2.min.js | 19 ++ htroot/js/jquery.dimensions.min.js | 12 + htroot/js/jquery.tagcloud.js | 92 ++++++ htroot/js/yacyui-portalsearch.js | 334 ++++++++++++++++++++++ htroot/jslicense.html | 10 +- htroot/portalsearch/yacy-portalsearch.css | 2 +- htroot/portalsearch/yacy-portalsearch.js | 8 +- locales/de.lng | 120 +------- locales/es.lng | 98 +------ locales/it.lng | 98 +------ locales/ja.lng | 120 +------- locales/master.lng.xlf | 260 +---------------- locales/ru.lng | 120 +------- locales/tr.lng | 119 +------- locales/uk.lng | 170 +---------- locales/zh.lng | 108 +------ 28 files changed, 666 insertions(+), 1207 deletions(-) create mode 100644 htroot/env/grafics/cancel_round.png create mode 100644 htroot/env/grafics/loading2.gif create mode 100644 htroot/env/grafics/magnify.png create mode 100644 htroot/env/grafics/stop.png create mode 100644 htroot/env/grafics/yacy-logo.png create mode 100644 htroot/env/styles/colorpicker.css create mode 100644 htroot/js/jquery-1.3.2.min.js create mode 100644 htroot/js/jquery.dimensions.min.js create mode 100644 htroot/js/jquery.tagcloud.js create mode 100644 htroot/js/yacyui-portalsearch.js diff --git a/build.xml b/build.xml index 37a91d5e8..5e0196904 100644 --- a/build.xml +++ b/build.xml @@ -55,7 +55,7 @@ - + @@ -389,7 +389,7 @@ - + diff --git a/htroot/ConfigAppearance_p.html b/htroot/ConfigAppearance_p.html index a326ac163..a0f1cacdd 100644 --- a/htroot/ConfigAppearance_p.html +++ b/htroot/ConfigAppearance_p.html @@ -2,14 +2,14 @@ YaCy '#[clientname]#': Appearance and Integration - + #%env/templates/metas.template%# #%env/templates/header.template%# #%env/templates/submenuDesign.template%# - + - + diff --git a/htroot/Load_MediawikiWiki.html b/htroot/Load_MediawikiWiki.html index 7e1f9c6f5..b9d161d63 100644 --- a/htroot/Load_MediawikiWiki.html +++ b/htroot/Load_MediawikiWiki.html @@ -85,7 +85,7 @@
  • Insert the following code:
     <p>Search with YaCy in this Wiki:</p>
    -<script src="#[address]#/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>
    +<script src="#[address]#/js/jquery-1.3.2.min.js" type="text/javascript"></script>
     <script>
        $(document).ready(function() {
           yconf = {
    @@ -96,7 +96,7 @@
              width : 500,
              height : 600
           };
    -      $.getScript(yconf.url+'/yacy/ui/js/yacyui-portalsearch.js', function(){});
    +      $.getScript(yconf.url+'/js/yacyui-portalsearch.js', function(){});
        });
     </script>
     <div id="yacylivesearch">
    diff --git a/htroot/Load_PHPBB3.html b/htroot/Load_PHPBB3.html
    index 572537b0e..5207ae555 100644
    --- a/htroot/Load_PHPBB3.html
    +++ b/htroot/Load_PHPBB3.html
    @@ -77,7 +77,7 @@
           
  • find the line where the default search window is displayed, thats right behind the
    <div id="search-box">
    statement
  • Insert the following code right behind the div tag:
    -<script src="#[address]#/yacy/ui/js/jquery-1.3.2.min.js" type="text/javascript"></script>
    +<script src="#[address]#/js/jquery-1.3.2.min.js" type="text/javascript"></script>
     <script>
        $(document).ready(function() {
           yconf = {
    @@ -87,7 +87,7 @@
              height : 600,
              position : ['top',30]
           };
    -      $.getScript(yconf.url+'/yacy/ui/js/yacyui-portalsearch.js', function(){return false;});
    +      $.getScript(yconf.url+'/js/yacyui-portalsearch.js', function(){return false;});
        });
     </script>
     <div id="yacylivesearch">
    diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html
    index 02081a6de..4478dbcfa 100644
    --- a/htroot/WatchWebStructure_p.html
    +++ b/htroot/WatchWebStructure_p.html
    @@ -2,7 +2,7 @@
     
     
     YaCy '#[clientname]#': Web Structure
    -
    +
     #%env/templates/metas.template%#