summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/javascript/editor.html
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-12-13 18:50:29 +0000
committerkrasimir <krasimir@chalmers.se>2009-12-13 18:50:29 +0000
commitf85232947e74ee7ef8c7b0ad2338212e7e68f1be (patch)
tree667b886a5e3a4b026a63d4e3597f32497d824761 /deprecated/old-lib/javascript/editor.html
parentd88a865faff59c98fc91556ff8700b10ee5f2df8 (diff)
reorganize the directories under src, and rescue the JavaScript interpreter from deprecated
Diffstat (limited to 'deprecated/old-lib/javascript/editor.html')
-rw-r--r--deprecated/old-lib/javascript/editor.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/deprecated/old-lib/javascript/editor.html b/deprecated/old-lib/javascript/editor.html
deleted file mode 100644
index dd189d9ab..000000000
--- a/deprecated/old-lib/javascript/editor.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="stylesheet" type="text/css" href="style.css" />
- <script type="text/javascript" src="gflib.js"></script>
- <script type="text/javascript" src="editorGrammar.js"></script>
- <script type="text/javascript" src="grammar.js"></script>
- <script type="text/javascript" src="gfjseditor.js"></script>
- <title>Web-based Syntax Editor</title>
- </head>
- <body onload="mkEditor('editor', Food)" onkeydown="hotKeys(event)">
- <div id="editor">
- </div>
- </body>
-</html>