-
Notifications
You must be signed in to change notification settings - Fork 1
/
desktop.html
172 lines (172 loc) · 5.41 KB
/
desktop.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>
<head>
<title>AzuOS</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<!-- <div id=welcome class=welcome>
<script src=scripts/welcome.js></script>
<p class=welcometext>Welcome!</p>
</div>
--> <div id=desktop class=desktop>
<link rel="stylesheet" href="scripts/winbox.min.css">
<link rel="stylesheet" href="window.css">
<script src=scripts/winbox.min.js></script>
<script src=scripts/window.js></script>
<p class=sysver>AzuOS Alpha 5<br>By AzuSystem</p>
<div class=desktopIcons>
<div class=deskIcon>
<img width=40px src=assets/icons/folderopen.svg>
<p>File Explorer</p>
</div>
<a onclick='newWindow("Settings", false, "apps/settings/index.html")'>
<div class=deskIcon>
<img width=40px src=assets/icons/settings.svg>
<p>Settings</p>
</div>
</a>
<div class=deskIcon>
<img width=40px src=assets/icons/terminal.svg>
<p>Terminal</p>
</div>
<a onclick='newWindow("Window Test", false, "apps/windowTest/index.html")'>
<div class=deskIcon>
<img width=40px src=assets/icons/window.svg>
<p>Window Test</p>
</div>
</a>
<a onclick='newWindowAZML("AZML Test", false, "apps/AZMLTest/index.html")'>
<div class=deskIcon>
<img width=40px src=assets/icons/code.svg>
<p>AZML Test</p>
</div>
</a>
<a onclick='newWindow("Clock", false, "apps/clock/index.html")'>
<div class=deskIcon>
<img width=40px src=assets/icons/clock.svg>
<p>Clock</p>
</div>
</a>
<a onclick='newWindow("Dezunkrr", false, "apps/dezunkrr/index.html")'>
<div class=deskIcon>
<img width=40px src=assets/icons/questionmark.svg>
<p>Dezunkrr</p>
</div>
</a>
<a onclick='AzuDialog("Dialog Test", "yo how u doin?", true)'>
<div class=deskIcon>
<img width=40px src=assets/icons/exclamation.svg>
<p>Dialog Test</p>
</div>
</a>
<a onclick='newWindow("Apps Center", false, "apps/appcenter/index.html")'>
<div class=deskIcon>
<img width=40px src=assets/icons/gridview.svg>
<p>Apps Center</p>
</div>
</a>
</div>
<div id=daToast class=implementationToast>
<script src=scripts/toast.js></script>
<p>Not Implemented...</p>
</div>
<div id=startMenu class=start-menu>
<div class=startShadow>
<div class=startUser>
<img class=pfp src=assets/pfp/wallpaperCave-uwp4415391.jpeg>
<p class=start-menu-username>AzuUser</p>
<button onclick="powerDialog()" class=power-button>
<img width=30px height=30px src=assets/icons/power.svg>
</button>
</div>
</div>
<p class=pinapptitle>Pinned Apps <img height=15px src=assets/icons/pin.svg></p>
<hr class=menuhr>
<div class=startmenulist>
<a>
<div id=install class="listOption">
<img width=30 src=assets/icons/folderopen.svg>
<div class=listOptionText>
<p>File Manager</p>
</div>
</div>
</a>
<a onclick='newWindow("Settings", false, "apps/settings/index.html")'>
<div id=install class="listOption">
<img width=30 src=assets/icons/settings.svg>
<div class=listOptionText>
<p>Settings</p>
</div>
</div>
</a>
<a>
<div id=install class="listOption">
<img width=30 src=assets/icons/terminal.svg>
<div class=listOptionText>
<p>Terminal</p>
</div>
</div>
</a>
<a>
<div id=install class="listOption">
<img width=30 src=assets/icons/internet.svg>
<div class=listOptionText>
<p>Web Browser</p>
</div>
</div>
</a>
<a onclick='newWindow("Window Test", false, "apps/windowTest/index.html")'>
<div id=install class="listOption">
<img width=30 src=assets/icons/questionmark.svg>
<div class=listOptionText>
<p>Window Test</p>
</div>
</div>
</a>
<a onclick='newWindow("Pluto WebOS", false, "https://pluto-app.zeon.dev")'>
<div id=install class="listOption">
<img width=30 src=assets/icons/questionmark.svg>
<div class=listOptionText>
<p>Pluto</p>
</div>
</div>
</a>
</div>
</div>
<div class=taskbar>
<div id=taskbardate class=taskbar-date>
<h3 id="fulltime">00:00</h3>
<p id="date" class=taskDateText>January 1, 2000</p>
<script src="scripts/datetime.js"></script>
</div>
<script src=scripts/startmenu.js></script>
<button onclick="openStartMenu()" class="toolbarStart">
<img width=30px height=30px src=../assets/logo.svg>
</button>
<div class="toolbarTask" id=tbtasks></div>
<button onclick="notImplemented()" class="trayButton">
<img width=30px src=assets/icons/arrowup.svg>
</button>
<button onclick="wifiPanel()" class="wifi-Button">
<img width=20px src=assets/icons/wifi.svg>
</button>
<button onclick="notImplemented()" class="quickPanel-Button">
<img width=30px src=assets/icons/config.svg>
</button>
<button onclick="openTaskDate()" class="taskbarDate-Button">
<p id="time">00:00</p>
</button>
</div>
<!-- <div class=contextmenu>
<button class=contextmenubtn>Button 1</button>
<button class=contextmenubtn>Button 2</button>
<button class=contextmenubtn>Button 3</button>
</div>
-->
<script src=scripts/contextmenu.js></script>
<script src=api/contextmenu.js></script>
<script src=scripts/desktop.js></script>
</div>
</body>
</html>