23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<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égation</label> <input type="checkbox" id="oneg" name="oneg" value="ON" />
· <label id="opro_lbl" for="opro">Pronominal</label> <input type="checkbox" id="opro" name="opro" value="ON" />
· <label for="ofem">Féminin</label> <input type="checkbox" id="ofem" name="ofem" value="ON" />
· <label for="oint">Interrogatif</label> <input type="checkbox" id="oint" name="oint" 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 -->
|
|
|
|
|
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<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" />
· <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 -->
|