-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path工作区列表.hta
53 lines (50 loc) · 1.77 KB
/
工作区列表.hta
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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="workspace/config.js"></script>
<script type="text/vbscript" src="res/script/load.vbs"></script>
<hta:application version="1.0.3" Applicationname="工作区" SingleInstance=yes scroll=no innerBorder=no selection=no />
<link rel="stylesheet" type="text/css" href="res/style/main.css" />
<script type="text/vbscript" src="res/script/run.vbs"></script>
<script type="text/javascript" src="res/script/bgp.js"></script>
<script type="text/javascript" src="res/script/time.js"></script>
<script type="text/javascript" src="res/script/list.js"></script>
<script type="text/javascript" src="res/script/onload.js"></script>
<script type="text/javascript" src="res/script/sino-num.js"></script>
<title>工作区列表</title>
</head>
<body>
<script>
ScpoUI.createBGP(CONFIG.maxBgp ? "./res/bgp/current-bgp.jpg" : CONFIG.bgp)
</script>
<div class="land" id="ltime">
<div class="blurBG"></div>
<h1 id="ltime_num"></h1>
<hr color="green" id="ltime_hr" />
<a id="ltime_chn"></a>
</div>
<div class="land" id="ltool">
<div class="blurBG"></div>
<b>其他位置</b>
<hr color="red" class="ltool_hr" />
<div class="ltool_air"></div>
</div>
<div id="main">
<div class="land" id="llist">
<div class="blurBG" style="filter: Alpha(opacity=0);"></div>
<span class="llist_hbox" id="llist_home" style="bottom: 6px;">
<div class="llist_hblk" style="background-color: #01cd0f;">
<span class="llist_homeText">
工作区<br />
<h2>快速访问</h2>
</span>
</div>
</span>
</div>
<div class="llist_foot"></div>
</div>
</body>
</html>