Subversion Repositories eFlore/Applications.del

Rev

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

Rev 602 Rev 873
Line 68... Line 68...
68
	}
68
	}
Line 69... Line 69...
69
 
69
 
70
	private void doValidationObservation(Observation observation) {
70
	private void doValidationObservation(Observation observation) {
71
		CacheClient.getInstance().setObservationCourante(observation);
71
		CacheClient.getInstance().setObservationCourante(observation);
72
		History.newItem(ConstantesNavigation.PAGE_VALIDATION, true);
-
 
73
		History.fireCurrentHistoryState();
72
		History.newItem(ConstantesNavigation.PAGE_VALIDATION, true);
Line 74... Line 73...
74
	}
73
	}
75
 
74
 
76
	private void doComparaisonAvecEflore(String taxon) {
75
	private void doComparaisonAvecEflore(String taxon) {
77
		CacheClient.getInstance().setTaxonPourRechercheEflore(taxon);
-
 
78
		History.newItem(ConstantesNavigation.PAGE_COMPARAISON_EFLORE, true);
76
		CacheClient.getInstance().setTaxonPourRechercheEflore(taxon);
Line 79... Line 77...
79
		History.fireCurrentHistoryState();
77
		History.newItem(ConstantesNavigation.PAGE_COMPARAISON_EFLORE, true);
80
	}
78
	}
81
 
-
 
82
	private void doRechercheImage() {
79
 
Line 83... Line 80...
83
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
80
	private void doRechercheImage() {
84
		History.fireCurrentHistoryState();
81
		History.newItem(ConstantesNavigation.PAGE_RECHERCHE_IMAGES, true);
85
	}
-
 
86
 
82
	}
Line 87... Line 83...
87
	private void doRechercheObservation() {
83