summaryrefslogtreecommitdiff
path: root/share/frontend/imgrid/dist_embedded
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-11-18 10:08:55 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-11-18 10:08:55 -0800
commit67033f5c20c9c1c6653cdb3e66a74539d634ec64 (patch)
treee3981e3d035d63995a78b0d2d455302f6875fb88 /share/frontend/imgrid/dist_embedded
parent348494657b7366263de6baf09ddfc6a528fac594 (diff)
cleanup continued
Diffstat (limited to 'share/frontend/imgrid/dist_embedded')
-rwxr-xr-xshare/frontend/imgrid/dist_embedded/3DMapAllWin.jarbin5018834 -> 0 bytes
-rwxr-xr-xshare/frontend/imgrid/dist_embedded/index.html16
2 files changed, 0 insertions, 16 deletions
diff --git a/share/frontend/imgrid/dist_embedded/3DMapAllWin.jar b/share/frontend/imgrid/dist_embedded/3DMapAllWin.jar
deleted file mode 100755
index 7ee9c3d..0000000
--- a/share/frontend/imgrid/dist_embedded/3DMapAllWin.jar
+++ /dev/null
Binary files differ
diff --git a/share/frontend/imgrid/dist_embedded/index.html b/share/frontend/imgrid/dist_embedded/index.html
deleted file mode 100755
index 828945e..0000000
--- a/share/frontend/imgrid/dist_embedded/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
- <body bgcolor="#E6E6FA">
- <applet code="com.scannerjammer.applet.heightmap.applet.Embedded3DLandscapeApplet.class"
- archive="3DMapAllWin.jar"
- name="3D Landscape"
- width="800"
- height="600">
- <param name="bgColorRedChannel" value="255">
- <param name="texture" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/texture.jpg">
- <param name="bgColorBlueChannel" value="255">
- <param name="bgColorGreenChannel" value="255">
- <param name="heightmap" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/heightmap.jpg">
- <param name="uploadCGI" value="http://localhost/cgi-bin/upload.cgi">
- </applet>
- </body>
-</html>