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 : EgovIncHeader.jsp
Description : 화면상단 Header (include)
Modification Information
수정일 수정자 수정내용
------- -------- ---------------------------
2011.08.31 JJY 경량환경 버전 생성
author : 실행환경개발팀 JJY
since : 2011.08.31
--%>
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<head>
<link href="/css/post.css" rel="stylesheet">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> -->
</head>
<header>
<div class="post_head_div">
<img src="/img/post/head_logo.jpg">
<ul>
<li>알림정보</li>
<li>직급체계관리</li>
<li>직급관리</li>
<li id="select_li">근태관리</li>
<li>내부서비스관리</li>
<li>내부시스템관리</li>
<li>개발확인페이지</li>
</ul>
<img src="/img/post/head_home.jpg" id="home_icon">
<img src="/img/post/head_icon.jpg" id="head_icon">
<span>최고관리자</span>
</div>
</header>