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
2d3a0887
Commit
2d3a0887
authored
Dec 14, 2018
by
Romain Benit
🥇
Browse files
Merge branch 'master' of gricad-gitlab.univ-grenoble-alpes.fr:ferrafli/RIE-2017-ProjetTutore-G1
parents
560c44d9
141ece9d
Changes
7
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/accueil.php
View file @
2d3a0887
...
...
@@ -12,7 +12,7 @@ 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=
""
>
<link
rel=
"icon"
href=
"
../../../..
/favicon.ico"
>
<link
rel=
"
shortcut icon"
type=
"image/x-
icon"
href=
"
/Imgs
/favicon.ico"
/
>
<title>
Accueil
</title>
...
...
@@ -22,7 +22,6 @@ session_start(); // Demmare la Session
<!-- Custom styles for this template -->
<link
href=
"./style/css/sticky-footer-navbar.css"
rel=
"stylesheet"
>
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'sha256-FPaWafWn2vI/0jvphsdlS2z+cV8Xl/EPQh9hvQOSUV8='"> -->
<script
type=
"text/javascript"
>
...
...
@@ -63,6 +62,7 @@ session_start(); // Demmare la Session
<button
class=
"btn btn-outline-secondary"
type=
"submit"
>
Écrire un message
</button>
</form>
<br>
<button
class=
"btn btn-outline-secondary"
onclick=
"bascule('form');"
>
Lire un message
</button>
<form
METHOD=
"post"
ACTION=
"consommateur.php"
id=
"form"
style=
"visibility: hidden;"
>
...
...
SiteWeb/html/contact.php
View file @
2d3a0887
...
...
@@ -9,7 +9,7 @@ session_start(); // Demmare la Session
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!-- <meta http-equiv="Content-Security-Policy" content="default-src https:"> -->
<link
rel=
"icon"
href=
"
../../../..
/favicon.ico"
>
<link
rel=
"
shortcut icon"
type=
"image/x-
icon"
href=
"
/Imgs
/favicon.ico"
/
>
<title>
Contact
</title>
...
...
SiteWeb/html/formulaire.php
View file @
2d3a0887
...
...
@@ -2,7 +2,8 @@
<html>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/Imgs/favicon.ico"
/>
<title>
Trueack - Inscripion
</title>
<!-- Bootstrap core CSS -->
...
...
SiteWeb/html/header.php
View file @
2d3a0887
...
...
@@ -24,11 +24,6 @@
}
?>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"contact.php"
>
Contact
<span
class=
"sr-only"
>
(current)
</span></a>
</li>
<?php
if
(
isset
(
$_SESSION
[
'login'
])){
...
...
@@ -36,7 +31,11 @@
<a class="nav-link" href="moncompte.php">Mon Compte</a>
</li>'
;
}
?>
?>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"contact.php"
>
Contact
<span
class=
"sr-only"
>
(current)
</span></a>
</li>
</ul>
<form
class=
"form-inline mt-2 mt-md-0"
action=
"deconnexion.php"
>
...
...
SiteWeb/html/moncompte.php
View file @
2d3a0887
...
...
@@ -33,29 +33,30 @@ session_start(); //Demmarre la session
<?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>
</body>
<?php
include_once
(
'footer.php'
);
?>
</html>
\ No newline at end of file
SiteWeb/html/producteur.php
View file @
2d3a0887
...
...
@@ -15,7 +15,7 @@ session_start();
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<link
rel=
"icon"
href=
"
../../../..
/favicon.ico"
>
<link
rel=
"
shortcut icon"
type=
"image/x-
icon"
href=
"
/Imgs
/favicon.ico"
/
>
<title>
Trueack
</title>
...
...
SiteWeb/html/verif_fichier.php
View file @
2d3a0887
...
...
@@ -8,9 +8,9 @@ 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=
""
>
<link
rel=
"icon"
href=
"
../../../..
/favicon.ico"
>
<link
rel=
"
shortcut icon"
type=
"image/x-
icon"
href=
"
/Imgs
/favicon.ico"
/
>
<title>
Trueack
</title>
<title>
Vérification fichier
</title>
<!-- Bootstrap core CSS -->
<link
href=
"./style/css/bootstrap.css"
rel=
"stylesheet"
>
...
...
@@ -38,6 +38,7 @@ session_start(); // Demmare la Session
<div
class=
'success'
>
<p>
Vous avez bien le bon fichier !
</p>
</div>
<input
type=
"button"
value=
"Retour"
onclick=
"history.go(-1)"
>
<button><a
href=
"
<?php
echo
$_POST
[
'path'
];
?>
"
download
>
Télécharger
</a></button>
</form>
...
...
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