-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdesktop.html
More file actions
68 lines (61 loc) · 2.01 KB
/
desktop.html
File metadata and controls
68 lines (61 loc) · 2.01 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Development Desktop</title>
<link rel="stylesheet" type="text/css" href="../../lib/ext-3.4.0/resources/css/ext-all.css"/>
<link rel="stylesheet" type="text/css" href="../../lib/ext-3.4.0/ux/css/ext-ux-min.css"/>
<link rel="stylesheet" type="text/css" href="css/desktop-min.css"/>
<style type="text/css">
.x-selectable, .x-selectable * {
-moz-user-select: text !important;
-khtml-user-select: text !important;
}
</style>
<!-- GC -->
<!-- LIBS -->
<script type="text/javascript" src="../../lib/ext-3.4.0/adapter/ext/ext-base.js">
</script>
<!-- ENDLIBS -->
<script type="text/javascript" src="../../lib/ext-3.4.0/ext-all.js"></script>
<script type="text/javascript" src="../../lib/ext-3.4.0/ext-ux-min.js"></script>
<script type="text/javascript">
var fisheye = false;
</script>
<script type="text/javascript" src="bin/all-js-min.js">
</script>
</head>
<body scroll="no" class="alv-ie">
<div id="ux-wizard-window-top">
</div>
<div id="x-desktop">
<div id="fisheye-menu"></div>
<dl id="x-shortcuts">
<dt id="dblogins-shortcut">
<a href="#"><img src="images/s.gif"/>
<div>Token Manager</div>
</a>
</dt>
<dt id="dslogins-shortcut">
<a href="#"><img src="images/s.gif"/>
<div>Animation Studio</div>
</a>
</dt>
<dt id="tokentables-shortcut">
<a href="#"><img src="images/s.gif"/>
<div>Todays Specials</div>
</a>
</dt>
</dl>
</div>
<div id="ux-taskbar">
<div id="ux-taskbar-start">
</div>
<div id="ux-taskbuttons-panel">
</div>
<div class="x-clear">
</div>
</div>
</body>
</html>