From 334c3820c673c9226513b69df93b43ac37308bd1 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 10 Jun 2015 12:31:09 +0200 Subject: stable system --- index.php | 68 +++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 51 insertions(+), 17 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 4d79798..3947b42 100644 --- a/index.php +++ b/index.php @@ -1,54 +1,88 @@ - Post-editing application + Post-editing application (key: <?php echo $_GET["key"]; ?> - + +
+ + + - + - +
Source:
Target:
+ -

- -

+ +
+ + + Working +
+ + + +
+Document overview + +raw_source_segments as $s) { + if ($i <= $a->progress) { + echo ""; + } else { + echo ""; + } + $i += 1; +} +?> +
".($i+1).".".$s."".$a->post_edits_raw[$i]."
".($i+1).".".$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).

+ + +
+ - -

- Translating -

- - - + + + + + + -- cgit v1.2.3