-
Notifications
You must be signed in to change notification settings - Fork 0
/
JsonXml.html
executable file
·141 lines (119 loc) · 3.52 KB
/
JsonXml.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
<!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>
<title></title>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<!--/.bootstrap 版型模組-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--/.jquery 源生模組-->
<script type="text/javascript" src="//code.jquery.com/jquery.js"></script>
<!--/.bootstrap 源生模組-->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!--/.針對上述各類源生模組定義-->
<script type="text/javascript" src="js/define.js"></script>
<!--/.啟動程式-->
<script type="text/javascript" src="js/initF150.js"></script>
</head>
<body>
<!--選單 -->
<div class="row">
<div class="menu1 col-xs-4 bg-primary">
<h4>
人口數
</h4>
<div class="peopleList">
<div class="checkbox">
<label>
<input type="checkbox" value="2afaa5e5-fc7f-47ad-870c-b698fb809bec"> 總居住人口
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 男生、女生的人口數
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox">0-14歲人口、15-64歲人口、65歲以上人口
</label>
</div>
</div>
<div>
-----------------------------------------------------
</div>
<h4>
車輛登記數
</h4>
<div class="carList">
<div class="checkbox">
<label>
<input type="checkbox" value="d8c09fc9-baa5-4043-b7a7-332d7e7f22c7"> 大客車
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 小客車
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 大貨車
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 小貨車
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 機器腳踏車
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 特種車
</label>
</div>
</div>
<div>
-----------------------------------------------------
</div>
<h4>
所得
</h4>
<div class="imcomeList">
<div class="checkbox">
<label>
<input type="checkbox"> 所得1
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 所得2
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> 所得3
</label>
</div>
</div>
</div>
<div class="menu2 col-xs-4 bg-info">
</div>
<div class="menu3 col-xs-4 bg-success">
</div>
</div><!--/.<div class="row">" -->
<div class="row">
<center>
<div id="table_div" style=" width:100%;height:500px;overflow-y:auto;"></div>
<div id="tmp" style=" width:100%;height:500px;overflow-y:auto;"></div>
</center>
<div id="chart2_div" style="float:right;align: center; width: 50%; height:50%;" >
</div>
<div id="chart1_div" style=" float:left;align: center; width: 50%; height:100%;" >
</div>
</div><!--/.<div class="col-xs-6" -->
</body>
</html>