forked from ryoya-fujimoto/refuge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
maps.html
202 lines (173 loc) · 7.29 KB
/
maps.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Rescue</title>
<!-- <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<link rel="stylesheet" type="text/css" href="jquery-easyui-1.3.3/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="jquery-easyui-1.3.3/themes/icon.css">
<link rel="stylesheet" type="text/css" href="jquery-easyui-1.3.3/demo/demo.css">
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="jquery-easyui-1.3.3/jquery.easyui.min.js"></script>
<script type="text/javascript" src="http://lodcu.cs.chubu.ac.jp:8080/SparqlEPCU/RDFmgr/rdfmgr-2.0.0.js"></script>
<script type="text/javascript" src="js/markerclusterer_compiled.js"></script>
<script type="text/javascript" src="js/script2.js"></script>
<script type="text/javascript" src="js/linkdata_map.js"></script>
<style type="text/css">
body {
font-size: 100%;
color: #000000;
}
span.sample1 {
font-size: 9ex;
color: white;
}
</style>
</head>
<body class="easyui-layout" >
<!-- ファイル読み込みエリア -->
<div id="p" class="easyui-panel" title=""
style="height:125px;padding:20px;background:#eeeeee;"
data-options="iconCls:'icon-save',closable:false, collapsible:false,collapsed:true,minimizable:false,maximizable:false">
<table align="left">
<tr>
<td>プロジェクトID:</td>
</tr>
<tr>
<td><input id="setting_id" class="easyui-validatebox" type="text" name="name" data-options="required:true" value="testKU"></input></td>
</tr>
</table>
<!--
<table align="left">
<tr>
<td>表示タイプ:未実装なんでもあり</td>
</tr>
<tr>
<td>
<select class="easyui-combobox" name="state" style="width:150px;">
<option value="">表示タイプを選択</option>
<option value="GMAP">地図タイプ</option>
<option value="GLAPH">グラフタイプ</option>
<option value="TABLE">表タイプ</option>
</select>
</td>
</tr>
</table>
-->
<table align="left">
<tr>
<td>名前のプロパティ:</td>
</tr>
<tr>
<td><input id="setting_name" class="easyui-validatebox" type="text" name="name" data-options="required:true" value="name"></input></td>
</tr>
</table>
<table align="left">
<tr>
<td>緯度のプロパティ:</td>
</tr>
<tr>
<td><input id="setting_lat" class="easyui-validatebox" type="text" name="lat" data-options="required:true"value="lat" ></input></td>
</tr>
</table>
<table align="left">
<tr>
<td>経度のプロパティ:</td>
</tr>
<tr>
<td><input id="setting_long" class="easyui-validatebox" type="text" name="long" data-options="required:true" value="lng"></input></td>
</tr>
</table>
<br>
<div style="padding:5px;">
<a href="#" class="easyui-linkbutton" onclick="settingedit()">Used Project</a>
</div>
<br><br>
</div>
<!--
<table >
<tr>
<td>メニュー:</td>
</tr>
<tr>
<td>
<select id="qsel5" name="queryselect" onChange="showQueryResult()" >
<option value="0">選択してください</option>
</select>
</td>
</tr>
</table>
-->
<div style="margin:5px 0;"></div>
<!-- 北南西東 ここから -->
<div class="easyui-layout"style="height:700px;" >
<!--northエリア ここから -->
<div data-options="region:'north',border:false" style="height:80px;background:#138388;padding:10px">
<span class = "sample1" color = "white">Rescue</span>
</div>
<!-- westエリア ここから -->
<div data-options="region:'west',split:true,title:'Class'" style="width:250px;">
<form action="#" name="form1">
<table id="dg" class="easyui-datagrid" style="height:350px"
data-options="rownumbers:false,singleSelect:false,fitColumns:true">
<thead>
<tr>
<th data-options="field:'ck',checkbox:true"></th>
<th data-options="field:'classname',width:160">Clear<!-- 複数選択時初期化 --></th>
</tr>
</thead>
</table>
<div style="margin:10px 0;">
<span>Selection Mode: </span>
<select onchange="one_for_all_all_for_one(this)">
<option value="1">Multiple<!-- 複数を選択可能にする --></option>
<option value="0">Single<!-- 一つだけ選択する --></option>
</select><br/>
<!-- 全選択ありなし(未実装動くけど): <input type="checkbox" checked onchange="$('#dg').datagrid({selectOnCheck:$(this).is(':checked')})"><br/>
チェックボックス外でもチェック可不可: <input type="checkbox" checked onchange="$('#dg').datagrid({checkOnSelect:$(this).is(':checked')})">-->
</div>
</form>
</div>
<!-- eastエリア ここから -->
<div id="cc" data-options="region:'east',split:true,collapsed:false,title:'Instance'" style="width:200px;">
<form action="&" name="form2">
<select id="qsel3" style="width:99%" size="26" >
</select>
</form>
</div>
<!-- southエリアここから
<div data-options="region:'south',border:false" style="height:170%;background:#138388;padding:10px">
<div id="tt" class="easyui-tabs" style="height:150px;"data-options="tabPosition:'left'">
<div title="SPARQL" data-options="iconCls:'icon-help',closable:false" style="padding:10px">
最後に使用したSPARQL構文が表示されます<br>
<textarea rows="1" cols="100" id="query33"> </textarea>
</div>
<div title="Help" data-options="iconCls:'icon-help',closable:false" style="padding:10px">
プロジェクトIDを指定して、「プロジェクトを使用する」を押してください。<br/><br/>
押すと左カラムに登録されているプロジェクトのクラスが表示されます。<br/>
チェックボックスにチェックを入れると、データが緯度経度を持っていれば地図にマーカーがマッピングされます。<br/>
そうでなければ表形式にデータが出力されます。<br/>
<br/>
地図に表示された場合クラスの選択がされると右カラムに名前プロパティが表示されます。<br/>
名前プロパティをクリックすると、その情報ウィンドウが表示されます。
</div>
</div>
</div>-->
<!-- centerエリア ここから -->
<!-- southエリア<div id="gmap" region="center" title="Map"style=" height: 370px; border: 1px solid Gray;"></div>ここから -->
<div id="gmap" region="center" title="LOD_Browser"style=" height: 100px; border: 1px solid Gray;">
<!-- プロジェクトIDを指定して、「プロジェクトを使用する」を押してください。<br/><br/><br/><br/>
押すと左カラムに登録されているプロジェクトのクラスが表示されます。<br/>
チェックボックスにチェックを入れると、データが緯度経度を持っていれば地図にマーカーがマッピングされます。<br/>
そうでなければ表形式にデータが出力されます。<br/>
<br/>
地図に表示された場合クラスの選択がされると右カラムに名前プロパティが表示されます。<br/>
名前プロパティをクリックすると、その情報ウィンドウが表示されます。<br/>
-->
</div>
</div>
<!-- <a href="http://157.110.45.157:8080/Rescue/index.jsp">PostsPage</a> -->
<a href="./index.jsp">PostsPage</a>
</body>
</html>