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
47c442f1
Commit
47c442f1
authored
Dec 13, 2018
by
System Administrator
Browse files
bouton erreur identifiant
parent
695c9c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/accueil.php
View file @
47c442f1
...
...
@@ -49,9 +49,9 @@ session_start(); // Demmare la Session
</form>
<br>
<!-- <button class="btn btn-outline-secondary" type="submit">Lire un message</button> -->
<form
action=
"deconnexion.php"
>
<!--
<form action="deconnexion.php">
<button class="btn btn-outline-secondary" type="submit">Déconnexion</button>
</form>
</form>
-->
<?php
exit
;
...
...
@@ -111,7 +111,7 @@ session_start(); // Demmare la Session
?>
<form
class=
'error'
>
<p>
Erreur sur l'identifiant.
</p>
<
button
class=
"btn bnt-outline-secondary"
><a
href=
"index.php"
>
Retour
</a>
</button>
<
a
class=
"btn bnt-outline-secondary"
href=
"index.php"
>
Retour
</a>
<!-- <input type="button" value="Retour" onclick="history.go(-1)"> -->
</form>
<?php
...
...
@@ -133,9 +133,9 @@ session_start(); // Demmare la Session
<br>
<!-- <button class="btn btn-outline-secondary" type="submit">Lire un message</button> -->
<form
action=
"deconnexion.php"
>
<!--
<form action="deconnexion.php">
<button class="btn btn-outline-secondary" type="submit">Déconnexion</button>
</form>
</form>
-->
<?php
}
else
{
require_once
(
"consommateur.php"
);
...
...
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