1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="conjugueur.css" />
<title>Grammalecte · Conjugueur</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<header>
<div class="mainflow">
<div class="logo" style="margin: -10px 0 0 0;">
<img src="../img/logo-96.png" alt="" />
</div>
</div>
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="conjugueur.css" />
<title>Grammalecte · Conjugueur</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<header>
<div class="mainflow">
<div class="logo" style="margin: -10px 0 0 0;">
<img src="../img/logo-96.png" alt="" />
</div>
</div>
|
︙ | | | ︙ | |
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
|
<div id="conjugate">Conjuguer</div>
</div>
<h1 id="verb_title" class="center"> </h1>
<p id="info" class="center"> </p>
<p id="options">
<label for="oneg">Négative</label> <input type="checkbox" id="oneg" name="oneg" value="ON" />
· <label for="oint">Interrogative</label> <input type="checkbox" id="oint" name="oint" value="ON" />
· <label for="ofem">Féminin</label> <input type="checkbox" id="ofem" name="ofem" value="ON" />
· <label id="opro_lbl" for="opro">Pronominal</label> <input type="checkbox" id="opro" name="opro" value="ON" />
· <label id="otco_lbl" for="otco">Temps composés</label> <input type="checkbox" id="otco" name="otco" value="ON" />
</p>
<p id="smallnote">❦</p>
<div class="clearer"></div>
<!-- section 1 -->
<div class="container">
<div class="colonne">
<div id="infinitif" class="box">
<h2 id="infinitif_title">Infinitif</h2>
<p id="infi"> </p>
</div>
<div id="imperatif" class="box">
<h2 id="imperatif_title">Impératif</h2>
<h3 id="impe_temps">Présent</h3>
<p id="impe1"> </p>
<p id="impe2"> </p>
<p id="impe3"> </p>
</div>
</div>
<div class="colonne">
<div id="partpre" class="box">
<h2 id="partpre_title">Participe présent</h2>
<p id="ppre"> </p>
</div>
<div id="partpas" class="box">
<h2 id="partpas_title">Participes passés</h2>
|
|
|
|
|
|
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
|
<div id="conjugate">Conjuguer</div>
</div>
<h1 id="verb_title" class="center"> </h1>
<p id="info" class="center"> </p>
<p id="options">
<label for="oneg">Négation</label> <input type="checkbox" id="oneg" name="oneg" value="ON" />
· <label for="oint">Interrogatif</label> <input type="checkbox" id="oint" name="oint" value="ON" />
· <label for="ofem">Féminin</label> <input type="checkbox" id="ofem" name="ofem" value="ON" />
· <label id="opro_lbl" for="opro">Pronominal</label> <input type="checkbox" id="opro" name="opro" value="ON" />
· <label id="otco_lbl" for="otco">Temps composés</label> <input type="checkbox" id="otco" name="otco" value="ON" />
</p>
<p id="smallnote">❦</p>
<div class="clearer"></div>
<!-- section 1 -->
<div class="container">
<div class="colonne">
<div id="infinitif" class="box">
<h2 id="infinitif_title">Infinitif</h2>
<p id="infi"> </p>
</div>
<div id="imperatif" class="box">
<h2 id="imperatif_title">Impératif</h2>
<h3 id="impe_temps">Présent</h3>
<p id="impe1"> </p>
<p id="impe2"> </p>
<p id="impe3"> </p>
</div>
</div>
<div class="colonne">
<div id="partpre" class="box">
<h2 id="partpre_title">Participe présent</h2>
<p id="ppre"> </p>
</div>
<div id="partpas" class="box">
<h2 id="partpas_title">Participes passés</h2>
|
︙ | | | ︙ | |
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
<p id="ifut3"> </p>
<p id="ifut4"> </p>
<p id="ifut5"> </p>
<p id="ifut6"> </p>
</div>
</div>
</div>
<div class="colonne">
<div id="subjonctif" class="box">
<h2 id="subjontif_title">Subjonctif</h2>
<div id="spre">
<h3 id="spre_temps">Présent</h3>
<p id="spre1"> </p>
<p id="spre2"> </p>
|
|
|
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
<p id="ifut3"> </p>
<p id="ifut4"> </p>
<p id="ifut5"> </p>
<p id="ifut6"> </p>
</div>
</div>
</div>
<div class="colonne">
<div id="subjonctif" class="box">
<h2 id="subjontif_title">Subjonctif</h2>
<div id="spre">
<h3 id="spre_temps">Présent</h3>
<p id="spre1"> </p>
<p id="spre2"> </p>
|
︙ | | | ︙ | |
167
168
169
170
171
172
173
174
175
|
</div>
<script src="../grammalecte/graphspell/helpers.js"></script>
<script src="../grammalecte/fr/conj.js"></script>
<script src="conjugueur.js"></script>
</body>
</html>
|
|
|
167
168
169
170
171
172
173
174
175
|
</div>
<script src="../grammalecte/graphspell/helpers.js"></script>
<script src="../grammalecte/fr/conj.js"></script>
<script src="conjugueur.js"></script>
</body>
</html>
|