summaryrefslogtreecommitdiff
path: root/src/runtime/javascript/minibar/minibar.html
blob: 4e5c1f161a7516076f62cd62a72d1b09c277dba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!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>
&amp; <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>