diff console/console.xhtml @ 108:5cb4733c5189

many api changes
author Sonny Piers <sonny@fastmail.net>
date Fri, 13 Jul 2012 15:26:18 +0200
parents c06ec02217ee
children
line wrap: on
line diff
--- a/console/console.xhtml
+++ b/console/console.xhtml
@@ -3,19 +3,23 @@
   <head>
     <title>Lightstring Console</title>
     <meta charset="UTF-8"/>
+    <link type="text/css" rel="stylesheet" href="console.css"/>
+    <link rel="stylesheet" href="lib/highlight/styles/default.css"/>
+    <script type="application/javascript" src="../lib/EventEmitter.js"/>
+    <script type="application/javascript" src="../lib/require.js"/>
     <script type="application/javascript" src="console.js"/>
-    <script type="application/javascript" src="../lib/vkbeautify.0.97.00.beta.js"/>
-    <link type="text/css" rel="stylesheet" href="console.css"/>
+    <script type="application/javascript" src="lib/vkbeautify.0.97.00.beta.js"/>
+    <script type="application/javascript" src="lib/highlight/highlight.pack.js"/>
   </head>
   <body>
-    <div id="entries"/>
+    <form id="input">
+      <textarea name="field" spellcheck="false"/>
+      <input type="submit" value="send"/>
+    </form>
     <div id="toolbar">
       <button id="clear">Clear</button>
       <input type="search" id="filter" placeholder="Filter"/>
     </div>
-    <form id="input">
-      <textarea name="field" spellcheck="false"/>
-      <input type="submit" value="send"/>
-    </form>
+    <div id="entries"/>
   </body>
 </html>
\ No newline at end of file