Wide Coverage Translation Demo: add a way to obtain inflection tables

Too see inflection tables, click on a translated sentense, then click on a
blue function name in the textual representation of the abstract syntax tree.
This commit is contained in:
hallgren
2015-03-22 22:54:05 +00:00
parent 4d8a86c1c2
commit fbd7e498cd
3 changed files with 32 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ small { color: #666; }
.colors .bad_quality { background-color: #f89; }
.placeholder { color: #999; }
.error { color: #c00; }
div.e2 { background: white; }
span.inflect { color: blue; }
</style>
</head>
@@ -89,7 +91,7 @@ small { color: #666; }
</div>
<hr>
<div class=modtime><small>
<!-- hhmts start -->Last modified: Fri Jun 20 20:21:52 CEST 2014 <!-- hhmts end -->
<!-- hhmts start -->Last modified: Sun Mar 22 23:30:45 CET 2015 <!-- hhmts end -->
</small></div>
<a href="http://www.grammaticalframework.org/demos/translation.html">About</a>
<script src="js/support.js"></script>