Subversion Repositories eFlore/Applications.coel

Rev

Rev 1327 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1327 Rev 1364
Line 196... Line 196...
196
			
196
			
197
		if (str != null) {
197
		if (str != null) {
198
			if (structureId != null) {
198
			if (structureId != null) {
199
				postDonnees += "&cs_id_structure=" + URL.encodeComponent(structureId);
199
				postDonnees += "&cs_id_structure=" + URL.encodeComponent(structureId);
-
 
200
			}
200
			}
201
			
201
			postDonnees += "&cpr_abreviation=" + URL.encodeComponent(((ProjetListe) Registry.get(RegistreId.PROJETS)).get(str.getIdProjet()).getAbreviation());
202
			postDonnees += "&cpr_abreviation=" + URL.encodeComponent(str.getAbreviationProjet());
202
			postDonnees += "&cs_ce_projet=" + URL.encodeComponent(str.getIdProjet()) +
203
			postDonnees += "&cs_ce_projet=" + URL.encodeComponent(str.getIdProjet()) +
203
				"&cs_ce_mere=" + URL.encodeComponent(str.getIdMere()) +
204
				"&cs_ce_mere=" + URL.encodeComponent(str.getIdMere()) +
204
				"&cs_guid=" + URL.encodeComponent(str.getGuid()) +
205
				"&cs_guid=" + URL.encodeComponent(str.getGuid()) +
205
				"&cs_truk_identifiant_alternatif=" + URL.encodeComponent(str.getIdAlternatif()) +
206
				"&cs_truk_identifiant_alternatif=" + URL.encodeComponent(str.getIdAlternatif()) +