forked from CodeforKohoku/papamama
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfilteredList.html
More file actions
executable file
·32 lines (30 loc) · 1.67 KB
/
filteredList.html
File metadata and controls
executable file
·32 lines (30 loc) · 1.67 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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/ol.css" type="text/css">
<title>検索結果の一覧</title>
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap.css.map" type="text/css">
<link rel="stylesheet" href="css/jquery.mobile-1.4.4.css">
<link rel="stylesheet" href="css/base.css" type="text/css">
<link rel="stylesheet" href="css/icon-pack-custom.css">
<link rel="stylesheet" href="css/filteredList.css">
</head>
<body>
<div id="filterCondition" style="padding:10px 10px 20px 10px"></div>
<div id="filteredList" style="padding:0px 10px 0px 10px"></div>
<script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="js/jquery.mobile-1.4.4.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/v3.0.0/build/ol.js" type="text/javascript"></script>
<script src="js/ol_style.js" type="text/javascript"></script>
<script src="js/movecurrentlocationcontrol.js" type="text/javascript"></script>
<!-- <script src="js/movetolist.js" type="text/javascript"></script> -->
<script src="js/facilityfilter.js" type="text/javascript"></script>
<script src="js/papamamap.js" type="text/javascript"></script>
<script src="js/index.js" type="text/javascript"></script>
<script src="js/filteredList.js" type="text/javascript"></script>
</body>
</html>