Skip to content

Commit e13d65f

Browse files
committed
Added git upload folder and design process documentation
1 parent cdd9ff1 commit e13d65f

24 files changed

+1104
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
48.3 KB
Binary file not shown.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Delivery test Aidan</title>
6+
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>-->
7+
<script src="script.js"></script>
8+
<!--<script src="jscsv.js"></script>-->
9+
10+
</script>
11+
</head>
12+
13+
<body>
14+
<h1>Media delivery test</h1>
15+
<h2>Choose tags</h2>
16+
<form>
17+
<input type="checkbox" name="tag" value="Politics">Politics<br>
18+
<input type="checkbox" name="tag" value="Business">Business<br>
19+
<input type="checkbox" name="tag" value="Technology">Technology<br>
20+
<input type="checkbox" name="tag" value="Sports">Sports<br>
21+
<input type="checkbox" name="tag" value="Science">Science<br>
22+
<input type="checkbox" name="tag" value="Entertainment">Entertainment<br>
23+
<input type="checkbox" name="tag" value="Food">Food<br>
24+
<input type="checkbox" name="tag" value="Travel">Travel<br>
25+
<input type="checkbox" name="tag" value="Local">Local<br>
26+
<input type="button" value="Apply" onClick="JavaScript:runTest()">
27+
<input type="reset" value="Reset Checkboxes">
28+
</form>
29+
<h2>Audio file below</h2>
30+
<audio controls>
31+
<source src="blank" type="audio/mpeg">
32+
</audio>
33+
<br>
34+
<h3>Tag selected:</h3>
35+
<p id="tagTest"></p>
36+
<br>
37+
<h3>Selected file:</h3>
38+
<p>(Filename, Article title, Date of Pub, Article URL, Narrator's username, Tags (comma-separated), Upload timestamp, Upvotes, Downvotes, Ranking)</p>
39+
<p id="selectionTest"></p>
40+
</body>
41+
42+
</html>

0 commit comments

Comments
 (0)