geoinfo_admin/src/main/webapp/WEB-INF/views/admins/notice/left.jsp

50 lines
1.5 KiB
Plaintext
Raw Normal View History

2024-03-14 02:46:01 +00:00
<%@ 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="form" uri="http://www.springframework.org/tags/form" %>
<html>
<head>
<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>
<script src="${pageContext.request.contextPath}/js/admins/common.js"></script>
</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/notice/4_tit_01.gif" width="244" height="62">
</td>
</tr>
<tr>
<td width=209>
<c:choose>
<c:when test="${pId eq '00'}" >
<img src="${pageContext.request.contextPath}/images/notice/2_left_01_over.gif" style="cursor:hand" onClick="javascript:goUrl('00', '${menuId}')">
</c:when>
<c:otherwise>
<img src="${pageContext.request.contextPath}/images/notice/2_left_01.gif" style="cursor:hand" onClick="javascript:goUrl('00', '${menuId}')">
</c:otherwise>
</c:choose>
</td>
<tr>
</table>
</td>
</tr>
</table>
</body>
</html>