init
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
<%@ page language="java" contentType="text/html; charset=utf-8"%>
|
||||
<%@ page import="java.io.*"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||||
<%
|
||||
response.setHeader("Pragma", "No-cache");
|
||||
response.setHeader("Cache-Control", "no-cache");
|
||||
response.setHeader("Expires", "0");
|
||||
|
||||
%>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
<jsp:include page="/jsp/common/include/css.jsp"/>
|
||||
<jsp:include page="/jsp/common/include/script.jsp"/>
|
||||
<script language="javascript" >
|
||||
|
||||
$(document).ready(function() {
|
||||
$("#btn_close").click(function(key){
|
||||
window.close();
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- button -->
|
||||
<table width="98%" height="35px" align="center">
|
||||
<tr>
|
||||
<td align="left" height="25px"><p class="title"><img class="title_image" src="<c:url value="/images/title_bullet.gif"/>">엑셀 서식 다운로드</p></td>
|
||||
<td align="right">
|
||||
<img id="btn_close" src="<c:url value="/images/bt/bt_close.gif"/>" level="R"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"> </td></tr>
|
||||
<tr height="200px">
|
||||
<td colspan="2" align="center">
|
||||
<table border="1" cellspacing="0" cellpadding="0" width="95%" height="95%">
|
||||
<tr width="95%">
|
||||
<td valign="top">
|
||||
<table border="0" cellspacing="0" cellpadding="0" >
|
||||
<tr height="40">
|
||||
<td><font size="2"><a href='<c:url value="/common/download/EAI_FEP_template_interface.zip" />'>1. EAI/FEP 시스템인터페이스목록 다운로드</a></font></td>
|
||||
</tr>
|
||||
<tr height="40">
|
||||
<td><font size="2"><a href='<c:url value="/common/download/EAI_FEP_template_layout.zip" />'>2. EAI/FEP 시스템인터페이스송수신항목설계서 다운로드</a></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user