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%#