summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-05-27 19:19:06 +0200
committerPatrick Simianer <p@simianer.de>2015-05-27 19:19:06 +0200
commit4e5ead06642714990b054ecf68f88b79dbd7b489 (patch)
treeabdc8976504d48533daced3001fecc9eb469388e /index.php
parente820e38159390093cdcbf08b2f1a8b7eb0632278 (diff)
bits & pieces
Diffstat (limited to 'index.php')
-rw-r--r--index.php36
1 files changed, 26 insertions, 10 deletions
diff --git a/index.php b/index.php
index 7439c91..4d79798 100644
--- a/index.php
+++ b/index.php
@@ -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">
+ &copy;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>