]> iEval git - zlp.git/blobdiff - zlp.html
Diacritice în fereastra de eroare.
[zlp.git] / zlp.html
index b65435d8a9e4b9ac941ad7082763fdfaf1f89da4..d807979750a1897d43c71fca73b522d5c98375f2 100644 (file)
--- a/zlp.html
+++ b/zlp.html
@@ -17,7 +17,7 @@ function update_event_info(){
 function validate(){
        var captcha = document.getElementById("captcha");
        if(captcha.value != 83){
-               alert("Ati completat gresit anul de lansare al proiectului GNU. Indiciu: Suntem in 2013 si proiectul GNU implineste 30 de ani.");
+               alert("Ați completat greșit anul de lansare al proiectului GNU. Indiciu: Suntem în 2013 și proiectul GNU împlinește 30 de ani.");
                return false;
        }
 }
@@ -53,6 +53,14 @@ window.onload = update_event_info;
     font-weight: bold;
     font-size: 1.01em;
   }
+
+  input#captcha {
+    width: 20px;
+  }
+
+  input#email {
+    width: 250px;
+  }
 </style>
 
 <img src="img/gnu30-ro.png" alt="Aniversarea a 30 de ani de la lansarea proiectului GNU" />
@@ -79,7 +87,7 @@ window.onload = update_event_info;
   <div>
     <label class="first">Adresa de poștă electronică:</label><br />
     <label class="help">Va fi folosită pentru anunțuri despre acest eveniment.</label><br />
-    <input type="email" name="email" required><br />
+    <input type="email" name="email" id="email" required><br />
   </div>
   <br />
   <div>
@@ -113,8 +121,7 @@ window.onload = update_event_info;
   </div>
   <br />
   <div>
-    <label class="first">Anul de lansare al proiectului GNU este 19</label><input type="number" name="captcha" min="0" max="99" id="captcha" required>
-    <label class="first">. (2 cifre)</label><br />
+    <label class="first">Anul de lansare al proiectului GNU este 19</label><input type="number" name="captcha" min="0" max="99" id="captcha" required><label class="first">. (2 cifre)</label><br />
     <label class="help">Această întrebare filtrează roboții și lasă doar persoanele reale să se înscrie.</label>
   </div>
   <br />
This page took 0.02574 seconds and 4 git commands to generate.