diff --git a/index.html b/index.html index 006c002..683f1fb 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,21 @@

VTP6

"Unit 10", "Unit 11", "Unit 12", - ]] + ]], + ["German GCSE", [ + "Unit 1", + "Unit 2", + "Unit 3", + "Unit 4", + "Unit 5", + "Unit 6", + "Unit 7", + "Unit 8", + "Unit 9", + "Unit 10", + "Unit 11", + "Unit 12", + ]], ]; // Link creation is automated diff --git a/load.js b/load.js index 334e89e..cd727d8 100644 --- a/load.js +++ b/load.js @@ -2,20 +2,20 @@ const sub = document.getElementById("sub"); -LIST_OF_LINKS.forEach(p => { - let [a, b] = p; - let det = document.createElement("details"); - let sum = document.createElement("summary"); - sum.innerHTML = a; - det.appendChild(sum); - let ul = document.createElement("ul"); - b.forEach(s => { - let newli = document.createElement("li"); - newli.innerHTML = `` + s + ``; - ul.appendChild(newli); - }); - det.appendChild(ul); - document.body.insertBefore(det, sub); - document.body.insertBefore(document.createElement("br"), sub); - document.body.insertBefore(document.createElement("br"), sub); -}); \ No newline at end of file +LIST_OF_LINKS.forEach(([a, b]) => { + let det = document.createElement("details"); + let sum = document.createElement("summary"); + sum.innerHTML = a; + det.appendChild(sum); + let ul = document.createElement("ul"); + b.forEach((s) => { + let newli = document.createElement("li"); + newli.innerHTML = + `` + s + ``; + ul.appendChild(newli); + }); + det.appendChild(ul); + document.body.insertBefore(det, sub); + document.body.insertBefore(document.createElement("br"), sub); + document.body.insertBefore(document.createElement("br"), sub); +}); diff --git a/sets/GermanGCSEUnit1/index.html b/sets/GermanGCSEUnit1/index.html new file mode 100644 index 0000000..6444256 --- /dev/null +++ b/sets/GermanGCSEUnit1/index.html @@ -0,0 +1,143 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit10/index.html b/sets/GermanGCSEUnit10/index.html new file mode 100644 index 0000000..0f04736 --- /dev/null +++ b/sets/GermanGCSEUnit10/index.html @@ -0,0 +1,65 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit11/index.html b/sets/GermanGCSEUnit11/index.html new file mode 100644 index 0000000..c809789 --- /dev/null +++ b/sets/GermanGCSEUnit11/index.html @@ -0,0 +1,76 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit12/index.html b/sets/GermanGCSEUnit12/index.html new file mode 100644 index 0000000..1c658f2 --- /dev/null +++ b/sets/GermanGCSEUnit12/index.html @@ -0,0 +1,56 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit2/index.html b/sets/GermanGCSEUnit2/index.html new file mode 100644 index 0000000..1f0843c --- /dev/null +++ b/sets/GermanGCSEUnit2/index.html @@ -0,0 +1,149 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit3/index.html b/sets/GermanGCSEUnit3/index.html new file mode 100644 index 0000000..f3c1332 --- /dev/null +++ b/sets/GermanGCSEUnit3/index.html @@ -0,0 +1,157 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit4/index.html b/sets/GermanGCSEUnit4/index.html new file mode 100644 index 0000000..4aecf33 --- /dev/null +++ b/sets/GermanGCSEUnit4/index.html @@ -0,0 +1,166 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit5/index.html b/sets/GermanGCSEUnit5/index.html new file mode 100644 index 0000000..40b5b85 --- /dev/null +++ b/sets/GermanGCSEUnit5/index.html @@ -0,0 +1,132 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit6/index.html b/sets/GermanGCSEUnit6/index.html new file mode 100644 index 0000000..f2422b6 --- /dev/null +++ b/sets/GermanGCSEUnit6/index.html @@ -0,0 +1,123 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit7/index.html b/sets/GermanGCSEUnit7/index.html new file mode 100644 index 0000000..853a64a --- /dev/null +++ b/sets/GermanGCSEUnit7/index.html @@ -0,0 +1,127 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit8/index.html b/sets/GermanGCSEUnit8/index.html new file mode 100644 index 0000000..cfd1857 --- /dev/null +++ b/sets/GermanGCSEUnit8/index.html @@ -0,0 +1,134 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/GermanGCSEUnit9/index.html b/sets/GermanGCSEUnit9/index.html new file mode 100644 index 0000000..bfe13ff --- /dev/null +++ b/sets/GermanGCSEUnit9/index.html @@ -0,0 +1,111 @@ + + + + + + VTP6 + + + + + +

VTP6

