mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
Wide Coverage Demo App: show a word-for-word translation if all else fails
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user