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
File name
Commit message
Commit date
<%--
Class Name : EgovBoardMngInfsPop.jsp
Description : 게시판 관리자 목록 조회 팝업화면
Modification Information
수정일 수정자 수정내용
------- -------- ---------------------------
2018.07.06 ITEN 최초 생성
author : ITEN
since : 2018.07.06
--%>
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<c:set var="ImgUrl" value="/images/egovframework/cop/com/" />
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="ko">
<link href="<c:url value='/'/>css/post.css" rel="stylesheet">
<style type="text/css">
.coronation_td_width{
width: 15%
}
</style>
<script type="text/javascript" src="<c:url value='/js/showModalDialogCallee.js'/>"></script>
<script type="text/javascript">
function press(event) {
if (event.keyCode==13) {
fn_egov_select_BBSMngInfo('1');
}
}
function fn_egov_select_BBSMngInfo(pageNo){
document.frm.pageIndex.value = pageNo;
document.frm.action = "<c:url value='/cop/bbs/selectBBSMngInfsPop.do'/>";
document.frm.submit();
}
function fn_egov_returnBBSMngInfo(bbsMngId){
var retVal = bbsMngId;
//setReturnValue(retVal);
//window.returnValue = retVal;
window.opener.parent.fn_add_BBSMngId(retVal);
window.close();
/* parent.fn_egov_returnValue(retVal); */
}
</script>
<title>전시관 정보</title>
</head>
<body>
<center>
<div class="">
<div class="pop_div1">
<p>전시관 정보</p>
</div>
<!-- table add start -->
<div class="pop_div3" style="width: 650px">
<table>
<tr>
<th rowspan="2" class="coronation_td_width">전시장명</th>
<th rowspan="2" class="coronation_td_width">위치</th>
<th rowspan="2" class="coronation_td_width">면적</th>
<th colspan="2">대관료(7일기준)</th>
<th colspan="4">동시대관</th>
</tr>
<tr>
<th>성수기</th>
<th>비수기<br/>(1,2,7,8월)</th>
<th>성수기</th>
<th>비수기</th>
<th>성수기</th>
<th>비수기</th>
</tr>
<tr>
<th>1전시장</th>
<td>3층</td>
<td>114㎡</td>
<td>190 만원</td>
<td>152 만원</td>
<td colspan="2" align="center">-</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>
</table>
</div>
</div>
</center>
</body>
</html>