forked from GitHub/gf-core
With thanks to codinggeekette, http://www.codinggeekette.com/post/Mobile-Safari-40-2b-Horizontal-Scrolling-3d-SUX.aspx
43 lines
1.3 KiB
HTML
43 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
|
|
}
|
|
</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: Wed May 26 22:35:48 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>
|