-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaceholder.html
69 lines (66 loc) · 2.21 KB
/
placeholder.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html class="clientEdge">
<head>
<meta charset="utf-8">
<title>ModernActiveDesktop</title>
<link rel="stylesheet" href="css/98.css">
<link rel="stylesheet" href="css/placeholder.css">
<link id="scheme" rel="stylesheet" href="data:text/css,">
<style id="style"></style>
</head>
<body id="placeholder">
⮡
<mad-string data-locid="PH_CONTENT">
Click this button to configure
<br><br>
Or try one of the following:
</mad-string>
<br>
<div class="icon" onclick="openApp('channelbar')">
<img src="images/mad32.png" width="32" height="32"><br>
<div>
<mad-string data-locid="PH_APP_CB">ChannelBar</mad-string>
</div>
</div>
<div class="icon" onclick="openApp('jspaint')">
<img src="images/mspaint.png" width="32" height="32"><br>
<div>JSPaint</div>
</div>
<div class="icon" onclick="openApp('sol')">
<img src="images/sol.png" width="32" height="32"><br>
<div>
<mad-string data-locid="PH_APP_SOL">Solitaire</mad-string>
</div>
</div>
<div class="icon" onclick="openApp('clock')">
<img src="apps/clock/icon.png" width="32" height="32"><br>
<div>
<mad-string data-locid="PH_APP_CLOCK">Clock</mad-string>
</div>
</div>
<div id="visIcon" class="icon" onclick="openApp('vis')">
<img src="apps/visualizer/icon32.png" width="32" height="32"><br>
<div>
<mad-string data-locid="PH_APP_VIS">Visualizer</mad-string>
</div>
</div>
<div class="icon" onclick="openApp('cv')">
<img src="apps/channelviewer/images/icon32.png" width="32" height="32"><br>
<div>Channel<br>Viewer</div>
</div>
<div class="icon" onclick="openApp('calc')">
<img src="apps/calc/icon32.png" width="32" height="32"><br>
<div>
<mad-string data-locid="PH_APP_CALC">Calculator</mad-string>
</div>
</div>
<div class="icon" onclick="openYoutube()">
<img src="images/youtube.svg" width="32" height="32"><br>
<div>YouTube</div>
</div>
<script src="js/functions.js"></script>
<script src="js/MadStrings.js"></script>
<script src="js/libmad.js"></script>
<script src="js/placeholder.js"></script>
</body>
</html>