File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><script type="text/javascript">
$(document).ready(function() {
var content = $("#fla1").html()
$("body").html(content);
});
</script>
<div id="fla1">
<div class="con16_title2">전시관 정보</div>
<div class="tbl_popup_wr">
<table class="tbl_popup" summary="전시관 정보표 입니다">
<caption>전시관 정보표</caption>
<colgroup>
<col width="11%" />
<col width="11%" />
<col width="11%" />
<col width="11%" />
<col width="11%" />
<col width="11%" />
<col width="11%" />
<col width="11%" />
<col width="11%" />
</colgroup>
<thead>
<tr>
<th rowspan="2" scope="row">전시장명</th>
<th rowspan="2" scope="row">위치</th>
<th rowspan="2" scope="row">면적</th>
<th colspan="2" scope="row">대관료(7일기준)</th>
<th colspan="4" scope="row">동시대관</th>
</tr>
<tr>
<th scope="row">성수기</th>
<th scope="row">비수기<br />
(1, 2, 7, 8월)</th>
<th scope="row">성수기</th>
<th scope="row">비수기</th>
<th scope="row">성수기</th>
<th scope="row">비수기</th>
</tr>
</thead>
<tbody>
<tr>
<th>1 전시장</th>
<td>3층</td>
<td>
<p>114㎡</p>
</td>
<td>190 만원</td>
<td>152 만원</td>
<td colspan="2">-</td>
<td rowspan="4">517 만원</td>
<td rowspan="4">413 만원</td>
</tr>
<tr>
<th>2전시장</th>
<td>2층</td>
<td>132㎡</td>
<td>280 만원</td>
<td>224 만원</td>
<td rowspan="2">347 만원</td>
<td rowspan="2">277 만원</td>
</tr>
<tr>
<th>3전시장</th>
<td>2층</td>
<td>47㎡</td>
<td>105 만원</td>
<td>84 만원</td>
</tr>
<tr>
<th>교육장</th>
<td>지하1층</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</div>
</div>