<!DOCTYPE html><htmllang="en"><head><title></title><linkrel="stylesheet"href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"><linkrel="stylesheet"href="stylesheets/theme.css"><linkrel="stylesheet"href="stylesheets/login.css"><linkrel="stylesheet"href="stylesheets/upload.css"></head><body><sectionclass="loginform cf"><h1class="centered"></h1><divclass="resumable-error"> Your browser, unfortunately, is not supported by Resumable.js. The library requires support for <ahref="http://www.w3.org/TR/FileAPI/">the HTML5 File API </a>along with <ahref="http://www.w3.org/TR/FileAPI/#normalization-of-params">file slicing</a></div><divclass="resumable-drop"><span>Drop image files here to upload or </span><aclass="resumable-browse">select from your computer</a></div><divclass="resumable-progress"><table><tr><tdwidth="100%"><divclass="progress-container"><divclass="progress-bar"></div></div></td><tdclass="progress-text"nowrap="nowrap"></td><tdclass="progress-pause"nowrap="nowrap"><aclass="progress-resume-link"href="#"onclick="r.upload(); return(false);"><iclass="fa fa-play"title="Resume upload"></i></a><aclass="progress-pause-link"href="#"onclick="r.pause(); return(false);"><iclass="fa fa-pause"title="Pause upload"></i></a><aclass="progress-cancel-link"href="#"onclick="r.cancel(); return(false);"><iclass="fa fa-stop"title="Cancel upload"></i></a></td></tr></table><ulclass="resumable-list"></ul></div></section><!-- App settings--><script src="js/app-settings.js"></script><!-- Socket.IO--><script src="//cdn.socket.io/socket.io-1.3.5.js"></script><!-- jQuery--><script src="//code.jquery.com/jquery-2.1.3.js"></script><!-- Resumable.js--><script src="js/resumable.js"></script><!-- Upload script--><script src="js/events-upload.js"></script></body></html>