Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
6a31f1f3
Commit
6a31f1f3
authored
Dec 14, 2018
by
System Administrator
Browse files
changement de la page contact avec ajout de l'adresse mail pour nous joindre
parent
d1f2847f
Changes
3
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/contact.php
View file @
6a31f1f3
...
...
@@ -8,10 +8,10 @@ session_start(); // Demmare la Session
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src https:"
>
<!--
<meta http-equiv="Content-Security-Policy" content="default-src https:">
-->
<link
rel=
"icon"
href=
"../../../../favicon.ico"
>
<title>
True
ac
k
</title>
<title>
Cont
ac
t
</title>
<!-- Bootstrap core CSS -->
<link
href=
"./style/css/bootstrap.css"
rel=
"stylesheet"
>
...
...
@@ -24,6 +24,8 @@ session_start(); // Demmare la Session
<body>
<h1>
Nous contacter
</h1>
<p>
Si vous rencontrez un problème, ou pour toute autre demande: n'hésitez pas à nous écrire à l'adresse suivante
</p>
<a
href=
"mailto:message@trueack.ovh"
>
message@trueack.ovh
</a>
</body>
<?php
include_once
(
'footer.php'
);
?>
...
...
SiteWeb/html/formulaire.php
View file @
6a31f1f3
...
...
@@ -43,7 +43,7 @@
<p>
Email :
</p>
<div
class=
"form-group"
>
<input
type=
"email"
class=
"form-control"
name=
"email"
value=
""
required
/>
<input
type=
"email"
class=
"form-control"
name=
"email"
value=
""
pattern=
"[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{1,63}$"
required
/>
</div>
<div
class=
"form-group"
>
...
...
SiteWeb/html/moncompte.php
View file @
6a31f1f3
...
...
@@ -29,11 +29,30 @@ session_start(); //Demmarre la session
<div>
<h1>
Informations de votre compte
</h1>
<p>
Votre Prenom:
<?php
echo
$_SESSION
[
'prenom'
];
?>
</p>
<p>
Votre Nom:
<?php
echo
$_SESSION
[
'nom'
];
?>
</p>
<p>
Votre Login:
<?php
echo
$_SESSION
[
'login'
];
?>
</p>
<p>
Votre Email:
<?php
echo
$_SESSION
[
'email'
];
?>
</p>
</div>
</section>
...
...
Write
Preview
Supports
Markdown
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