Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1764 Rev 1784
Line 162... Line 162...
162
		identificationParams.set("i18n_acces", i18nC.acces());
162
		identificationParams.set("i18n_acces", i18nC.acces());
163
		identificationParams.set("i18n_usage", i18nC.usage());
163
		identificationParams.set("i18n_usage", i18nC.usage());
Line 164... Line 164...
164
		
164
		
165
		identificationParams.set("i18n_titre_adresse", i18nC.adresse());
165
		identificationParams.set("i18n_titre_adresse", i18nC.adresse());
166
		identificationParams.set("i18n_adresse", i18nC.adresse());
-
 
167
		identificationParams.set("i18n_adresse_complement", i18nC.adresseComplement());
166
		identificationParams.set("i18n_adresse", i18nC.adresse());
168
		identificationParams.set("i18n_cp", i18nC.codePostal());
167
		identificationParams.set("i18n_cp", i18nC.codePostal());
169
		identificationParams.set("i18n_ville", i18nC.ville());
-
 
170
		identificationParams.set("i18n_region", i18nC.region());
168
		identificationParams.set("i18n_ville", i18nC.ville());
171
		identificationParams.set("i18n_pays", i18nC.pays());
169
		identificationParams.set("i18n_pays", i18nC.pays());
172
		identificationParams.set("i18n_latitude", i18nC.latitude());
170
		identificationParams.set("i18n_latitude", i18nC.latitude());
Line 173... Line 171...
173
		identificationParams.set("i18n_longitude", i18nC.longitude());
171
		identificationParams.set("i18n_longitude", i18nC.longitude());
Line 195... Line 193...
195
		identificationParams.set("description", structure.getDescription());
193
		identificationParams.set("description", structure.getDescription());
196
		identificationParams.set("acces", structure.getConditionAcces());
194
		identificationParams.set("acces", structure.getConditionAcces());
197
		identificationParams.set("usage", structure.getConditionUsage());
195
		identificationParams.set("usage", structure.getConditionUsage());
Line 198... Line 196...
198
		
196
		
199
		identificationParams.set("adresse", structure.getAdresse());
-
 
200
		identificationParams.set("adresse_complement", structure.getAdresseComplement());
197
		identificationParams.set("adresse", structure.getAdresse());
201
		identificationParams.set("cp", structure.getCodePostal());
198
		identificationParams.set("cp", structure.getCodePostal());
Line 202... Line -...
202
		identificationParams.set("ville", structure.getVille());
-
 
203
		
-
 
204
		
-
 
205
		if (structure.getRegion().toString().matches("[0-9]+")) {
-
 
206
			if (ontologie.get(structure.getRegion()) == null) {
-
 
207
				mediateur.obtenirValeurEtRafraichir(this, null, structure.getRegion(), sequenceur);
-
 
208
			}
-
 
209
		}
-
 
210
		
199
		identificationParams.set("ville", structure.getVille());
211
		identificationParams.set("region", construireTxtListeOntologie(structure.getRegion()));
200
		
Line 212... Line 201...
212
		identificationParams.set("pays", pays);
201
		identificationParams.set("pays", pays);
213
		identificationParams.set("latitude_longitude", latitudeLongitude);
202
		identificationParams.set("latitude_longitude", latitudeLongitude);
Line 482... Line 471...
482
			"	</div>"+
471
			"	</div>"+
483
			"	<hr class='{css_clear}'/>"+
472
			"	<hr class='{css_clear}'/>"+
484
			"	<div class='{css_fieldset}'>"+
473
			"	<div class='{css_fieldset}'>"+
485
			"		<h2>{i18n_titre_adresse}</h2>"+
474
			"		<h2>{i18n_titre_adresse}</h2>"+
486
			"		<span class='{css_label}'>{i18n_adresse} :</span> {adresse}<br />" +
475
			"		<span class='{css_label}'>{i18n_adresse} :</span> {adresse}<br />" +
487
			"		<span class='{css_label}'>{i18n_adresse_complement} :</span> {adresse_complement}<br />" +
-
 
488
			"		<span class='{css_label}'>{i18n_cp} :</span> {cp}<br />" +
476
			"		<span class='{css_label}'>{i18n_cp} :</span> {cp}<br />" +
489
			"		<span class='{css_label}'>{i18n_ville} :</span> {ville}<br />" +
477
			"		<span class='{css_label}'>{i18n_ville} :</span> {ville}<br />" +
490
			"		<span class='{css_label}'>{i18n_region} :</span> {region}<br />" +
-
 
491
			"		<span class='{css_label}'>{i18n_pays} :</span> {pays}<br />" +
478
			"		<span class='{css_label}'>{i18n_pays} :</span> {pays}<br />" +
492
			"		<span class='{css_label}'>{i18n_latitude} / {i18n_longitude} :</span> {latitude_longitude}<br />" +
479
			"		<span class='{css_label}'>{i18n_latitude} / {i18n_longitude} :</span> {latitude_longitude}<br />" +
493
			"	</div>"+
480
			"	</div>"+
494
			"	<div class='{css_fieldset}'>"+
481
			"	<div class='{css_fieldset}'>"+
495
			"		<h2>{i18n_titre_communication}</h2>"+
482
			"		<h2>{i18n_titre_communication}</h2>"+