-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetape2.html
146 lines (134 loc) · 6.94 KB
/
etape2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/src/img/logo-citation.jpg">
<title>My Citation | Etape 2</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap-4.3.1/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="src/scss/style.css" rel="stylesheet">
<!-- Font-awesome CDN -->
<script src="https://kit.fontawesome.com/2cfa3d7339.js" crossorigin="anonymous"></script>
<!-- Police Questrial CDN -->
<link href="//fr.allfont.net/allfont.css?fonts=questrial" rel="stylesheet" type="text/css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Entête -->
<nav class="navbar navbar-expand-lg navbar-dark bg-custom navbar-custom justify-content-between">
<a class="navbar-brand" href="index.html">
<img src="src/img/logo-citation.jpg" width="30" height="30" class="d-inline-block align-top" alt="Logo de l'association">
<p id="titre-marque" class="navbar-brand titre">
My Citation
</p>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-right" id="navbarToggler">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">
<span class="fas fa-magic"></span>
Etape 1
</a>
</li>
<li class="active nav-item">
<a class="nav-link" href="#">
<span class="fas fa-cog"></span>
Etape 2
</a>
</li>
</ul>
</div>
</nav>
<!-- /.Entête -->
<section class="container">
<form class="col-lg-6 mt-2 pb-2 mr-auto ml-auto bg-cyan-transparent rounded form">
<legend>Configuration du générateur :</legend>
<p>Nombre de citation(s) généré(s) :</p>
<div class="custom-control custom-radio custom-control-inline">
<input required type="radio" class="custom-control-input" id="une" name="choix_nb_citation" value="1">
<label class="custom-control-label" for="une">1</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" class="custom-control-input" id="deux" name="choix_nb_citation" value="2">
<label class="custom-control-label" for="deux">2</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" class="custom-control-input" id="trois" name="choix_nb_citation" value="3">
<label class="custom-control-label" for="trois">3</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" class="custom-control-input" id="quatre" name="choix_nb_citation" value="4">
<label class="custom-control-label" for="quatre">4</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input type="radio" class="custom-control-input" id="cinq" name="choix_nb_citation" value="5">
<label class="custom-control-label" for="cinq">5</label>
</div>
<div class="form-group">
<label for="theme">Thème :</label>
<select class="form-control" required="" name="theme" id="theme">
<option value="" selected="" disabled="">Choisissez un thème</option>
<option value="sport">Le sport</option>
<option value="amour">L'amour</option>
</select>
<div class="invalid-tooltip">
Merci de choisir un thème.
</div>
</div>
</form>
<div class="row text-center justify-content-center">
<div class="form-group pb-4">
<button id="bouton-generer" onclick="afficherCitations();nbClick();" class="btn btn-subscribe">Générer <span id="icone-generer" class="fas fa-arrow-alt-circle-down"></span> </button>
</div>
<div class="form-group">
<button onclick="reinitialiser()" class="btn btn-danger">Réinitialiser <span class="fas fa-power-off"></span> </button>
</div>
</div>
<div class="row mt-4">
<h3 class="col-12 align-items-center" id="citation">
<span class="fas fa-arrow-alt-circle-up pr-2">
</span>
Configurez d'abord le générateur ci-dessus
<span class="fas fa-arrow-alt-circle-up pl-2">
</span>
</h3>
</div>
</section>
<!-- Footer -->
<footer id="footer" class="mt-2">
<div class="row mr-0">
<div class="col-md-8">
P5 parcours "Développeur d'application Frontend" de
<a href="https://openclassrooms.com/fr/paths/60-developpeur-dapplication-frontend"> OpenClassrooms</a>
</div>
<!-- Copyright -->
<div class="footer-copyright col-md-4 ml-auto">
© <a href="https://killianweidner.wordpress.com/">Killian Weidner</a> 2020. Tous droits réservés.
</div>
<!-- Copyright -->
</div>
</footer>
<!-- Footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="bootstrap-4.3.1/js/bootstrap.min.js"></script>
<script src="bootstrap-4.3.1/js/jquery.js"></script>
<script src="src/js/etape2.js"></script>
</body>
</html>