mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -06:00
Created the folder js and moved minibar/support.js and minibar/pgf_online.js there, to emphasize their status as app independent support libraries. There are probably more files that should be moved here. The cloud apps have been updated, externally hosted apps that link directly to our server need to be updated too.
55 lines
2.1 KiB
HTML
55 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
||
<html> <!-- manifest="gfse.manifest" -->
|
||
<head>
|
||
<title>GF online editor for simple multilingual grammars</title>
|
||
<meta charset="UTF-8">
|
||
<link rel="stylesheet" type="text/css" href="editor.css" title="Cloud">
|
||
<link rel="stylesheet" type="text/css" href="../minibar/minibar.css">
|
||
<link rel="alternate stylesheet" type="text/css" href="molto.css" title="MOLTO">
|
||
|
||
<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren">
|
||
|
||
<meta name = "viewport" content = "width = device-width">
|
||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||
|
||
</head>
|
||
|
||
<body class=hover>
|
||
|
||
<h2>GF online editor for simple multilingual grammars</h2>
|
||
<div id=editor></div>
|
||
<small class="hidden">
|
||
<span class=more>+</span>=Add an item,
|
||
<span class=delete>×</span>=Delete item,
|
||
<span class=edit>%</span>=Edit item.
|
||
</small>
|
||
<small class="ifhover">Hover over items for hints and editing options.</small>
|
||
<div id=compiler_output class=compiler_output></div>
|
||
|
||
<noscript>
|
||
This page does not work without JavaScript.
|
||
</noscript>
|
||
|
||
<hr>
|
||
<div class=modtime><small>
|
||
HTML
|
||
<!-- hhmts start -->Last modified: Tue Nov 20 13:39:47 CET 2012 <!-- hhmts end -->
|
||
</small></div>
|
||
<a href="about.html">About</a>
|
||
<pre id=debug></pre>
|
||
<script type="text/javascript" src="config.js"></script> <!-- optional -->
|
||
<script type="text/javascript" src="../js/support.js"></script>
|
||
<script type="text/javascript" src="localstorage.js"></script>
|
||
<script type="text/javascript" src="gf_abs.js"></script>
|
||
<script type="text/javascript" src="example_based.js"></script>
|
||
<script type="text/javascript" src="sort.js"></script>
|
||
<script type="text/javascript" src="cloud2.js"></script>
|
||
<script type="text/javascript" src="editor.js"></script>
|
||
<script type="text/JavaScript" src="../minibar/minibar.js"></script>
|
||
<script type="text/JavaScript" src="../minibar/minibar_input.js"></script>
|
||
<script type="text/JavaScript" src="../minibar/minibar_translations.js"></script>
|
||
<script type="text/JavaScript" src="../minibar/minibar_support.js"></script>
|
||
<script type="text/JavaScript" src="../js/pgf_online.js"></script>
|
||
</body>
|
||
</html>
|