Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1367 Rev 1369
Line 213... Line 213...
213
			
213
			
214
		if (str != null) {
214
		if (str != null) {
215
			if (structureId != null) {
215
			if (structureId != null) {
216
				postDonnees += "&cs_id_structure=" + URL.encodeComponent(structureId);
216
				postDonnees += "&cs_id_structure=" + URL.encodeComponent(structureId);
-
 
217
			}
217
			}
218
			
218
			postDonnees += "&cpr_abreviation=" + URL.encodeComponent(((ProjetListe) Registry.get(RegistreId.PROJETS)).get(str.getIdProjet()).getAbreviation());
219
			postDonnees += "&cpr_abreviation=" + URL.encodeComponent(str.getAbreviationProjet());
219
			postDonnees += "&cs_ce_projet=" + URL.encodeComponent(str.getIdProjet()) +
220
			postDonnees += "&cs_ce_projet=" + URL.encodeComponent(str.getIdProjet()) +
220
				"&cs_ce_mere=" + URL.encodeComponent(str.getIdMere()) +
221
				"&cs_ce_mere=" + URL.encodeComponent(str.getIdMere()) +
221
				"&cs_guid=" + URL.encodeComponent(str.getGuid()) +
222
				"&cs_guid=" + URL.encodeComponent(str.getGuid()) +
222
				"&cs_truk_identifiant_alternatif=" + URL.encodeComponent(str.getIdAlternatif()) +
223
				"&cs_truk_identifiant_alternatif=" + URL.encodeComponent(str.getIdAlternatif()) +