Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1282 Rev 1332
Line 39... Line 39...
39
 
39
 
40
				idLoc = idLoc.replaceAll("%","");
40
				idLoc = idLoc.replaceAll("%","");
41
				idLoc = idLoc.replaceAll("\"","");
41
				idLoc = idLoc.replaceAll("\"","");
42
				idLoc = idLoc.replace('\\',' ');
42
				idLoc = idLoc.replace('\\',' ');
-
 
43
				idLoc = idLoc.trim();
-
 
44
				if(idLoc.length() > 2) {
-
 
45
					idLoc = idLoc.substring(0,2);
43
				idLoc = idLoc.trim();
46
				}
44
				lieuCommuneFormate += idLoc+" - ";
47
				lieuCommuneFormate += idLoc+" - ";
45
			}
48
			}
46
			lieuCommuneFormate += commune;
49
			lieuCommuneFormate += commune;
47
			lieuModele = lieuModele.replaceAll("IDLOCCOMMUNE", lieuCommuneFormate);
50
			lieuModele = lieuModele.replaceAll("IDLOCCOMMUNE", lieuCommuneFormate);