aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/blueimp/jquery-file-upload/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/index.html')
-rw-r--r--vendor/blueimp/jquery-file-upload/index.html78
1 files changed, 55 insertions, 23 deletions
diff --git a/vendor/blueimp/jquery-file-upload/index.html b/vendor/blueimp/jquery-file-upload/index.html
index 62033e764..aa908e745 100644
--- a/vendor/blueimp/jquery-file-upload/index.html
+++ b/vendor/blueimp/jquery-file-upload/index.html
@@ -33,12 +33,11 @@
/>
<!-- Generic page styles -->
<style>
- #navigation {
- margin: 10px 0;
+ body {
+ padding-top: 60px;
}
@media (max-width: 767px) {
- #title,
- #description {
+ .description {
display: none;
}
}
@@ -60,23 +59,50 @@
/></noscript>
</head>
<body>
+ <div class="navbar navbar-default navbar-fixed-top">
+ <div class="container">
+ <div class="navbar-header">
+ <button
+ type="button"
+ class="navbar-toggle"
+ data-toggle="collapse"
+ data-target=".navbar-fixed-top .navbar-collapse"
+ >
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a
+ class="navbar-brand"
+ href="https://github.com/blueimp/jQuery-File-Upload"
+ >jQuery File Upload</a
+ >
+ </div>
+ <div class="navbar-collapse collapse">
+ <ul class="nav navbar-nav">
+ <li>
+ <a href="https://github.com/blueimp/jQuery-File-Upload/tags"
+ >Download</a
+ >
+ </li>
+ <li>
+ <a href="https://github.com/blueimp/jQuery-File-Upload"
+ >Source Code</a
+ >
+ </li>
+ <li>
+ <a href="https://github.com/blueimp/jQuery-File-Upload/wiki"
+ >Documentation</a
+ >
+ </li>
+ <li><a href="https://blueimp.net">&copy; Sebastian Tschan</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
<div class="container">
- <ul class="nav nav-tabs" id="navigation">
- <li>
- <a href="https://github.com/blueimp/jQuery-File-Upload">Project</a>
- </li>
- <li class="active">
- <a href="#">Demo</a>
- </li>
- <li>
- <a href="https://github.com/blueimp/jQuery-File-Upload/wiki">Wiki</a>
- </li>
- <li>
- <a href="https://blueimp.net">Author</a>
- </li>
- </ul>
- <h1 id="title">jQuery File Upload Demo</h1>
- <blockquote id="description">
+ <h1>jQuery File Upload Demo</h1>
+ <blockquote class="description">
<p>
File Upload widget with multiple file selection, drag&amp;drop
support, progress bars, validation and preview images, audio and video
@@ -137,7 +163,7 @@
>
<div
class="progress-bar progress-bar-success"
- style="width: 0%;"
+ style="width:0%;"
></div>
</div>
<!-- The extended global progress state -->
@@ -296,8 +322,8 @@
{% } %}
</script>
<script
- src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"
- integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh"
+ src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"
+ integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"
crossorigin="anonymous"
></script>
<!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
@@ -308,6 +334,12 @@
<script src="https://blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js"></script>
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
<script src="https://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js"></script>
+ <!-- Bootstrap JS is not required, but included for the responsive demo navigation -->
+ <script
+ src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
+ integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
+ crossorigin="anonymous"
+ ></script>
<!-- blueimp Gallery script -->
<script src="https://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<!-- The Iframe Transport is required for browsers without support for XHR file uploads -->