From cc58e2d05f75710f018efd5e026686146e9b4b9d Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 12 Jun 2012 15:36:41 +0000 Subject: translator: documents can now be saved in the cloud some other small fixes --- src/www/gfse/gf_abs.js | 2 +- src/www/translator/about.html | 8 +-- src/www/translator/index.html | 3 +- src/www/translator/translator.js | 109 +++++++++++++++++++++++++++++++-------- 4 files changed, 94 insertions(+), 28 deletions(-) (limited to 'src/www') diff --git a/src/www/gfse/gf_abs.js b/src/www/gfse/gf_abs.js index e49837b7a..30f852196 100644 --- a/src/www/gfse/gf_abs.js +++ b/src/www/gfse/gf_abs.js @@ -216,7 +216,7 @@ function parse_oper(s) { } -/* --- Print as plain text (normal GF source syntax) ------------------------- */ +/* --- Print as plain text (normal GF source syntax) ------------------------ */ function show_type(t) { var s=""; diff --git a/src/www/translator/about.html b/src/www/translator/about.html index 4e24780da..b5d17f11e 100644 --- a/src/www/translator/about.html +++ b/src/www/translator/about.html @@ -33,8 +33,8 @@ grammar to use from a menu of available grammars. Through menu options, the user also sets the source and target language for the document.

-The tool handles a set of documents. Documents can be named, saved (locally), -closed and reopened later. +The tool handles a set of documents. Documents can be named, saved, +closed and reopened later. Documents can be saved locally or in the cloud.

TODO