mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
44 lines
1.3 KiB
HTML
44 lines
1.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html> <head>
|
|
<title>Minibar</title>
|
|
<link rel=stylesheet type="text/css" href="minibar.css">
|
|
<script type="text/JavaScript" src="support.js"></script>
|
|
<script type="text/JavaScript" src="minibar.js"></script>
|
|
<script type="text/JavaScript">
|
|
|
|
var my_options= {
|
|
server: "http://www.grammaticalframework.org:41296",
|
|
//server: "http://tournesol.cs.chalmers.se:41296",
|
|
//server: "http://localhost:41296",
|
|
//grammar_list: ["Foods.pgf"],
|
|
show_abstract: true,
|
|
show_trees: true,
|
|
show_grouped_translations: false,
|
|
try_google: true
|
|
}
|
|
</script>
|
|
<meta name = "viewport" content = "width = device-width">
|
|
</head>
|
|
|
|
<body onload="start_minibar(my_options)">
|
|
<h1>Minibar</h1>
|
|
<div id=minibar>
|
|
</div>
|
|
<hr>
|
|
|
|
<small>
|
|
[<a href="about.html">About Minibar</a>
|
|
| <a href="http://www.grammaticalframework.org:41296/fridge/">Original Fridge Poetry</a>
|
|
& <a href="http://www.grammaticalframework.org:41296/translate/">Translator</a>]
|
|
</small>
|
|
<small class=modtime>
|
|
HTML <!-- hhmts start --> Last modified: Fri May 28 18:16:11 CEST 2010 <!-- hhmts end -->
|
|
</small>
|
|
<address>
|
|
<a href="http://www.cs.chalmers.se/~hallgren/">TH</a>
|
|
<img src="http://www.altocumulus.org/~hallgren/online.cgi?icon" alt=""></address>
|
|
|
|
</body>
|
|
|
|
</html>
|