29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %>
|
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
|
<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles"%>
|
|
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link href="<c:url value='/css/nlib.css' />" rel="stylesheet" type="text/css">
|
|
<title>온라인 자료대출관리 (N-LIB)</title>
|
|
</head>
|
|
<body>
|
|
<div id="page-container">
|
|
<div id="header"><tiles:insertAttribute name="header" /></div>
|
|
<div id="menu"><tiles:insertAttribute name="menu" /></div>
|
|
<div id="content-wrap"><tiles:insertAttribute name="main" /></div>
|
|
<div id="footer"><tiles:insertAttribute name="footer" /></div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html> |