📄 pop.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="com.sunny.currency.*,com.sunny.s3fornetoffice.*,java.util.*" %>
<% Session m_session = new Session(session); %>
<html>
<head>
<link href="xgt_web.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>西安国际信托投资有限公司</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="javascript: startclock();">
<jsp:include flush="false" page="cnwebtop.jsp?IsHome=False&IsPop=True"/>
<%
Request m_request = new Request(request);
String strID = m_request.GetString("ID");
WebSiteArticleManager ArtiMag = new WebSiteArticleManager();
Vector v_Article = ArtiMag.getRecordByID(strID);
Vector vtWebSite = WebSiteDirManager.getRecordBySearch(((Vector)v_Article.get(0)).get(11).toString(),"","","","","","","","","","","","Xitic","cnweb","","");
String strStation = ((Vector)vtWebSite.get(0)).get(2).toString();
String strLeveNumber = ((Vector)vtWebSite.get(0)).get(3).toString();
String strName = ((Vector)vtWebSite.get(0)).get(1).toString();
String strCurrentStation = "<font color=\"#000000\"> 当前位置 | </font>"; //当前位置
String[] strWebDirs = (strStation.substring(1,strStation.length()-1)).split("_");
for(int i=0;i<strWebDirs.length;i++)
{
Vector vt = WebSiteDirManager.getRecordByID(strWebDirs[i]);
if(vt.size()>0)
{
if(((Vector)vt.get(0)).get(10).toString().equalsIgnoreCase("True"))
{
if(((Vector)vt.get(0)).get(8).toString().trim().length()>0)
{
strCurrentStation += "<a href=\"" + ((Vector)vt.get(0)).get(8).toString() + "\" target=\"" + ((Vector)vt.get(0)).get(9).toString() + "\"><font color=\"#F7941C\">" + ((Vector)vt.get(0)).get(1).toString() + "</font></a><font color=\"#F7941C\"> → </font>";
}
else
{
strCurrentStation += "<a href=\"sub.jsp?siteDirID=" + ((Vector)vt.get(0)).get(0).toString() + "\" target=\"" + ((Vector)vt.get(0)).get(9).toString() + "\"><font color=\"#F7941C\">" + ((Vector)vt.get(0)).get(1).toString() + "</font></a><font color=\"#F7941C\"> → </font>";
}
}
else
{
strCurrentStation += "<font color=\"#F7941C\">" + ((Vector)vt.get(0)).get(1).toString() + " → </font>";
}
}
}
strCurrentStation += "<font color=\"#F7941C\">" + strName + "</font>";
%>
<table width="778" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="186" rowspan="2" valign="top" style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E9E9E9', endColorStr='#FFFFFF', gradientType='0')">
<jsp:include flush="false" page="cnwebleft.jsp?siteDirID=<%=strfatherDirID%>&siteDirName=<%=strfatherDirName%>" />
</td>
<td width="2" rowspan="2"></td>
<td width="2" rowspan="2" bgcolor="#DEDEDE"></td>
<td valign="top" class="bg_map_image" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="33" valign="middle" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><%=strCurrentStation%></td>
</tr>
</table></td>
</tr>
<tr>
<td height="2" background="images/diandian.gif" width="60%"></td>
<td></td>
</tr>
</table>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50"> </td>
<td valign="top"><TABLE cellSpacing=0 cellPadding=0 width="90%" border=0>
<TBODY>
<TR>
<TD> </TD>
</TR>
<TR>
<TD height="50" align=center><span class="newstitle"><%=((Vector)v_Article.get(0)).get(1).toString()%></FONT></STRONG></span></TD>
</TR>
<TR>
<TD align="center"><table height="35" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td>新闻来源:<%=((Vector)v_Article.get(0)).get(2).toString()%>
</td>
<td width="25"> </td>
<td>时间:<%=StringNew.GetDateString(((Vector)v_Article.get(0)).get(5).toString(),"yyyy年MM月dd日 HH:mm:ss")%></td>
</tr>
</table></TD>
</TR>
<TR>
<TD align=left> </TD>
</TR>
<TR>
<TD align=left><P>
<%=((Vector)v_Article.get(0)).get(6).toString()%><BR></TD>
</TR>
<TR>
<TD height="35" align=right valign="bottom"></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top" colspan="2"><div align="right"><a href="#" class="copyright"><返回顶部></a> </div></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#E1E1E1"> </td>
</tr>
<tr>
<td height="6" bgcolor="#525C96"></td>
</tr>
</table>
<jsp:include flush="false" page="cnwebbottom.jsp" />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -