Wide Coverage Demo App: show a word-for-word translation if all else fails

This commit is contained in:
hallgren
2014-04-16 15:37:09 +00:00
parent dd96c8a2c6
commit 5cb5cdd31e
3 changed files with 54 additions and 9 deletions

View File

@@ -19,7 +19,8 @@ small { color: #666; }
#speak { display: none; }
.colors .default_quality { background-color: #ffc; }
.colors .high_quality { background-color: #cfc; }
.colors .low_quality { background-color: #fcc; }
.colors .low_quality { background-color: #fba; }
.colors .bad_quality { background-color: #f88; }
.placeholder { color: #999; }
.error { color: #c00; }
</style>
@@ -79,7 +80,7 @@ small { color: #666; }
</div>
<p>
<div class=modtime><small>
<!-- hhmts start -->Last modified: Wed Apr 9 22:35:17 CEST 2014 <!-- hhmts end -->
<!-- hhmts start -->Last modified: Wed Apr 16 16:48:16 CEST 2014 <!-- hhmts end -->
</small></div>
<script src="js/support.js"></script>
<script src="js/gftranslate.js"></script>