diff options
author | Patrick Simianer <p@simianer.de> | 2015-05-27 19:19:06 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-05-27 19:19:06 +0200 |
commit | 4e5ead06642714990b054ecf68f88b79dbd7b489 (patch) | |
tree | abdc8976504d48533daced3001fecc9eb469388e /index.php | |
parent | e820e38159390093cdcbf08b2f1a8b7eb0632278 (diff) |
bits & pieces
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 36 |
1 files changed, 26 insertions, 10 deletions
@@ -10,29 +10,45 @@ <div id="wrapper"> -<div> - <textarea id="src" name="source" cols="1" rows="1" readonly></textarea> +<div id="header"> +<img src="img/logo_neu_204x107.jpg" /> +<img id="cl" src="img/institut_cl.png" /> </div> -<div> - <textarea id="trgt" name="target" cols="1" rows="1" onkeypress="submit(event)"></textarea> -</div> +<table> +<tr> + <td align="right">Source:</td> + <td><textarea id="src" name="source" cols="80" rows="1" readonly></textarea></td> +</tr> +<tr> + <td align="right">Target:</td> + <td><textarea id="trgt" name="target" cols="80" rows="1" onkeypress="submit(event)"></textarea></td> +</tr> +</table> <p> <button id="next" type="button" onclick="Next()">Next</button> </p> +<p id="desc"> +<strong>Help</strong><br /> +Press the 'Next' to submit your post-edit and to request the next segment to translate +(or just press enter when the 'Target' textarea is in focus). +</p> + +<p id="footer"> + ©2015 Heidelberg University/Institute for Computational Linguistics +</p> + </div> + <p id="translating_status"> - <strong>translating</strong> <img src="img/ajax-loader-large.gif" width="20px" /> + <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> +<textarea style="display:none" id="src_pp"></textarea> </body> </html> |