Files
2026-08-31 16:22:00 +08:00

55 lines
2.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{PE.DataSource id="cone" datasource="在线访谈数据源标签" interviewId="@RequestInt_InterviewId" xslt="true" /}
<!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=UTF-8" />
<title>在线访谈摘要 {PE.Field id="cone" fieldname="InterviewTitle" /}</title>
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.SkinPath/}Interview.css" rel="stylesheet" type="text/css" />
</head>
<script language="JavaScript" type="text/javascript">
//<![CDATA[
function Show_Menu2(id_num,num){
for(var i=0;i<9;i++){document.getElementById("menu_list_"+id_num+i).style.display="none";}
for(var i=0;i<9;i++){document.getElementById("tab"+id_num+i).className="";}
document.getElementById("tab"+id_num+num).className="Class_on";
document.getElementById("menu_list_"+id_num+num).style.display="block";
}
//]]>
</script>
<body>
{PE.Label id="GOV_网站顶部" /}
<!-- 中部 center_all 开始 -->
<div id="center_all">
<div id="main_bg">
<div class="Interview_box">
<div class="Iv_daohang">您现在的位置:{PE.Field id="cone" fieldname="InterviewTitle" /} > 访谈摘要</div>
<div class="Iv_showsidebar2">
<div class="Iv_showtit">{PE.Field id="cone" fieldname="InterviewTitle" /}</div>
<div class="Iv_showbox3"><h4>访谈背景 >></h4>
<ul class="Iv_list3">
{PE.Label id="访谈摘要" interviewId="{PE.Field id="cone" fieldname="InterviewId" /}" outputQty="20" /}
</ul>
</div>
</div>
<div class="Iv_showsidebar1">
<dl class="Iv_showbox1">
<dt><span>访谈图片 >></span></dt>
<dd>
<ul class="Iv_list2">
{PE.Label id="访谈图片列表" interviewId="{PE.Field id="cone" fieldname="InterviewId" /}" /}
</ul>
</dd>
</dl>
</div>
<div class="clearbox"></div>
</div>
</div>
</div>
</div>
<!-- 中部 center_all 结束 -->
{PE.Label id="GOV_网站底部" /}
</body>
</html>