2014-10-13 09:32:22 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-10-17 11:40:58 -07:00
|
|
|
<title>MSQur</title>
|
|
|
|
<meta name="description" content="Megasquirt tune file sharing site">
|
2014-10-13 09:32:22 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="msqur.css" />
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css" />
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
|
2014-10-17 11:40:58 -07:00
|
|
|
<script src="lib/tablesorter/jquery.tablesorter.min.js"></script>
|
2014-10-13 09:32:22 -07:00
|
|
|
<script src="msqur.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2014-11-02 21:45:26 -08:00
|
|
|
<div id="navigation"><span><button id="btnUpload">Upload</button></span><span><a href="browse.php">Browse</a></span><span><a href="search.php">Search</a></span><span><a href="stats.php">Stats</a></span><span id="aboutLink">About</span></div>
|
2014-10-16 14:03:45 -07:00
|
|
|
<div id="upload" style="display:none;">
|
|
|
|
<form action="index.php" method="post" enctype="multipart/form-data">
|
|
|
|
<div id="fileDropZone">Drop files here
|
|
|
|
<input type="file" id="fileSelect" name="files[]" multiple />
|
|
|
|
</div>
|
|
|
|
<output id="fileList"></output>
|
|
|
|
<input type="hidden" name="upload" value="upload" style="display:none;">
|
|
|
|
</form>
|
2014-10-15 14:11:23 -07:00
|
|
|
</div>
|
2014-10-17 11:40:58 -07:00
|
|
|
<div id="settings">
|
|
|
|
<img id="settingsIcon" src="img/settings3.png"/>
|
|
|
|
<div id="settingsPanel" style="display:none;">
|
|
|
|
<label><input type="checkbox" checked />Colorize</label>
|
2014-11-02 21:45:26 -08:00
|
|
|
<label><input type="checkbox" checked />Normalize Axis</label>
|
|
|
|
<label><input type="checkbox" disabled />Normalize Data</label>
|
2014-10-17 11:40:58 -07:00
|
|
|
</div>
|
|
|
|
</div>
|