Wide coverage demo web app: green translations from Phrasebook.pgf

The demo web app now show translations from Phrasebook.pgf in green before
translations from Translate8.pgf, which can be yellow or red.
This commit is contained in:
hallgren
2014-03-31 15:28:14 +00:00
parent 2a6cbe9a46
commit 57b2a2bc2c
2 changed files with 69 additions and 30 deletions

View File

@@ -52,7 +52,7 @@ body:target h1, body:target div.modtime { display: none; }
<option value=Swe selected>Swedish</option>
</select>
<big style="position: relative; top: 1ex"></big>
  <button onclick="wc.swap()">↑↓</button>
  <button name=swap onclick="wc.swap()">↑↓</button>
<br>
<textarea name=output rows=3 style="width: 100%" readonly></textarea>
<small id=speak><input name=speak type=checkbox> Speak</small>
@@ -66,7 +66,7 @@ body:target h1, body:target div.modtime { display: none; }
</div>
<p>
<div class=modtime><small>
<!-- hhmts start -->Last modified: Thu Mar 27 14:42:45 CET 2014 <!-- hhmts end -->
<!-- hhmts start -->Last modified: Mon Mar 31 16:07:06 CEST 2014 <!-- hhmts end -->
</small></div>
<script src="js/support.js"></script>
<script src="js/gftranslate.js"></script>
@@ -74,6 +74,7 @@ body:target h1, body:target div.modtime { display: none; }
<script src="gfse/localstorage.js"></script>
<script src="gfse/cloud2.js"></script>
<script src="js/langcode.js"></script>
<script src="js/pgf_online.js"></script>
<script src="js/wc.js"></script>
</script>
</body>