From d61cb146fe833c49ae33fb6477e74989bd13ea23 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 26 Jun 2015 16:57:43 +0200 Subject: cosmetic stuff --- .gitignore | 1 + index.php | 18 +++++++++++++++++- interface.php | 4 +++- lfpe.css | 2 +- util/run_server | 5 +++-- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b46fb42..9515d11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.out *.err +out.* diff --git a/index.php b/index.php index 96478dd..477602f 100644 --- a/index.php +++ b/index.php @@ -11,10 +11,26 @@
- Please enter your session key: + Please enter your session key:
+
+

Beta test: + +

+
+ diff --git a/interface.php b/interface.php index d1f3f72..30a44b1 100644 --- a/interface.php +++ b/interface.php @@ -57,7 +57,9 @@ foreach($a->raw_source_segments as $s) {
Help

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).

+(or just press enter when the 'Target' textarea is in focus). You can stop your session at any time and continue it later; The 'Pause' +button has currently no function. Please only use one browser window at once.
+The interface was tested with Firefox 31.

Support: Mail

Session: # | Debug

diff --git a/lfpe.css b/lfpe.css index 5c29042..3fc0a2c 100644 --- a/lfpe.css +++ b/lfpe.css @@ -63,7 +63,7 @@ img#cl { div#help { margin-top: 2em; font-size: .8em; - width: 40%; + width: 70%; color: #ccc; text-align: justify } diff --git a/util/run_server b/util/run_server index b983425..ca86554 100755 --- a/util/run_server +++ b/util/run_server @@ -4,7 +4,8 @@ export LD_LIBRARY_PATH=/fast_scratch/simianer/lfpe/lib/nanomsg-0.5-beta/lib:$LD_ export PYTHONPATH=/fast_scratch/simianer/lfpe/lib/python:$PYTHONPATH export GEM_PATH=/fast_scratch/simianer/lfpe/lib/ruby/:$GEM_PATH UTIL=/fast_scratch/simianer/lfpe/lfpe/util -SESSION=tiny_test +SESSION=$1 DIR=/fast_scratch/simianer/lfpe/sessions/$SESSION -clear;$UTIL/kill;$UTIL/kill;$UTIL/kill;rm $DIR/work/lockfile; cp $DIR/data.json.original $DIR/data.json; $UTIL/../server.rb $DIR/conf.rb +#clear;$UTIL/kill;$UTIL/kill;$UTIL/kill; +rm $DIR/work/lockfile; cp $DIR/data.json.original $DIR/data.json; $UTIL/../server.rb $DIR/conf.rb -- cgit v1.2.3