summaryrefslogtreecommitdiff
path: root/interface.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-07-22 18:09:40 +0200
committerPatrick Simianer <p@simianer.de>2015-07-22 18:09:40 +0200
commit084f652eb431aafd36d0ea64dcd37d4eac7cd393 (patch)
tree6ff7fad71953cca9a80dd78a9d152a9c190a2db4 /interface.php
parent4bd8892ce05f544faceaa8e99cf84e04e032eef6 (diff)
ui fixes
Diffstat (limited to 'interface.php')
-rw-r--r--interface.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface.php b/interface.php
index 66a33db..19a8cbd 100644
--- a/interface.php
+++ b/interface.php
@@ -61,10 +61,10 @@ foreach($db->raw_source_segments as $s) {
<!-- /Session overview -->
<!-- Help -->
-<div id="help">
-<strong>Help</strong><br />
+<button id="help_button" onclick="toggleDisplay(document.getElementById('help'));">Help</button>
+<div id="help" style="display:none">
<p>Press the 'Next' button to submit your post-edit and to request the next segment for translation.
-Alternatively, just press enter when the 'Target' text area is focused. The session can be stopped at any time and continued later; However, if you have to pause your session, wait until the activity notification disappears and then press 'Pause', as we are collecting timing information. You may also just reload this site and re-request the next segment upon your return. Please only use <em>one</em> browser window at once. Going back to earlier examples is not possible, please take great care when interacting with the system.<br/>
+Alternatively, just press enter when you finished the post-edit and the 'Target' text area is in focus. Warning: Past post-edits can not be altered. The session can be stopped at any time and continued later; However, if you have to pause your session, wait until the activity notification disappears and then press 'Pause', as we are collecting timing information. You may also just reload this site and re-request the next segment upon your return. Please only use <em>one</em> browser window at once. Going back to earlier examples is not possible, please take great care when interacting with the system.<br/>
The interface was only tested with Firefox 31.</p>
<p class="xtrasmall">Support: <a href="mailto://simianer@cl.uni-heidelberg.de">Mail</a></p>
<p class="xtrasmall">Session: #<?php echo $_GET["key"]; ?> | <a href="http://coltrane.cl.uni-heidelberg.de:<?php echo $db->port; ?>/debug" target="_blank">Debug</a></p>