From a29b90cba17c4ef5b03b505195410c6287cab774 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 26 Jun 2015 15:20:55 +0200 Subject: interface --- interface.php | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 interface.php (limited to 'interface.php') diff --git a/interface.php b/interface.php new file mode 100644 index 0000000..3505eda --- /dev/null +++ b/interface.php @@ -0,0 +1,89 @@ + + + + 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). +

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