|
@@ -14,31 +14,7 @@ This page contains photos from the Webcams on my 3D printers, live-updated every
|
14
|
14
|
<div id="date-am8">
|
15
|
15
|
<noscript>
|
16
|
16
|
<a href="//www.xythobuz.de/printer-am8.jpg">
|
17
|
|
- <img src="//www.xythobuz.de/printer-am8.jpg" alt="i3 AM8">
|
18
|
|
- </a>
|
19
|
|
- </noscript>
|
20
|
|
-</div>
|
21
|
|
-
|
22
|
|
-<hr>
|
23
|
|
-
|
24
|
|
-## CTC i3 Pro B
|
25
|
|
-
|
26
|
|
-<div id="date-2">
|
27
|
|
- <noscript>
|
28
|
|
- <a href="//www.xythobuz.de/printer-2.jpg">
|
29
|
|
- <img src="//www.xythobuz.de/printer-2.jpg" alt="CTC i3 Pro B">
|
30
|
|
- </a>
|
31
|
|
- </noscript>
|
32
|
|
-</div>
|
33
|
|
-
|
34
|
|
-<hr>
|
35
|
|
-
|
36
|
|
-## Fabrikator Mini V1.5
|
37
|
|
-
|
38
|
|
-<div id="date-1">
|
39
|
|
- <noscript>
|
40
|
|
- <a href="//www.xythobuz.de/printer.jpg">
|
41
|
|
- <img src="//www.xythobuz.de/printer.jpg" alt="Fabrikator Mini V1.5">
|
|
17
|
+ <img src="//www.xythobuz.de/printer-am8.jpg" alt="i3 AM8 Webcam Photo">
|
42
|
18
|
</a>
|
43
|
19
|
</noscript>
|
44
|
20
|
</div>
|
|
@@ -61,7 +37,7 @@ This page contains photos from the Webcams on my 3D printers, live-updated every
|
61
|
37
|
LastModUsingHeader("//www.xythobuz.de/printer-am8.jpg", function(i, u) {
|
62
|
38
|
var img = document.createElement("img");
|
63
|
39
|
img.src = window.URL.createObjectURL(i);
|
64
|
|
- img.alt = "CTC i3 Pro B";
|
|
40
|
+ img.alt = "i3 AM8 Webcam Photo";
|
65
|
41
|
|
66
|
42
|
var link = document.createElement("a");
|
67
|
43
|
link.href = "//www.xythobuz.de/printer-am8.jpg";
|
|
@@ -74,36 +50,4 @@ This page contains photos from the Webcams on my 3D printers, live-updated every
|
74
|
50
|
dt.appendChild(link);
|
75
|
51
|
dt.appendChild(up);
|
76
|
52
|
});
|
77
|
|
- LastModUsingHeader("//www.xythobuz.de/printer-2.jpg", function(i, u) {
|
78
|
|
- var img = document.createElement("img");
|
79
|
|
- img.src = window.URL.createObjectURL(i);
|
80
|
|
- img.alt = "CTC i3 Pro B";
|
81
|
|
-
|
82
|
|
- var link = document.createElement("a");
|
83
|
|
- link.href = "//www.xythobuz.de/printer-2.jpg";
|
84
|
|
- link.appendChild(img);
|
85
|
|
-
|
86
|
|
- var up = document.createElement("p");
|
87
|
|
- up.appendChild(document.createTextNode("Upload Date: " + u));
|
88
|
|
-
|
89
|
|
- var dt = document.getElementById("date-2");
|
90
|
|
- dt.appendChild(link);
|
91
|
|
- dt.appendChild(up);
|
92
|
|
- });
|
93
|
|
- LastModUsingHeader("//www.xythobuz.de/printer.jpg", function(i, u) {
|
94
|
|
- var img = document.createElement("img");
|
95
|
|
- img.src = window.URL.createObjectURL(i);
|
96
|
|
- img.alt = "Fabrikator Mini V1.5";
|
97
|
|
-
|
98
|
|
- var link = document.createElement("a");
|
99
|
|
- link.href = "//www.xythobuz.de/printer.jpg";
|
100
|
|
- link.appendChild(img);
|
101
|
|
-
|
102
|
|
- var up = document.createElement("p");
|
103
|
|
- up.appendChild(document.createTextNode("Upload Date: " + u));
|
104
|
|
-
|
105
|
|
- var dt = document.getElementById("date-1");
|
106
|
|
- dt.appendChild(link);
|
107
|
|
- dt.appendChild(up);
|
108
|
|
- });
|
109
|
53
|
</script>
|