Subversion Repositories eFlore/Applications.del

Rev

Rev 1183 | Rev 1467 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1183 Rev 1222
Line 60... Line 60...
60
		String arguments = "";
60
		String arguments = "";
61
		if (cache.getPageCourante() == ConstantesNavigation.PAGE_RECHERCHE_IMAGES) {
61
		if (cache.getPageCourante() == ConstantesNavigation.PAGE_RECHERCHE_IMAGES) {
62
			InformationsRecherche infoRecherche;
62
			InformationsRecherche infoRecherche;
63
			infoRecherche = cache.getInformationsRechercheImage();
63
			infoRecherche = cache.getInformationsRechercheImage();
64
			arguments = infoRecherche.versChaineRequete() + "#" + ConstantesNavigation.PAGE_RECHERCHE_IMAGES;
64
			arguments = infoRecherche.versChaineRequete() + "#" + ConstantesNavigation.PAGE_RECHERCHE_IMAGES;
-
 
65
			// Ajout du protocole
-
 
66
			String protocole = "~";
-
 
67
			if (CacheClient.getInstance().getProtocoleCourant() != null) {
-
 
68
				protocole += String.valueOf(CacheClient.getInstance().getProtocoleCourant().getId());
-
 
69
			}
65
			url = new Config().getUrl("del") + "?" + arguments;
70
			url = new Config().getUrl("del") + "?" + arguments;
-
 
71
			if (protocole != "~") {
-
 
72
				url += protocole;
-
 
73
			}
66
		} else if (cache.getPageCourante() == ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS) {
74
		} else if (cache.getPageCourante() == ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS) {
67
			InformationsRecherche infoRecherche;
75
			InformationsRecherche infoRecherche;
68
			infoRecherche = cache.getInformationsRechercheObservation();
76
			infoRecherche = cache.getInformationsRechercheObservation();
69
			arguments = infoRecherche.versChaineRequete() + "#" + ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS;
77
			arguments = infoRecherche.versChaineRequete() + "#" + ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS;
70
			url = new Config().getUrl("del") + "?" + arguments;
78
			url = new Config().getUrl("del") + "?" + arguments;