diff options
| author | krangelov <kr.angelov@gmail.com> | 2020-01-24 18:22:00 +0100 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2020-01-24 18:22:00 +0100 |
| commit | 65024a0a553d2e403228f1516f7b05ba8d944e0f (patch) | |
| tree | 5b14fe81a357c6c40062f57c63b6b85bd59c14b4 /src/www/gfse/index.html | |
| parent | 4b67949d364e1f89e4016cb7362e8b17ded64522 (diff) | |
added plugin for search in WordNet
Diffstat (limited to 'src/www/gfse/index.html')
| -rw-r--r-- | src/www/gfse/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/www/gfse/index.html b/src/www/gfse/index.html index 4fa291242..80121454a 100644 --- a/src/www/gfse/index.html +++ b/src/www/gfse/index.html @@ -7,6 +7,8 @@ <link rel="alternate stylesheet" type="text/css" href="molto.css" title="MOLTO"> <link rel="stylesheet" type="text/css" href="../minibar/minibar.css"> <link rel="stylesheet" type="text/css" href="../syntax-editor/editor.css"> +<link rel="stylesheet" type="text/css" href="https://www.grammaticalframework.org/wordnet/gf-wordnet.css"> + <link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren"> @@ -60,5 +62,21 @@ HTML <script type="text/javascript" src="../syntax-editor/ast.js"></script> <script type="text/javascript" src="../syntax-editor/editor_menu.js"></script> <script type="text/javascript" src="../syntax-editor/editor.js"></script> +<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/gf-wordnet.js"></script> +<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/tsnejs.js"></script> +<script type="text/javascript" src="https://www.grammaticalframework.org/wordnet/js/wordcloud2.js"></script> + +<div id="search_popup" class="search_popup"> +<table id="domains" class="selector"> + <thead></thead> + <tbody></tbody> +</table> +<table id="result" class="result"> + <thead></thead> + <tbody></tbody> + <tfoot></tfoot> +</table> +</div> + </body> </html> |
