forked from GitHub/gf-core
The minibar is now displayed inside the editor, intead of on a separate page. This makes the context clearer and makes it more obiovous how to return to the editor.
42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Minibar</title>
|
|
<link rel=stylesheet type="text/css" href="minibar.css">
|
|
|
|
<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren">
|
|
|
|
<meta name = "viewport" content = "width = device-width">
|
|
<meta charset="UTF-8">
|
|
|
|
</head>
|
|
|
|
<body class=minibar>
|
|
<h2>Minibar online</h2>
|
|
<div id=minibar></div>
|
|
|
|
<noscript>This page doesn't works unless JavaScript is enabled.</noscript>
|
|
|
|
<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: Mon Feb 13 18:07:42 CET 2012 <!-- hhmts end -->
|
|
</small>
|
|
<address>
|
|
|
|
<script type="text/JavaScript" src="support.js"></script>
|
|
<script type="text/JavaScript" src="minibar.js"></script>
|
|
<script type="text/JavaScript" src="minibar_input.js"></script>
|
|
<script type="text/JavaScript" src="minibar_translations.js"></script>
|
|
<script type="text/JavaScript" src="minibar_support.js"></script>
|
|
<script type="text/JavaScript" src="pgf_online.js"></script>
|
|
<script type="text/javascript" src="minibar_online.js"></script>
|
|
|
|
</body>
|
|
</html>
|