]> git.p6c8.net - jirafeau.git/blobdiff - index.php
Send button changes while uploading
[jirafeau.git] / index.php
index 62588aa3383b2d65e3ff0b8053a5a9c70e6b6f5a..660c18e9b109698daeeebf99321d40b7edaff394 100644 (file)
--- a/index.php
+++ b/index.php
@@ -141,9 +141,13 @@ if (!has_error () && $writable)
         "config"><?php printf ('%s: %dMB', t('Maximum file size'),
                                jirafeau_get_max_upload_size () / (1024 *
                                                                   1024));
-    ?></p> <p><input type = "submit" value =
-        "<?php echo t('Send'); ?>" /></p>
-        <hr /><div id = "moreoptions"> <p><label><input type =
+    ?></p><p>
+    <input type = "submit" id='send' value ="<?php echo t('Send'); ?>"
+    onclick="
+        document.getElementById('send').value='<?php echo t ('Uploading ...'); ?>';
+        document.getElementById('send').disabled='true';
+    "/>
+    </p><hr /><div id = "moreoptions"> <p><label><input type =
         "checkbox" name =
         "one_time_download" /><?php echo t('One time download');
     ?></label></p><br/><p><label for = "input_key"

patrick-canterino.de