summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-08-01 14:27:29 +0000
committerhallgren <hallgren@chalmers.se>2011-08-01 14:27:29 +0000
commita918bcaf68cf20c7ddd1b9de9a4f3818c77d0101 (patch)
treed852afb7578413c87e255bad0320f741d9332ec3 /src
parentb58fc79908efb52320a38fdf6df96d8d0d067e73 (diff)
gfse: add missing file share.html to darcs
Also fix bug in share.html by adding cloud.js to the list of loaded JavaScript files.
Diffstat (limited to 'src')
-rw-r--r--src/editor/simple/share.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/editor/simple/share.html b/src/editor/simple/share.html
new file mode 100644
index 000000000..643d298ba
--- /dev/null
+++ b/src/editor/simple/share.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html> <head>
+<title>Download from Grammar Cloud</title>
+<link rel="stylesheet" type="text/css" href="editor.css" title="Cloud">
+<link rel="alternate stylesheet" type="text/css" href="molto.css" title="MOLTO">
+
+</head>
+
+<body>
+<h1><img src="P/1307545048_weather_09.png" alt="">Download from Grammar Cloud</h1>
+
+<pre id=debug></pre>
+
+<hr>
+<address></address>
+<!-- hhmts start --> Last modified: Mon Aug 1 16:24:44 CEST 2011 <!-- hhmts end -->
+<script type="text/javascript" src="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="editor.js"></script>
+<script type="text/javascript" src="cloud.js"></script>
+<script type="text/javascript" src="sort.js"></script>
+<script type="text/javascript">
+download_from_cloud();
+</script>
+</body>
+</html>