<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Uploader Manual Tests</title>
<script type="text/javascript" src="/build/yui/yui.js"></script>
<style>
.yui3-skin-sam .redtext {
color:#ff0000;
}
div {
margin-top: 10px;
}
</style>
</head>
<body class="yui3-skin-sam">
<div id="UploadQueue Tests">Flash Uploader Tests</div>
<div id="prevElement" tabindex="0">Previous element</div>
<div id="fileselection" style="position:relative;width:200px;height:30px">
</div>
<div id="fileupload">
<button type="button" id="uploadButton" tabindex="0" class="yui3-button">Upload Files</button>
</div>
<div id="totalpercent"></div>
<div id="uploadinfo">
</div>
</div>
<script type="text/javascript" src="flashuploader.js"></script>
</body>
</html>