diff options
| author | hallgren <hallgren@chalmers.se> | 2014-04-11 12:10:05 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-04-11 12:10:05 +0000 |
| commit | ea389df58e52df93a22da4ef6d74a589ce1ee1f8 (patch) | |
| tree | 503b8c62e8dc6af6aab435721a107def18b9ac83 /src/www/translator/index.html | |
| parent | f72fe45c32deccacb81de613ff9e7272b2500fa5 (diff) | |
Simple Translator: Use PGF API for (un)lexing instead of separate server calls
Also,
+ Get up to 10 (instead of 5) alternative robust translations.
+ Remove duplicates from list of alternative robust translations
+ Add GF Cloud logo to the simple translator page
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index 394299eb4..f89350706 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -11,7 +11,7 @@ <body class=hover> <div class=pagehead> -<h1>Simple Translation Tool</h1> + <h1><img src="../P/gf-cloud.png" alt="" title="GF Cloud Service">Simple Translation Tool</h1> <form name=options> <table class=menubar> <tr><td><span onclick="">File</span> @@ -78,7 +78,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start -->Last modified: Wed Feb 19 15:07:10 CET 2014 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Fri Apr 11 14:10:02 CEST 2014 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
