14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
</div>
</div>
</header>
<div id="main">
<div class="inbox">
<p class="right" style="margin: 10px 30px 0 0">
<input type="text" id="verb" name="verb" maxlength="40" value="" placeholder="entrez un verbe" autofocus />
<a id="conjugate" href="#" onclick="return false;">Conjuguer</a>
<p>
<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" />
|
|
|
|
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
</div>
</div>
</header>
<div id="main">
<div class="inbox">
<div class="right" style="margin: 10px 30px 0 0">
<input type="text" id="verb" name="verb" maxlength="40" value="" placeholder="entrez un verbe" autofocus />
<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" />
|