44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
|
|
<meta http-equiv="content-language" content="ko">
|
|
<link href="<c:url value='/'/>css/common.css" rel="stylesheet" type="text/css" >
|
|
<decorator:head />
|
|
<title>사용자 목록</title>
|
|
<noscript class="noScriptTitle">자바스크립트를 지원하지 않는 브라우저에서는 일부 기능을 사용하실 수 없습니다.</noscript>
|
|
<body>
|
|
<div id="wrap">
|
|
<!-- header 시작 -->
|
|
<div id="header">
|
|
<c:import url="/EgovPageLink.do?link=main/inc/EgovIncHeader1" />
|
|
</div>
|
|
<div id="topnavi">
|
|
<c:import url="/sym/mms/EgovMainMenuHead.do" >
|
|
<c:param name="before" value="Y" />
|
|
</c:import>
|
|
</div>
|
|
<!-- //header 끝 -->
|
|
<!-- container 시작 -->
|
|
<div id="container">
|
|
<!-- 좌측메뉴 시작 -->
|
|
<div id="leftmenu">
|
|
<c:import url="/sym/mms/EgovMainMenuLeft.do" >
|
|
<c:param name="before" value="Y" />
|
|
</c:import>
|
|
</div>
|
|
<!-- //좌측메뉴 끝 -->
|
|
<!-- 현재위치 네비게이션 시작 -->
|
|
<!-- body 부분 -->
|
|
<decorator:body />
|
|
</div>
|
|
<!-- //container 끝 -->
|
|
<!-- footer 시작 -->
|
|
<div id="footer"><c:import url="/EgovPageLink.do?link=main/inc/EgovIncFooter" /></div>
|
|
<!-- //footer 끝 -->
|
|
</div>
|
|
<!-- //전체 레이어 끝 -->
|
|
</body>
|
|
</html> |