|
|
|
@ -1,8 +1,23 @@
|
|
|
|
|
/**
|
|
|
|
|
* Copyright (C) 2009 by Michael Peter Christen; mc@yacy.net, Frankfurt a. M., Germany
|
|
|
|
|
* first published 07.04.2005 on http://yacy.net
|
|
|
|
|
* Licensed under the GNU GPL-v2 license
|
|
|
|
|
*/
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2006 - 2014 Alexander Schier, Martin Thelian, Michael Peter Christen,
|
|
|
|
|
* Florian Richter, Stefan Förster, David Wieditz
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* This file is part of YaCy.
|
|
|
|
|
*
|
|
|
|
|
* YaCy is free software: you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
|
* the Free Software Foundation, either version 2 of the License, or
|
|
|
|
|
* (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* YaCy is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
|
* along with YaCy. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
var AJAX_OFF="/env/grafics/empty.gif";
|
|
|
|
|
var AJAX_ON="/env/grafics/ajax.gif";
|
|
|
|
|