upload.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!doctype html>
  2. <!--[if lt IE 7]>
  3. <html class = "no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  4. <!--[if IE 7]>
  5. <html class = "no-js lt-ie9 lt-ie8"> <![endif]-->
  6. <!--[if IE 8]>
  7. <html class = "no-js lt-ie9"> <![endif]-->
  8. <!--[if gt IE 8]><!-->
  9. <html class="no-js">
  10. <!--<![endif]-->
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <meta name="viewport" content="width=device-width, initial-scale=1">
  15. <title>arkiwiJsBoilerplate</title>
  16. <meta name="description" content="Arkiwi JS Boilerplate">
  17. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  18. <!-- build:css styles/vendor.css -->
  19. <!-- bower:css -->
  20. <!-- endbower -->
  21. <!-- endbuild -->
  22. <!-- build:css(.tmp) styles/main.css -->
  23. <link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css">
  24. <link rel="stylesheet" href="styles/main.css">
  25. <!-- endbuild -->
  26. </head>
  27. <body>
  28. <!--[if lt IE 10]>
  29. <p class = "browsehappy">You are using an <strong>outdated</strong> browser. Please
  30. <a href = "http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  31. <![endif]-->
  32. <div class="container">
  33. <header>
  34. </header>
  35. <form target="arkiwi_hidden_iframe" id="arkiwifile" class="form-inline">
  36. <input type="file" id="hiddenfileinput" style="position: absolute; top: -1000px;">
  37. <input type="text" id="displayedfileinput"/>
  38. <button type="button" class="btn" id="displayedbrowsebutton">Browse</button>
  39. <!--<div class="input-xxlarge" style="margin: 0 auto; display: none;" id="fileprogressbar">
  40. <div class="progress progress-striped">
  41. <div class="bar" id="fileprogressbarinternal"></div>
  42. </div>
  43. <div>
  44. <span id="fileuploadpart">0</span><span> of </span><span id="fileuploadtotal"></span>
  45. </div>
  46. </div>-->
  47. <span class="help-block" id="instructions">Select a file to upload to Arkiwi asset store.</span>
  48. <button type="button" class="btn" id="uploadbutton" title="Upload to Arkiwi asset store">Upload</button>
  49. </form>
  50. </div>
  51. <!-- build:js scripts/vendor.js -->
  52. <!-- bower:js -->
  53. <script src="bower_components/jquery/dist/jquery.js"></script>
  54. <script src="bower_components/mustache/mustache.js"></script>
  55. <script src="bower_components/bower-parseuri/parseuri.js"></script>
  56. <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
  57. <!-- endbower -->
  58. <!-- endbuild -->
  59. <script src="scripts/arkiwi.js" type="text/javascript"></script>
  60. <script src="scripts/upload.js" type="text/javascript"></script>
  61. </body>
  62. </html>