Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Klaxit website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SAE 1.05-1.06 Klaxit
Klaxit website
Commits
855ac52b
Commit
855ac52b
authored
1 year ago
by
Matias Mennecart
Browse files
Options
Downloads
Patches
Plain Diff
Update file conducteur.html
parent
bd6621ae
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conducteur.html
+22
-30
22 additions, 30 deletions
conducteur.html
with
22 additions
and
30 deletions
conducteur.html
+
22
−
30
View file @
855ac52b
...
...
@@ -2,46 +2,38 @@
<html>
<head>
<meta
charset=
'utf-8'
>
<title>
Klaxit
</title>
<link
rel=
'stylesheet'
href=
"./
css
/styles.css"
>
<link
rel=
'stylesheet'
href=
"./
css/login
.css"
>
<link
rel=
'stylesheet'
href=
"./
css
/footer.css"
>
<title>
Klaxit
- Reserver
</title>
<link
rel=
'stylesheet'
href=
"./
public
/styles.css"
>
<link
rel=
'stylesheet'
href=
"./
public/conducteur
.css"
>
<link
rel=
'stylesheet'
href=
"./
public
/footer.css"
>
</head>
<body>
<header>
<div
class=
"nav-bar"
>
<nav>
<a
class=
"img"
href=
"index.html"
><img
src=
"./css/images/logoKlaxit_BBCD_Color.webp"
alt=
"Logo Klaxit"
></a>
<div>
<a
href=
"conducteur.html"
>
CONDUCTEUR
</a>
<a
href=
"reserver.html"
>
PASSAGER
</a>
</div>
<a
href=
"index.html"
>
Accueil
</a>
<a
href=
"reserver.html"
>
Passager
</a>
<a
href=
"login.html"
class=
"login-button"
>
Login
</a>
</nav>
</div>
</header>
<main>
<div
class=
"connect-panel"
>
<div
class=
"panel"
>
<div
class=
"title"
>
<h1>
Connectez-vous
</h1>
<div
class=
"conducteur-panel"
>
<form
action=
"./forms/conducteur-result.html"
method=
"post"
>
<div
class=
"content"
>
<label
for=
"Départ"
>
Votre point de départ
:
</label>
<input
type=
"string"
id=
"lieux"
/>
<label
for=
"Heure"
>
Heure de départ
:
</label>
<input
type=
"nombre"
id=
"heure"
>
</div>
<form
action=
"./forms/login-result.html"
method=
"post"
>
<div>
<label
for=
"mail"
>
Identifiant
:
</label>
<input
type=
"email"
id=
"mail"
/>
<label
for=
"paswd"
>
Mot de passe
:
</label>
<input
type=
"password"
id=
"psswd"
>
<p
class=
"NB"
>
*Vous devez utiliser les identifiants informatique que vous utilisé sur les ordinateurs de l’entreprise
</p>
</div>
<div
class=
"button"
>
<button
class=
"connect-button"
type=
"submit"
>
Connection
</button>
</div>
</form>
</div>
<div
class=
"button"
>
<button
class=
"confirm-button"
type=
"submit"
>
Confirmer
</button>
</div>
</form>
</div>
</main>
...
...
@@ -54,7 +46,7 @@
</div>
<div
class=
"s-column"
>
<a
href=
"conducteur.html"
>
Conducteur
</a>
<br
/>
<a
href=
"
reserv
er.html"
>
Reserv
er
</a>
<br
/>
<a
href=
"
passag
er.html"
>
Passag
er
</a>
<br
/>
<a
href=
"faq.html"
>
FAQ
</a>
<br
/>
</div>
<div
class=
"t-colum"
>
...
...
@@ -66,4 +58,4 @@
</footer>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment