Mercurial > hg > webaudioevaluationtool
comparison test.html @ 2538:464c6c6692d6
Beautified entire project.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 14 Nov 2016 14:17:03 +0000 |
parents | 8be11a6d8b59 |
children | 77204f78386a |
comparison
equal
deleted
inserted
replaced
2536:527020a63203 | 2538:464c6c6692d6 |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html lang="en"> | 2 <html lang="en"> |
3 <head> | 3 |
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | 4 <head> |
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
5 | 6 |
6 | 7 |
7 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | 8 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame |
8 Remove this if you use the .htaccess --> | 9 Remove this if you use the .htaccess --> |
9 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | 10 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
10 | 11 |
11 <title>Web Audio Evaluation Tool</title> | 12 <title>Web Audio Evaluation Tool</title> |
12 <meta name="description" content="" /> | 13 <meta name="description" content="" /> |
13 <meta name="author" content="" /> | 14 <meta name="author" content="" /> |
14 | |
15 <!-- Load up the default core JS and CSS files--> | |
16 <link rel='stylesheet' type='text/css' href='css/core.css'> | |
17 <!-- Use jQuery hosted from Google CDN --> | |
18 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> | |
19 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> | |
20 <script type="text/javascript" src="js/loader.js"></script> | |
21 </head> | |
22 | 15 |
23 <body> | 16 <!-- Load up the default core JS and CSS files--> |
24 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> | 17 <link rel='stylesheet' type='text/css' href='css/core.css'> |
25 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> | 18 <!-- Use jQuery hosted from Google CDN --> |
26 <div id='topLevelBody'> | 19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> |
27 <span>Web Audio Evaluation Toolbox</span> | 20 <script type="text/javascript" src="js/jquery-2.1.4.js"></script> |
28 </div> | 21 <script type="text/javascript" src="js/loader.js"></script> |
29 <div id="popupHolder" class="popupHolder" style="visibility: hidden"> | 22 </head> |
30 <div id="popupContent"> | 23 |
31 <div id="popupTitleHolder"> | 24 <body> |
32 <span id="popupTitle"></span> | 25 <!-- Load up the default page interface allowing for project setting loads, even if hard-coded--> |
33 </div> | 26 <!-- Actual test interface design should be contained in the .js for ease of dynamic content--> |
34 <div id="popupResponse"></div> | 27 <div id='topLevelBody'> |
28 <span>Web Audio Evaluation Toolbox</span> | |
29 </div> | |
30 <div id="popupHolder" class="popupHolder" style="visibility: hidden"> | |
31 <div id="popupContent"> | |
32 <div id="popupTitleHolder"> | |
33 <span id="popupTitle"></span> | |
35 </div> | 34 </div> |
36 <button id="popup-proceed" class="popupButton">Next</button> | 35 <div id="popupResponse"></div> |
37 <button id="popup-previous" class="popupButton">Back</button> | |
38 </div> | 36 </div> |
39 <div class="testHalt" style="visibility: hidden"></div> | 37 <button id="popup-proceed" class="popupButton">Next</button> |
40 </body> | 38 <button id="popup-previous" class="popupButton">Back</button> |
39 </div> | |
40 <div class="testHalt" style="visibility: hidden"></div> | |
41 </body> | |
42 | |
41 </html> | 43 </html> |