diff options
author | Patrick Simianer <p@simianer.de> | 2015-10-28 13:44:50 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-10-28 13:44:50 +0100 |
commit | 0469527db6d0ff87e2cf454eee717efc0d58971e (patch) | |
tree | 0601582cda025650cf23c60c4eec12b95b99afb9 /interface.php | |
parent | 04563ca60c3ffb2c02edf5e09582528d837aa925 (diff) |
help
Diffstat (limited to 'interface.php')
-rw-r--r-- | interface.php | 4 |
1 files changed, 1 insertions, 3 deletions
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> |