+ + + + \ No newline at end of file diff --git a/sets/LatinGCSEEngToLatPage1/index.html b/sets/LatinGCSEEngToLatPage1/index.html index 7faf62c..2d0c70d 100644 --- a/sets/LatinGCSEEngToLatPage1/index.html +++ b/sets/LatinGCSEEngToLatPage1/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinGCSEEngToLatPage2/index.html b/sets/LatinGCSEEngToLatPage2/index.html index 17ab900..891f995 100644 --- a/sets/LatinGCSEEngToLatPage2/index.html +++ b/sets/LatinGCSEEngToLatPage2/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinGCSEPage1/index.html b/sets/LatinGCSEPage1/index.html index be5ab1a..89cb69d 100644 --- a/sets/LatinGCSEPage1/index.html +++ b/sets/LatinGCSEPage1/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinGCSEPage2/index.html b/sets/LatinGCSEPage2/index.html index a1af26c..b7f2ff5 100644 --- a/sets/LatinGCSEPage2/index.html +++ b/sets/LatinGCSEPage2/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinGCSEPage3/index.html b/sets/LatinGCSEPage3/index.html index 9bc9177..9acfcd2 100644 --- a/sets/LatinGCSEPage3/index.html +++ b/sets/LatinGCSEPage3/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinGCSEPage4/index.html b/sets/LatinGCSEPage4/index.html index 86fb998..5be0f75 100644 --- a/sets/LatinGCSEPage4/index.html +++ b/sets/LatinGCSEPage4/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinGCSEPage5/index.html b/sets/LatinGCSEPage5/index.html index 59dd803..65927d2 100644 --- a/sets/LatinGCSEPage5/index.html +++ b/sets/LatinGCSEPage5/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinGCSEPage6/index.html b/sets/LatinGCSEPage6/index.html index 232a501..334c2b2 100644 --- a/sets/LatinGCSEPage6/index.html +++ b/sets/LatinGCSEPage6/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinToGCSEChapter1/index.html b/sets/LatinToGCSEChapter1/index.html index b939ba6..5722e0d 100644 --- a/sets/LatinToGCSEChapter1/index.html +++ b/sets/LatinToGCSEChapter1/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinToGCSEChapter2/index.html b/sets/LatinToGCSEChapter2/index.html index db43aae..756feb7 100644 --- a/sets/LatinToGCSEChapter2/index.html +++ b/sets/LatinToGCSEChapter2/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinToGCSEChapter3/index.html b/sets/LatinToGCSEChapter3/index.html index 8050b8a..0a5a4b8 100644 --- a/sets/LatinToGCSEChapter3/index.html +++ b/sets/LatinToGCSEChapter3/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinToGCSEChapter4/index.html b/sets/LatinToGCSEChapter4/index.html index 47a9ac7..272c892 100644 --- a/sets/LatinToGCSEChapter4/index.html +++ b/sets/LatinToGCSEChapter4/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinToGCSEChapter5/index.html b/sets/LatinToGCSEChapter5/index.html index 5fc21ce..b4ccc48 100644 --- a/sets/LatinToGCSEChapter5/index.html +++ b/sets/LatinToGCSEChapter5/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/LatinToGCSEChapter6/index.html b/sets/LatinToGCSEChapter6/index.html index 77ebb48..004cff4 100644 --- a/sets/LatinToGCSEChapter6/index.html +++ b/sets/LatinToGCSEChapter6/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit1/index.html b/sets/SpanishGCSEUnit1/index.html index e2ae1c5..c5eae2e 100644 --- a/sets/SpanishGCSEUnit1/index.html +++ b/sets/SpanishGCSEUnit1/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit10/index.html b/sets/SpanishGCSEUnit10/index.html index 6b5fa57..cf90d54 100644 --- a/sets/SpanishGCSEUnit10/index.html +++ b/sets/SpanishGCSEUnit10/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit11/index.html b/sets/SpanishGCSEUnit11/index.html index ae4a112..3d30c8e 100644 --- a/sets/SpanishGCSEUnit11/index.html +++ b/sets/SpanishGCSEUnit11/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit12/index.html b/sets/SpanishGCSEUnit12/index.html index ea9df3d..2729dff 100644 --- a/sets/SpanishGCSEUnit12/index.html +++ b/sets/SpanishGCSEUnit12/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit2/index.html b/sets/SpanishGCSEUnit2/index.html index 43a62a1..d669f8c 100644 --- a/sets/SpanishGCSEUnit2/index.html +++ b/sets/SpanishGCSEUnit2/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit3/index.html b/sets/SpanishGCSEUnit3/index.html index fc65e9c..1e4381f 100644 --- a/sets/SpanishGCSEUnit3/index.html +++ b/sets/SpanishGCSEUnit3/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit4/index.html b/sets/SpanishGCSEUnit4/index.html index 5cfca54..bc2f4d5 100644 --- a/sets/SpanishGCSEUnit4/index.html +++ b/sets/SpanishGCSEUnit4/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit5/index.html b/sets/SpanishGCSEUnit5/index.html index 84d5525..4e4ed40 100644 --- a/sets/SpanishGCSEUnit5/index.html +++ b/sets/SpanishGCSEUnit5/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit6/index.html b/sets/SpanishGCSEUnit6/index.html index 6704201..87b3375 100644 --- a/sets/SpanishGCSEUnit6/index.html +++ b/sets/SpanishGCSEUnit6/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit7/index.html b/sets/SpanishGCSEUnit7/index.html index 37a956c..4018522 100644 --- a/sets/SpanishGCSEUnit7/index.html +++ b/sets/SpanishGCSEUnit7/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit8/index.html b/sets/SpanishGCSEUnit8/index.html index 41d3713..f21272d 100644 --- a/sets/SpanishGCSEUnit8/index.html +++ b/sets/SpanishGCSEUnit8/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/SpanishGCSEUnit9/index.html b/sets/SpanishGCSEUnit9/index.html index 9446865..3a8655d 100644 --- a/sets/SpanishGCSEUnit9/index.html +++ b/sets/SpanishGCSEUnit9/index.html @@ -1,6 +1,6 @@ - + VTP6 diff --git a/sets/main.js b/sets/main.js index 09900c5..3115f82 100644 --- a/sets/main.js +++ b/sets/main.js @@ -282,9 +282,9 @@ function update_slider() { let slider = document.createElement("input"); slider.setAttribute("type", "range"); -slider.setAttribute("value", lst.length); slider.min = 1; slider.max = lst.length; +slider.setAttribute("value", lst.length); slider.id = "sld"; slider.name = "sld"; document.body.appendChild(slider); diff --git a/sets/template.txt b/sets/template.txt index 10b2c8a..d9de9c6 100644 --- a/sets/template.txt +++ b/sets/template.txt @@ -1,6 +1,6 @@ - + VTP6