Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thylane ECHARDOUR
Yearbook des diplômés
Commits
43bbc72e
Commit
43bbc72e
authored
Oct 29, 2021
by
Baptiste DOUXAMI
Browse files
Upload New File
parent
e4d5676e
Changes
1
Hide whitespace changes
Inline
Side-by-side
vue/vue.php
0 → 100644
View file @
43bbc72e
<?php
class
Vue
{
function
ecranConnexion
(){
?>
<!DOCTYPE html>
<html
lang=
"fr"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Yearbook
</title>
</head>
<body>
<div
id=
"connexionBox"
>
<form
action=
"index.php"
method=
"post"
>
<label
for=
"identifiant"
>
Identifiant :
</label>
<input
type=
"text"
name=
"pseudo"
id=
"identifiant"
required
>
<br>
<label
for=
"password"
>
Mot de passe :
</label>
<input
type=
"password"
name=
"pwd"
id=
"password"
required
>
<br>
<br>
<input
type=
"submit"
name=
"connexion"
value=
"Se connecter"
/>
</form>
<br>
<br>
</div>
</body>
</html>
<?php
}
}
?>
\ No newline at end of file
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