aboutsummaryrefslogtreecommitdiff
path: root/modules/cu3er/demo.htm
diff options
context:
space:
mode:
authorEvan O'Connell <oconn.e@gmail.com>2013-08-18 18:29:59 -0400
committerEvan O'Connell <oconn.e@gmail.com>2013-08-18 18:29:59 -0400
commit7161864ff404f93d0bb2bf400bbd7d1ead76150d (patch)
tree0cd0d899ca43e64db1a9bf145bcaee2e4da8e60e /modules/cu3er/demo.htm
parentf472c60b18469ff8a06963708174dea1bfc08015 (diff)
downloadbayonetcms-7161864ff404f93d0bb2bf400bbd7d1ead76150d.tar.gz
Removes the Cu3er module
Diffstat (limited to 'modules/cu3er/demo.htm')
-rw-r--r--modules/cu3er/demo.htm35
1 files changed, 0 insertions, 35 deletions
diff --git a/modules/cu3er/demo.htm b/modules/cu3er/demo.htm
deleted file mode 100644
index 8ff0064..0000000
--- a/modules/cu3er/demo.htm
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>CU3ER - demo!</title>
-
-<!-- STEP ONE: insert path to SWFObject JavaScript -->
-<script type="text/javascript" src="js/swfobject/swfobject.js"></script>
-
-<!-- STEP TWO: configure SWFObject JavaScript and embed CU3ER slider -->
-<script type="text/javascript">
- var flashvars = {};
- flashvars.xml = "config2.xml";
- flashvars.font = "font.swf";
- var attributes = {};
- attributes.wmode = "transparent";
- attributes.id = "slider";
- swfobject.embedSWF("cu3er.swf", "cu3er-container", "640", "320", "9", "expressInstall.swf", flashvars, attributes);
-</script>
-<style type="text/css">
-<!--
-body { margin: 5% auto; text-align:center;}
-#cu3er-container {width:600px; outline:0;}
--->
-</style>
-</head>
-<body>
-<!-- STEP THREE: insert CU3ER div container -->
-<div id="cu3er-container">
- <a href="http://www.adobe.com/go/getflashplayer">
- <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
- </a>
-</div>
-</body>
-</html>