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
<%@ page contentType="text/html; charset=utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<head>
<!-- 웹아이콘 -->
<c:choose>
<c:when test="${'Y' eq siteManagerVO.faviconYn && !empty siteManagerVO.faviconFileId}">
<link rel="icon" href="/cmm/fms/getImage.do?atchFileId=${siteManagerVO.faviconFileId}" type="image/x-icon">
</c:when>
<c:otherwise>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
</c:otherwise>
</c:choose>
<!-- 웹타이틀 -->
<c:choose>
<c:when test="${'Y' eq siteManagerVO.tabTitleYn && !empty siteManagerVO.tabTitleYn}">
<%-- <title>${siteManagerVO.tabTitle}</title> --%>
</c:when>
<c:otherwise>
<%-- <title>${siteManagerVO.siteNm}</title> --%>
</c:otherwise>
</c:choose>
${metaTagManageVO.metaCn}<!-- 메타테그 -->
${scriptMngVO.scriptCn}<!-- 스크립트 -->
</head>