first commit
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<!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" lang="UTF-8">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta content="{PE.Field" id="cone" fieldname="Keyword" /}" " name="Keywords" />
|
||||
<meta content="{PE.Field" id="cone" fieldname="Intro" /}" " name="Description" />
|
||||
<title>查看评论-{PE.SiteConfig.SiteName /}</title>
|
||||
<link href="{PE.SiteConfig.SkinPath/}default.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}article.css" rel="stylesheet" type="text/css" />
|
||||
<link href="{PE.SiteConfig.SkinPath/}commentary.css" rel="stylesheet" type="text/css" />
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/Common.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/jquery.pack.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}JS/jsPopup.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
{PE.Label id="GOV_网站顶部" /}
|
||||
<div id="center_all">
|
||||
<div id="main_bg">
|
||||
<div class="main_standalone">
|
||||
<!-- 网站位置导航信息开始 -->
|
||||
<div class="r_navigation">
|
||||
<div class="r_n_pic"> </div>
|
||||
您现在的位置:<a href="{PE.SiteConfig.sitepath/}">{PE.SiteConfig.SiteName /}</a>>>{PE.Label id="当前位置导航" nodeId="{PE.Label id="取得项目所在的节点ID" itemId="@RequestInt_Id" /}" /}>>查看评论 </div>
|
||||
<!-- 网站位置导航信息结束 -->
|
||||
<!-- 评论开始 -->
|
||||
<span id="commentform"></span>
|
||||
<!-- 评论结束 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{PE.Label id="GOV_网站底部" /}
|
||||
<!-- 统计点击数 -->
|
||||
{PE.Label id="评论标签" nodeId="{PE.Label id="取得项目所在的节点ID" itemId="@RequestInt_Id" /}" /}
|
||||
|
||||
<script language="javascript" type="text/javascript">
|
||||
//双击鼠标滚动屏幕的代码
|
||||
var currentpos,timer;
|
||||
function initialize()
|
||||
{
|
||||
timer=setInterval ("scrollwindow ()",30);
|
||||
}
|
||||
function sc()
|
||||
{
|
||||
clearInterval(timer);
|
||||
}
|
||||
function scrollwindow()
|
||||
{
|
||||
currentpos=document.body.scrollTop;
|
||||
window.scroll(0,++currentpos);
|
||||
if (currentpos !=document.body.scrollTop)
|
||||
sc();
|
||||
}
|
||||
document.onmousedown=sc
|
||||
document.ondblclick=initialize
|
||||
|
||||
//更改字体大小
|
||||
var status0='';
|
||||
var curfontsize=10;
|
||||
var curlineheight=18;
|
||||
function fontZoomA(){
|
||||
if(curfontsize>8){
|
||||
document.getElementById('fontzoom').style.fontSize=(--curfontsize)+'pt';
|
||||
document.getElementById('fontzoom').style.lineHeight=(--curlineheight)+'pt';
|
||||
}
|
||||
}
|
||||
function fontZoomB(){
|
||||
if(curfontsize<64){
|
||||
document.getElementById('fontzoom').style.fontSize=(++curfontsize)+'pt';
|
||||
document.getElementById('fontzoom').style.lineHeight=(++curlineheight)+'pt';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user