Subversion Repositories Applications.reseau

Rev

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

Rev 79 Rev 90
Line 50... Line 50...
50
			urlOubliMdp = $(this).data('url-oubli-mdp'),
50
			urlOubliMdp = $(this).data('url-oubli-mdp'),
51
			loginLegende = $(this).data('login-legende'),
51
			loginLegende = $(this).data('login-legende'),
52
			loginTypeChamp = $(this).data('login-type-champ');
52
			loginTypeChamp = $(this).data('login-type-champ');
53
		$('#nom-partenaire').html(nomPartenaire);
53
		$('#nom-partenaire').html(nomPartenaire);
54
		$('#mdp-oublie').attr('href', urlOubliMdp);
54
		$('#mdp-oublie').attr('href', urlOubliMdp);
55
		$('#legende-login').html(loginLegende);
-
 
56
		$('#login').attr('type', loginTypeChamp);
55
		$('#login').attr('type', loginTypeChamp);
-
 
56
		$('#login').attr('placeholder', loginLegende);
57
	});
57
	});
Line 58... Line 58...
58
 
58
 
59
	// Connexion au SSO
59
	// Connexion au SSO
60
	$('#formulaire-identification').submit(function() {
60
	$('#formulaire-identification').submit(function() {