43 lines
2.0 KiB
HTML
43 lines
2.0 KiB
HTML
{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>在线访谈提问列表页</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.Label id="在线访谈首页链接" /} > 提问列表</div>
|
|
<div class="Iv_showtit">{PE.Field id="cone" fieldname="InterviewTitle" /}<span><a target="_blank" href="{PE.SiteConfig.ApplicationPath/}Government/Interview/Question.aspx?InterviewId={PE.Field id="cone" fieldname="InterviewId" /}">网友提问 >></a></span></div>
|
|
<div class="Iv_showQlist">
|
|
<dl>
|
|
{PE.Label id="提问列表" interviewId="{PE.Field id="cone" fieldname="InterviewId" /}" page="true" pagesize="40" pagemain="true" urlpage="true" xslt="true" /}
|
|
</dl>
|
|
<div class="class_page">{PE.Page id="url_动易后台风格" datasource="提问列表" unitname="次提问" /}</div>
|
|
</div>
|
|
<div class="clearbox"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 中部 center_all 结束 -->
|
|
{PE.Label id="GOV_网站底部" /}
|
|
</body>
|
|
</html>
|