📄 jobymcx.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
%>
<!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%>/js/CalendarDlg.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 onload="javascript:resizeWin('objBody');">
<%
site.bean.MebJobYMObj info = (site.bean.MebJobYMObj)request.getAttribute("info");
if(info!=null){
%>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0" class="border1" id="objBody" name="objBody">
<tr>
<td height="110" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
<tr>
<td width="23%" height="30" align="right" bgcolor="#f5f5f5">标题: </td>
<td width="77%" height="20" bgcolor="#F5F5F5">
<%=info.getTitle()%> </td>
</tr>
<tr style="display:none">
<td height="30" align="right" bgcolor="#f5f5f5">职位信息:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5">
<%=info.getJobzw()%> </tr>
<tr>
<td height="20" align="right" bgcolor="#f5f5f5">详细信息: </td>
<td height="20" bgcolor="#f5f5f5">
<%=igec.site.base.business.DataUtilBusiness.getContent(info.getCid())%></td>
</tr>
<tr style="display:">
<td height="30" align="right" bgcolor="#f5f5f5">来自:<font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#f5f5f5">
<%=igec.site.base.business.DataUtilBusiness.getFieldValue("NICKNAME","TAB_IGECMEBADV","WHERE MEBID='"+info.getSendid()+"'")%></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" bgcolor="#f5f5f5"><input type="button" name="Submit" onclick="javascript:window.close();" value="关闭" style="cursor:hand"/> </td> </tr>
</table></td>
</tr>
</table>
<%} else {%>
没有该信息
<%}%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -