diff options
| author | hallgren <hallgren@chalmers.se> | 2015-03-22 22:54:05 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2015-03-22 22:54:05 +0000 |
| commit | 2041578406b0b8c7e0dfda59387e1ee7078eb79f (patch) | |
| tree | d827698b9886cb239e35a28479ac2b5f5cbae323 /src/www/wc.html | |
| parent | e475fb10917dce2e86a11ea9cd6ffa04d03bdbee (diff) | |
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.
Diffstat (limited to 'src/www/wc.html')
| -rw-r--r-- | src/www/wc.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/www/wc.html b/src/www/wc.html index 66b747f37..3d2b8e12f 100644 --- a/src/www/wc.html +++ b/src/www/wc.html @@ -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> |
