uploader.html revision 70837a7c5871ea73a84ab67d8c34fcd9d2daa31c
<!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:15px;
}
</style>
</head>
<body class="yui3-skin-sam">
<div id="pageTitle" tabindex="0">Uploader Tests</div>
<div id="fileselection" style="position:relative;width:200px;height:30px;">
</div>
<div id="fileupload">
<button type="button" id="uploadButton" class="yui3-button" style="width:200px;height:30px;" tabindex="0">Upload Files</button>
</div>
<div id="totalpercent"></div>
<div id="uploadinfo">
</div>
</div>
<script type="text/javascript" src="uploader.js"></script>
</body>
</html>