Merge branch 'master' into ofop
[redakcja.git] / redakcja / static / filebrowser / uploadify / example / index.php
diff --git a/redakcja/static/filebrowser/uploadify/example/index.php b/redakcja/static/filebrowser/uploadify/example/index.php
deleted file mode 100644 (file)
index 769d11c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
-<title>Uploadify Example Script</title>\r
-<link href="/example/css/default.css" rel="stylesheet" type="text/css" />\r
-<link href="/example/css/uploadify.css" rel="stylesheet" type="text/css" />\r
-<script type="text/javascript" src="/example/scripts/jquery-1.3.2.min.js"></script>\r
-<script type="text/javascript" src="/example/scripts/swfobject.js"></script>\r
-<script type="text/javascript" src="/example/scripts/jquery.uploadify.v2.1.0.min.js"></script>\r
-<script type="text/javascript">\r
-$(document).ready(function() {\r
-       $("#uploadify").uploadify({\r
-               'uploader'       : 'scripts/uploadify.swf',\r
-               'script'         : 'scripts/uploadify.php',\r
-               'cancelImg'      : 'cancel.png',\r
-               'folder'         : 'uploads',\r
-               'queueID'        : 'fileQueue',\r
-               'auto'           : true,\r
-               'multi'          : true\r
-       });\r
-});\r
-</script>\r
-</head>\r
-\r
-<body>\r
-<div id="fileQueue"></div>\r
-<input type="file" name="uploadify" id="uploadify" />\r
-<p><a href="javascript:jQuery('#uploadify').uploadifyClearQueue()">Cancel All Uploads</a></p>\r
-</body>\r
-</html>\r