Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 724 Rev 726
Line 445... Line 445...
445
 
445
 
446
		right.add(fsContact);
446
		right.add(fsContact);
Line 447... Line 447...
447
		hmIdentite.put("fsContact", fsContact);
447
		hmIdentite.put("fsContact", fsContact);
448
 
448
 
449
		ChampMultiValeurs courriels = new ChampMultiValeurs("Courriels");
449
		ChampMultiValeurs courriels = new ChampMultiValeurs("Courriels");
450
		courriels.setValidation("(\\w+)@(\\w+\\.)(\\w+)(\\.\\w+)*", "moi@domaine.fr");
450
		courriels.setValidation("[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?", "moi@domaine.fr");
Line 451... Line 451...
451
		fsContact.add(courriels);
451
		fsContact.add(courriels);