Browse Source

Fix some typo.

pull/32/head
Johan Bonneau 4 years ago
committed by GitHub
parent
commit
522f0b805d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      tridactyl/index.html

+ 5
- 5
tridactyl/index.html View File

@@ -20,7 +20,7 @@
<a href="/"><img src="../home.png" alt="home" style="padding-bottom:2px"/></a>
<a href="../dactylotest/" title="Testez votre vitesse de frappe">Dactylotest</a>
<a href="../tridactyl/" title="Perfectionnez votre frappe grâce aux trigrammes">Tridactyl</a>
<a href="../bepodactyl/" title="Bien débutez avec la disposition de clavier BÉPO">Bépodactyl</a>
<a href="../bepodactyl/" title="Bien débuter avec la disposition de clavier BÉPO">Bépodactyl</a>
</div>

<div class="head">
@@ -32,8 +32,8 @@
<p class="text_nmbr" id="text_nmbr" type="text" value=""/></p>
<hr/>
<div class="ici" id="ici">
<p class="rd_txt" id="rd_txt"><span style="color:red"><strong>Javascript doit être activé ! Vous pouvez le faire en modifiant les préférences de votre navigateur. Si vous ne savez pas comment faire, consultez l'aide de celui-ci.</strong></span></p>
<p>>> <input type="text" onkeyup="test(event);" onkeydown="next(event)" id="txt" class="txt"/></p>
<p class="rd_txt" id="rd_txt"><span style="color:red"><strong>JavaScript doit être activé ! Vous pouvez le faire en modifiant les préférences de votre navigateur. Si vous ne savez pas comment faire, consultez l'aide de celui-ci.</strong></span></p>
<p><input type="text" onkeyup="test(event);" onkeydown="next(event);" id="txt" class="txt"/></p>
</div>
<hr/>

@@ -46,8 +46,8 @@
<div id="options" class="options">
<p style="margin-bottom:10px"><strong>Options</strong><p>
<p>
<input type="checkbox" id="val_curseur" onChange="val_curseur(this.checked)" /> Activer le curseur<br/>
<input type="checkbox" id="anti_correct" onChange="val_anti_correct(this.checked)" /> Activer l’anti-correction<br/>
<input type="checkbox" id="val_curseur" onChange="val_curseur(this.checked);" /> Activer le curseur<br/>
<input type="checkbox" id="anti_correct" onChange="val_anti_correct(this.checked);" /> Activer l’anti-correction<br/>
</p>
<p style="text-align:right;margin-top:10px">
<!--input type="button" onclick="valide_options()" value="Valider"/-->


Loading…
Cancel
Save