<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <%@ include file="error.jsp"%> <%@ include file="header.jsp"%> <html> <head> <title></title> <link href="<%=localPath %>/image/css/system.css" rel="stylesheet" type="text/css"> </head> <base target="leftOpe"/> <body id="lTemp" leftmargin="0" bottommargin="0" topmargin="0" rightmargin="0" background="<%=localPath %>/image/img_vk/banner.jpg"> <table width="100%" border="0" style="margin-top:0px;"> <tr> <td rowspan="2" width="342" background="<%=localPath %>/image/img_vk/bannername.png"> </td> <td align="right" style="color:#ffffff;"><!-- 信息管理系统 --> | <fmt:message key="common.login.user" bundle="${p1}"/><s:property value="#session.userInfo['EMNAME']"/> | <fmt:message key="common.login.depart" bundle="${p1}"/><s:property value="#session.userInfo['EMDEPARTNAME']"/> | <fmt:message key="common.login.ip" bundle="${p1}"/><s:property value="#session.userInfo['LOGINIP']"/> | <fmt:message key="common.login.lasttime" bundle="${p1}"/><fmt:formatDate value="${session.userInfo['BEFORETIME']}" pattern="${datetimeZH}" /> </td> </tr> <tr> <td> </td> </tr> <tr> <td colspan="2"> <jsp:include page="menutop1.jsp"></jsp:include> </td> </tr> </table> </body> </html>