-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
50 lines (47 loc) · 1.99 KB
/
popup.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title local-data-html="appname">Timeviewer</title>
<link rel="stylesheet" href="css/popup.css?t=2018062201" />
<script src="scripts/jquery.js?t=2018062201"></script>
<script src="scripts/site.js"></script>
<script src="scripts/common.js?t=2018062201"></script>
<script src="scripts/popup.js?t=2018062201"></script>
</head>
<body>
<div class="title">
<span id="title" local-data-html="appname"></span>
</div>
<div class="columnname">
<ul>
<li class="sitecolumn" local-data-html="title_site"></li>
<li class="timecolumn" local-data-html="title_time"></li>
<li class="ratiocolumn" local-data-html="title_ratio"></li>
</ul>
</div>
<div id="detail">
<div id="detailleft">
</div>
<div id="detailright">
</div>
</div>
<div class="operate">
<div id="switchDetailType" local-data-title="tip_total">
<div class="switchPanel">
<span id="spanToday" local-data-html="switchbtn_today"></span>
<span id="spanTotal" local-data-html="switchbtn_total"></span>
<div id="switchSlider"></div>
</div>
</div>
<div class="filltemp"></div>
<div id="settingbtn">
<span class="x-settings">
<svg aria-hidden="true" class="octicon octicon-gear" height="16" version="1.1" viewbox="0 0 14 16" width="14">
<path fill-rule="evenodd" d="M14 8.77v-1.6l-1.94-.64-.45-1.09.88-1.84-1.13-1.13-1.81.91-1.09-.45-.69-1.92h-1.6l-.63 1.94-1.11.45-1.84-.88-1.13 1.13.91 1.81-.45 1.09L0 7.23v1.59l1.94.64.45 1.09-.88 1.84 1.13 1.13 1.81-.91 1.09.45.69 1.92h1.59l.63-1.94 1.11-.45 1.84.88 1.13-1.13-.92-1.81.47-1.09L14 8.75v.02zM7 11c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"></path>
</svg>
<span local-data-html="option"></span>
</span>
</div>
</div>
</body>
</html>