📄 loginfo.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
if(checkPv(strMenuId,"show",user)<0){
noPv(out);
return;
}
String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
site.bean.MemOptionLogObj memLogObj=new site.bean.MemOptionLogObj();
String strId=request.getParameter("id");
if(igec.util.Tool.IsEmpty(strId)){
showError(out);
return;
}
memLogObj.setStrId(strId);
int iFlag=site.business.MemOptionLogBusiness.showMemOptionLogInfo(memLogObj);
if(iFlag<0){
showError(out);
return;
}
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/clear.jsp"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/validate.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
</head>
<body>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
</br>
<td width="98%"><img src="../images/xiugai.gif" width="25" height="28" align="absmiddle" /><font color="112382" class="font14"><strong> 日志详细信息</strong></font></td>
</tr>
</table>
</td>
</tr><tr>
<td height="20"> </td>
</tr>
<tr>
<td height="2" bgcolor="#fd790d"></td>
</tr>
<tr>
<td height="20"> </td>
</tr>
<tr>
<td valign="top">
<table border="0" width="100%" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
<tr>
<td width="21%" height="30" align="right" bgcolor="#f5f5f5"><strong>日志编号:</strong> </td>
<td width="79%" height="20" bgcolor="#FFFFFF"> <%=memLogObj.getStrId()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>操作人编号:</strong> </td>
<td height="20" bgcolor="#FFFFFF"> <%=memLogObj.getStrEvId()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>操作人名称:</strong> </td>
<td height="30" bgcolor="#FFFFFF"> <%=memLogObj.getStrEvName()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>日志标题:</strong> </td>
<td height="30" bgcolor="#FFFFFF"> <%=memLogObj.getStrTitle()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>日志描述:</strong> </td>
<td height="30" bgcolor="#FFFFFF"> <%=memLogObj.getStrIntro()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>操作人IP:</strong> </td>
<td height="30" bgcolor="#FFFFFF"> <%=memLogObj.getStrEvIp()%></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>操作时间:</strong> </td>
<td height="30" bgcolor="#FFFFFF"> <%=memLogObj.getStrEvTime()%></td>
</tr>
</table></td>
</tr>
<tr>
<td height="52" valign="top"><table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#dddddd">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50" align="center"><input type="button" name="closeBtn" onclick="javascript:window.close();" value="关 闭" /></td>
</tr>
</table></td>
</tr>
<tr>
<td>
</td><tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -