Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lionel Ferrafiat
RIE-2017-ProjetTutore-G1
Commits
8cd78292
Commit
8cd78292
authored
Dec 18, 2018
by
System Administrator
Browse files
enlèvement du bouton modification email page moncompte
parent
1f37188b
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/moncompte.php
View file @
8cd78292
...
...
@@ -57,23 +57,6 @@ session_start(); //Demmarre la session
<?php
echo
$_SESSION
[
'email'
];
?>
<button
class=
"btn btn-outline-secondary"
onclick=
"bascule('form');"
>
Modifier votre email
</button>
<form
METHOD=
"post"
ACTION=
"#"
id=
"form"
style=
"visibility: hidden;"
>
<p>
Votre email
</p>
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control"
name=
"email"
value=
""
required
/>
</div>
<p>
Votre nouvelle adresse email:
</p>
<div
class=
"form-group"
>
<input
type=
"password"
class=
"form-control"
name=
"newemail"
value=
""
pattern=
"[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{1,63}$"
required
/>
</div>
<div
class=
"form-group"
>
<input
class=
"btn btn-outline-secondary"
type=
"submit"
name=
"Valider"
value=
"Valider"
>
</div>
</form>
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment