summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-10-28 13:44:50 +0100
committerPatrick Simianer <p@simianer.de>2015-10-28 13:44:50 +0100
commit0469527db6d0ff87e2cf454eee717efc0d58971e (patch)
tree0601582cda025650cf23c60c4eec12b95b99afb9
parent04563ca60c3ffb2c02edf5e09582528d837aa925 (diff)
help
-rw-r--r--help.inc.php3
-rw-r--r--interface.php4
2 files changed, 4 insertions, 3 deletions
diff --git a/help.inc.php b/help.inc.php
new file mode 100644
index 0000000..dc60adf
--- /dev/null
+++ b/help.inc.php
@@ -0,0 +1,3 @@
+<p>Press the 'Next' button to submit your post-edit and to request the next segment for translation.
+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>
diff --git a/interface.php b/interface.php
index 5425858..04b302c 100644
--- a/interface.php
+++ b/interface.php
@@ -85,9 +85,7 @@ foreach($db->raw_source_segments as $s) {
<!-- Help -->
<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 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>
+<?php include("help.inc.php"); ?>
<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>
</div>