-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
239 lines (197 loc) · 9.92 KB
/
contact.php
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="assets/img/logo_phitsanulok.gif">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>พิษณุโลก 4.0 ระบบสนุบสนุนการตัดสินใจรายครัวเรือน</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<!-- Animation library for notifications -->
<link href="assets/css/animate.min.css" rel="stylesheet"/>
<!-- Light Bootstrap Table core CSS -->
<link href="assets/css/light-bootstrap-dashboard.css" rel="stylesheet"/>
<!-- CSS for Demo Purpose, don't include it in your project -->
<link href="assets/css/demo.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
<link href="assets/css/pe-icon-7-stroke.css" rel="stylesheet" />
<script language=Javascript>
function Inint_AJAX() {
try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) {}
try { return new ActiveXObject("Microsoft.XMLHTTP"); } catch(e) {}
try { return new XMLHttpRequest(); } catch(e) {}
alert("XMLHttpRequest not supported");
return null;
};
function dochange(src, val) {
var req = Inint_AJAX();
req.onreadystatechange = function () {
if (req.readyState==4) {
if (req.status==200) {
document.getElementById(src).innerHTML=req.responseText;
}
}
};
req.open("GET", "location.php?data="+src+"&val="+val);
req.send(null);
}
window.onLoad=dochange('amphoe_name', -1);
</script>
</head>
<body>
<div class="wrapper">
<div class="sidebar" data-image="assets/img/sidebar-1.jpg">
<!--
Tip 1: you can change the color of the sidebar using: data-color="blue | azure | green | orange | red | purple"
Tip 2: you can also add an image using data-image tag
-->
<div class="sidebar-wrapper">
<div class="logo">
<a href="http://www2.cgistln.nu.ac.th/phs40/index.php" class="simple-text">
<img src="assets/img/logo_gist_260px_white.png" width="80%" alt="">
</a>
</div>
<ul class="nav">
<li>
<a href="index.php">
<i class="pe-7s-home"></i>
<p>หน้าแรก</p>
</a>
</li>
<li>
<a href="gis_phs.php">
<i class="pe-7s-map-2"></i>
<p>ข้อมูลภูมิสารสนเทศ</p>
</a>
</li>
<li>
<a href="add_point.php">
<i class="pe-7s-map-marker"></i>
<p>เพิ่มตำแหน่งครัวเรือน</p>
</a>
</li>
<li>
<a href="pop_phs.php">
<i class="pe-7s-note2"></i>
<p>ประชากร</p>
</a>
</li>
<li>
<a href="elders.php">
<i class="pe-7s-users"></i>
<p>ผู้สูงอายุ</p>
</a>
</li>
<li>
<a href="dengue.php">
<i class="pe-7s-radio"></i>
<p>สถานการณ์ไข้เลือดออก</p>
</a>
</li>
<li>
<a href="rain_phs.php">
<i class="pe-7s-umbrella"></i>
<p>สถานการณ์น้ำฝน</p>
</a>
</li>
<li>
<a href="fire_phs.php">
<i class="pe-7s-speaker"></i>
<p>สถานการณ์ไฟป่า</p>
</a>
</li>
<li class="active-pro">
<a href="contact.php">
<i class="pe-7s-user"></i>
<p>ติดต่อหน่วยงาน</p>
</a>
</li>
</ul>
</div>
</div>
<div class="main-panel">
<nav class="navbar navbar-default navbar-fixed">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example-2">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
</div>
</div>
</nav>
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-7">
<div class="card">
<div class="content">
<div class="row">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3288.1348726358638!2d100.19216939705213!3d16.741998267646192!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30dfbea2ae8ac66d%3A0xbd6f8f18a85e7f27!2z4Liq4LiW4Liy4LiZ4Lig4Li54Lih4Li04Lig4Liy4LiE4LmA4LiX4LiE4LmC4LiZ4LmC4Lil4Lii4Li14Lit4Lin4LiB4Liy4Lio4LmB4Lil4Liw4Lig4Li54Lih4Li04Liq4Liy4Lij4Liq4LiZ4LmA4LiX4LioIOC4oOC4suC4hOC5gOC4q-C4meC4t-C4reC4leC4reC4meC4peC5iOC4suC4hw!5e1!3m2!1sen!2sth!4v1502251658090" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<div class="card card-user">
<div class="image">
<img src="http://www.cgistln.nu.ac.th/cgistln/wp-content/uploads/2017/04/00002.jpg" alt="..."/>
</div>
<div class="content">
<div class="author">
<a href="#">
<img src="http://www.cgistln.nu.ac.th/gistweb_2013/images/logo_gistv1.png" width="50%">
<h5 class="title">สถานภูมิภาคเทคโนโลยีอวกาศและภูมิสารสนเทศ ภาคเหนือตอนล่าง มหาวิทยาลัยนเรศวร<br />
<small>Regional Center of Geo-Informatics and Space Technology, Lower Northern Region,
Naresuan University</small>
</h5>
</a>
</div>
<p class="description text-center"><hr> ที่ตั้ง<br>
ชั้น 4 ตึก A อาคารมหาธรรมราชา มหาวิทยาลัยนเรศวร อำเภอเมือง จังหวัดพิษณุโลก 65000<br>
<hr>โทรศัพท์ 055-968707<br>
โทรสาร 055-968807<br>
E-Mail : [email protected]
</p>
</div>
<hr>
<div class="text-center">
<a href="https://www.facebook.com/Gistlnnu" class="btn btn-simple"><i class="fa fa-facebook-square"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<p class="copyright pull-right">
© 2017 <a href="http://www.cgistln.nu.ac.th/">GISTNU, </a> Regional Center of Geo-Informatics and Space Technology, Lower Northern Region, Naresuan University
</p>
</div>
</footer>
</div>
</div>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Checkbox, Radio & Switch Plugins -->
<script src="assets/js/bootstrap-checkbox-radio-switch.js"></script>
<!-- Charts Plugin -->
<script src="assets/js/chartist.min.js"></script>
<!-- Notifications Plugin -->
<script src="assets/js/bootstrap-notify.js"></script>
<!-- Light Bootstrap Table Core javascript and methods for Demo purpose -->
<script src="assets/js/light-bootstrap-dashboard.js"></script>
<!-- Light Bootstrap Table DEMO methods, don't include it in your project! -->
<script src="assets/js/demo.js"></script>
</html>