|
@@ -1,29 +1,34 @@
|
|
-<!DOCTYPE html>
|
|
|
|
-<html>
|
|
|
|
- <head>
|
|
|
|
- <title>Helios IDE</title>
|
|
|
|
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
- <meta name="author" content="Nicolas Petton" />
|
|
|
|
- <link rel="stylesheet" type="text/css" href='js/lib/bootstrap/css/bootstrap.css' />
|
|
|
|
- <link type="image/x-icon" rel="shortcut icon" href="/favicon.ico"/>
|
|
|
|
- <script type='text/javascript' src='js/lib/jQuery/jquery-1.8.2.min.js'></script>
|
|
|
|
- <script type='text/javascript' src='js/lib/jQuery/jquery-ui-1.8.24.custom.min.js'></script>
|
|
|
|
- <script type='text/javascript' src='js/lib/bootstrap/js/bootstrap.js'></script>
|
|
|
|
- <script type='text/javascript' src='js/lib/showdown.js'></script>
|
|
|
|
- <script type='text/javascript' src='js/amber.js'></script>
|
|
|
|
- </head>
|
|
|
|
- <body>
|
|
|
|
-
|
|
|
|
- <script type='text/javascript'> loadAmber({packages: ['Spaces', 'Helios-Core', 'Helios-Exceptions', 'Helios-Commands-Core','Helios-Commands-Tools', 'Helios-Commands-Browser', 'Helios-Layout','Helios-KeyBindings', 'Helios-Browser', 'Helios-Workspace', 'Helios-Transcript', 'Helios-Debugger', 'Helios-Inspector', 'Helios-References', 'Helios-Announcements']}) </script>
|
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
+<html>
|
|
|
|
+ <head>
|
|
|
|
+ <title>Helios IDE</title>
|
|
|
|
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
+ <meta name="author" content="Nicolas Petton" />
|
|
|
|
+ <link rel="stylesheet" type="text/css" href='js/lib/bootstrap/css/bootstrap.css' />
|
|
|
|
+ <link type="image/x-icon" rel="shortcut icon" href="/favicon.ico"/>
|
|
<link rel="stylesheet" type="text/css" href='css/helios.css' />
|
|
<link rel="stylesheet" type="text/css" href='css/helios.css' />
|
|
-
|
|
|
|
|
|
+ </head>
|
|
|
|
+ <body>
|
|
<div id="helper">Loading Helios...</div>
|
|
<div id="helper">Loading Helios...</div>
|
|
|
|
|
|
- <script type="text/javascript">
|
|
|
|
- window.onbeforeunload = function() {
|
|
|
|
- return 'Do you want to close Amber? All uncommitted changes will be lost.';
|
|
|
|
-};
|
|
|
|
- </script>
|
|
|
|
|
|
+ <div id="includes">
|
|
|
|
+ <script type='text/javascript' src='js/lib/jQuery/jquery-1.8.2.min.js'></script>
|
|
|
|
+ <script type='text/javascript' src='js/lib/jQuery/jquery-ui-1.8.24.custom.min.js'></script>
|
|
|
|
+ <script type='text/javascript' src='js/lib/bootstrap/js/bootstrap.js'></script>
|
|
|
|
+ <script type='text/javascript' src='js/lib/showdown.js'></script>
|
|
|
|
+ <script type='text/javascript' src='js/amber.js'></script>
|
|
|
|
+ <script type='text/javascript'>
|
|
|
|
+ loadAmber({packages: [
|
|
|
|
+ 'Spaces', 'Helios-Core', 'Helios-Exceptions', 'Helios-Commands-Core',
|
|
|
|
+ 'Helios-Commands-Tools', 'Helios-Commands-Browser', 'Helios-Layout', 'Helios-KeyBindings',
|
|
|
|
+ 'Helios-Browser', 'Helios-Workspace', 'Helios-Transcript', 'Helios-Debugger',
|
|
|
|
+ 'Helios-Inspector', 'Helios-References', 'Helios-Announcements'
|
|
|
|
+ ]})
|
|
|
|
|
|
- </body>
|
|
|
|
-</html>
|
|
|
|
|
|
+ window.onbeforeunload = function() {
|
|
|
|
+ return 'Do you want to close Amber? All uncommitted changes will be lost.';
|
|
|
|
+ };
|
|
|
|
+ </script>
|
|
|
|
+ </div>
|
|
|
|
+ </body>
|
|
|
|
+</html>
|