diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -8,22 +8,32 @@ <body onload="Next()"> +<div id="wrapper"> + <div> <textarea id="src" name="source" cols="1" rows="1" readonly></textarea> </div> <div> - <textarea id="trgt" name="target" cols="1" rows="1"></textarea> + <textarea id="trgt" name="target" cols="1" rows="1" onkeypress="submit(event)"></textarea> </div> <p> <button id="next" type="button" onclick="Next()">Next</button> </p> +</div> + <p id="translating_status"> <strong>translating</strong> <img src="img/ajax-loader-large.gif" width="20px" /> </p> +<p id="desc"> +Press the 'Next' to submit your post-edit and request the next segment to translate +(or just press enter when the textarea is in focus). +</p> + + </body> </html> |