~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/tests/uploader/tests/manual/html5uploader.html

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
 
<html>
3
 
<head>
4
 
    <title>Uploader Manual Tests</title>
5
 
    <script type="text/javascript" src="../../../../build/yui/yui.js"></script>
6
 
<style>
7
 
.yui3-skin-sam .redtext {
8
 
        color:#ff0000;
9
 
}
10
 
</style>
11
 
</head>
12
 
<body class="yui3-skin-sam">
13
 
 
14
 
 
15
 
<div id="UploadQueue Tests">HTML5 Uploader Tests</div>
16
 
<div id="fileselection" style="position:relative;width:200px;">
17
 
</div>
18
 
<div id="fileupload">
19
 
<button type="button" id="uploadButton">Upload Files</button>
20
 
</div>
21
 
<div id="totalpercent"></div>
22
 
<div id="uploadinfo">
23
 
</div>
24
 
</div>
25
 
 
26
 
<script type="text/javascript" src="html5uploader.js"></script>
27
 
</body>
28
 
</html>