From 5d3f588582ff0bd27df34139e4fae4517c177ba7 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 10 Mar 2016 15:49:41 +0100 Subject: improved help, hid meta stuff, fix db --- inc/db.inc.php | 8 ++++++++ inc/help.inc.php | 24 ++++++++---------------- inc/session-overview.inc.php | 4 ---- interface.php | 28 ++++++++++++++++++---------- 4 files changed, 34 insertions(+), 30 deletions(-) create mode 100644 inc/db.inc.php diff --git a/inc/db.inc.php b/inc/db.inc.php new file mode 100644 index 0000000..f08eda5 --- /dev/null +++ b/inc/db.inc.php @@ -0,0 +1,8 @@ + + diff --git a/inc/help.inc.php b/inc/help.inc.php index 0977776..c29d989 100644 --- a/inc/help.inc.php +++ b/inc/help.inc.php @@ -1,32 +1,31 @@
Press the 'Next' button to submit your post-edit and to request the next segment for post-edition. -Alternatively, in the textual interface, you may just press return when the post-edit is finished ('Target' text area is focused).
+In the textual interface, you may just press return when the post-edit is finished (and 'Target' text area is in focus). -The session can be paused 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 upon your return and re-request the segment to reset the timer.
+The session can be paused at any time and continued later -- just press 'Pause'. Note that we are collecting timing information, so pausing your session on inactivity is important for us. You may also just reload this site upon your return and re-request the segment to reset the timer.
Please use only a single browser window per session at the same time. Going back to earlier examples is not possible, please take great care when interacting with the system.
Instructions for the graphical interface:
-To submit a post-edition in the graphical interface all phrases have to be marked as finished (phrases are highlighted in dark gray color).
+Mark all phrases as finished (phrases are highlighted in dark gray color) and press 'Next' to submit a post-edition in the graphical interface. Keyboard interface:
The interface was tested with Firefox 31, 38 and 43.
-Known issues:
+ diff --git a/inc/session-overview.inc.php b/inc/session-overview.inc.php index a6d46b8..793120a 100644 --- a/inc/session-overview.inc.php +++ b/inc/session-overview.inc.php @@ -1,9 +1,5 @@ raw_source_segments as $s) { diff --git a/interface.php b/interface.php index 3dcffa9..8df7fd0 100644 --- a/interface.php +++ b/interface.php @@ -8,15 +8,18 @@ + + +