227 lines
9.0 KiB
Plaintext
227 lines
9.0 KiB
Plaintext
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="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="form" uri="http://www.springframework.org/tags/form" %>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
|
<script src="${pageContext.request.contextPath}/js/admins/common.js"></script>
|
||
|
|
<style type="text/css">
|
||
|
|
body
|
||
|
|
{
|
||
|
|
background-image: url(${pageContext.request.contextPath}/images/admins/left_bak.jpg);
|
||
|
|
margin-left:0;
|
||
|
|
margin-top:0;
|
||
|
|
margin-right:0;
|
||
|
|
margin-bottom:0;
|
||
|
|
}
|
||
|
|
img { border:0; }
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<table id="Table_01" width="244" height="100%" border="0" cellpadding="0" cellspacing="0" background="${pageContext.request.contextPath}/images/admins/left_bak.gif">
|
||
|
|
<tr>
|
||
|
|
<td width="244" height="668" valign="top" background="${pageContext.request.contextPath}/images/admins/left_bak.jpg">
|
||
|
|
<table>
|
||
|
|
<tr>
|
||
|
|
<td><img src="${pageContext.request.contextPath}/images/admins/userLog/2_tit_01.gif" width="244" height="62" /></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td width=209>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${fn:substring(pId, 0, 1) eq '0'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_01_new_over.gif" style="cursor:hand" onClick="javascript:goUrl('00', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_01_new.gif" style="cursor:hand" onClick="javascript:goUrl('00', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><!-- 그룹별(로그인) -->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '00'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_02_over.gif" style="cursor:hand" onClick="javascript:goUrl('00', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_02.gif" style="cursor:hand" onClick="javascript:goUrl('00', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><!-- 날짜별(로그인) -->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '01'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_03_over.gif" style="cursor:hand" onClick="javascript:goUrl('01', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_03.gif" style="cursor:hand" onClick="javascript:goUrl('01', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><!--방문자수-->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '08'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_08_over.gif" style="cursor:hand" onClick="javascript:goUrl('08', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_08.gif" style="cursor:hand" onClick="javascript:goUrl('08', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<%-- <tr>
|
||
|
|
<td>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '03'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_05_over.jpg" style="cursor:hand" onClick="javascript:goUrl('03', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_05.jpg" style="cursor:hand" onClick="javascript:goUrl('03', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr> --%>
|
||
|
|
<tr>
|
||
|
|
<td>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '04'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_07_over.gif" style="cursor:hand" onClick="javascript:goUrl('04', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_07.gif" style="cursor:hand" onClick="javascript:goUrl('04', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td width=209>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${fn:substring(pId, 0, 1) eq '1'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_06_over.gif" style="cursor:hand" onClick="javascript:goUrl('10', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_06.gif" style="cursor:hand" onClick="javascript:goUrl('10', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '10'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_02_over.gif" style="cursor:hand" onClick="javascript:goUrl('10', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_02.gif" style="cursor:hand" onClick="javascript:goUrl('10', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '11'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_03_over.gif" style="cursor:hand" onClick="javascript:goUrl('11', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_03.gif" style="cursor:hand" onClick="javascript:goUrl('11', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><!--방문자수-->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '30'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_08_over.gif" style="cursor:hand" onClick="javascript:goUrl('30', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_08.gif" style="cursor:hand" onClick="javascript:goUrl('30', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td width=209> <!-- 기존 포털 -->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${fn:substring(pId, 0, 1) eq '2'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_01_over.gif" style="cursor:hand" onClick="javascript:goUrl('20', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_01.gif" style="cursor:hand" onClick="javascript:goUrl('20', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><!-- 그룹별(로그인) -->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '20'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_02_over.gif" style="cursor:hand" onClick="javascript:goUrl('20', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_02.gif" style="cursor:hand" onClick="javascript:goUrl('20', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><!-- 날짜별(로그인) -->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '21'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_03_over.gif" style="cursor:hand" onClick="javascript:goUrl('21', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_03.gif" style="cursor:hand" onClick="javascript:goUrl('21', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td><!--방문자수-->
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '28'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_08_over.gif" style="cursor:hand" onClick="javascript:goUrl('28', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_08.gif" style="cursor:hand" onClick="javascript:goUrl('28', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '23'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_05_over.jpg" style="cursor:hand" onClick="javascript:goUrl('23', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_05.jpg" style="cursor:hand" onClick="javascript:goUrl('23', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>
|
||
|
|
<c:choose>
|
||
|
|
<c:when test="${pId eq '24'}" >
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_07_over.gif" style="cursor:hand" onClick="javascript:goUrl('24', '${menuId}')">
|
||
|
|
</c:when>
|
||
|
|
<c:otherwise>
|
||
|
|
<img src="${pageContext.request.contextPath}/images/admins/userLog/2_left_07.gif" style="cursor:hand" onClick="javascript:goUrl('24', '${menuId}')">
|
||
|
|
</c:otherwise>
|
||
|
|
</c:choose>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</body>
|
||
|
|
</html>
|