mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
Wide Coverage Translation Demo: you can now reorder the application grammars
When selecting which application grammars to use for translation, after pressing the "Grammars..." button, it is now possible to change the order of the selected grammars by dragging them up and down in the list.
This commit is contained in:
@@ -27,6 +27,7 @@ small { color: #666; }
|
||||
.error { color: #c00; }
|
||||
div.e2 table { background: white; }
|
||||
span.inflect { color: blue; }
|
||||
.grammar_pick { margin: 5px; }
|
||||
|
||||
.node { cursor: pointer; }
|
||||
/*.overlay { background-color: #eed; }*/
|
||||
@@ -113,7 +114,7 @@ span.inflect { color: blue; }
|
||||
</div>
|
||||
<hr>
|
||||
<div class=modtime><small>
|
||||
<!-- hhmts start -->Last modified: Thu May 12 15:32:41 CEST 2016 <!-- hhmts end -->
|
||||
<!-- hhmts start -->Last modified: Mon May 16 16:04:21 CEST 2016 <!-- hhmts end -->
|
||||
</small></div>
|
||||
<a href="http://www.grammaticalframework.org/demos/translation.html">About</a>
|
||||
<script src="js/support.js"></script>
|
||||
@@ -121,7 +122,8 @@ span.inflect { color: blue; }
|
||||
<script src="js/localstorage.js"></script>
|
||||
<script src="js/langcode.js"></script>
|
||||
<script src="js/pgf_online.js"></script>
|
||||
<script src="minibar/minibar_support.js">/* speech functions */</script>
|
||||
<script src="minibar/minibar_support.js">/* speech functions */</script>
|
||||
<script src="gfse/sort.js"></script>
|
||||
<script src="js/wc.js"></script>
|
||||
<script>
|
||||
wc.initialize()
|
||||
|
||||
Reference in New Issue
Block a user