125 lines
3.3 KiB
HTML
125 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>지반정보 DB 포털</title>
|
|
<style type="text/css">
|
|
* {
|
|
font-family: Arial, "맑은 고딕", serif;
|
|
}
|
|
body{
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
.content{
|
|
padding:0px 10px;
|
|
}
|
|
|
|
.title {
|
|
background-color: #305496;
|
|
color: #d7e2f2;
|
|
padding: 10px;
|
|
margin:0;
|
|
}
|
|
.content-table {
|
|
width: 100%;
|
|
text-align: center;
|
|
border: 2px solid #f7be98;
|
|
border-collapse: collapse;
|
|
}
|
|
.content-table > thead {
|
|
background: #fce4d6;
|
|
}
|
|
.content-table th,td {
|
|
padding: 10px;
|
|
text-align: center;
|
|
border: 2px solid #f7be98;
|
|
}
|
|
.download-img {
|
|
width: 20px; height: 20px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-bottom: 3px;
|
|
cursor: pointer;
|
|
}
|
|
.content-table button {
|
|
border: 1px solid #ffeb95;
|
|
border-radius: 5px;
|
|
background-color: #0070c0;
|
|
color: #b1d4eb;
|
|
cursor: pointer;
|
|
}
|
|
.content-title {
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
.btnDXF {
|
|
margin-right: 5px;
|
|
}
|
|
.btnSHP {
|
|
margin-left: 5px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h3 class="title">◎액상화 위험지도 다운로드</h3>
|
|
<p>액상화 위험지도는 DXF 또는 Shape 파일로 지역별로 제공되며 3D 데이터를 보기 위해서는 전용 뷰어가 필요합니다.</p>
|
|
|
|
<p style="font-weight: bold;" align="right">전용 뷰어 다운로드 <img class="download-img" src="downloadIcon2.png"></p>
|
|
|
|
<div class="content">
|
|
<p class="content-title">◎액상화 위험지도 현황</p>
|
|
<table class="content-table">
|
|
<thead>
|
|
<tr>
|
|
<th>번호</th>
|
|
<th>위치</th>
|
|
<th>지반증폭자료</th>
|
|
<th>LPI/LSN</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>1</td>
|
|
<td>부산시 강서구</td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>2</td>
|
|
<td>부산시 강서구 가락동</td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>3</td>
|
|
<td>부산시 강서구 강동동</td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>4</td>
|
|
<td>세종특별자치시 도담동</td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>5</td>
|
|
<td>세종특별자치시 소담동</td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
</tr>
|
|
<tr>
|
|
<td>6</td>
|
|
<td>세종특별자치시 새롬동</td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
<td><button class="btnDXF">DXF</button><button class="btnSHP">SHP</button></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|