first commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{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.Label id="在线访谈首页链接" /} > 文字信息</div>
|
||||
<div class="Iv_showtit">{PE.Field id="cone" fieldname="InterviewTitle" /}</div>
|
||||
<div class="Iv_showconbox">
|
||||
<dl>
|
||||
<dt><span>访谈文字 >></span></dt>
|
||||
<dd>
|
||||
<ul class="Iv_showcon">
|
||||
{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>
|
||||
Reference in New Issue
Block a user