我安装了百宝箱,我已经将百宝箱的文件夹上传到网站根目录。然后我在SS里新建了频道,再编辑模板,在预览时正常(http://sunmoon.yo263.com.cn/admincp.php?action=tpl&op=edit&filename=channel_bbx),可是一访问频道就是空白。这是为什么?哪位大哥帮帮我了。
模板编辑内容如下:
<?exit?>
{template header}
<script language="JavaScript" type="text/JavaScript">
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
function MM_jumpMenu(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function frameResize(){
document.getElementById("RightFrame").style.height=RightFrame.document.body.scrollHeight+"px";
}
</script>
<div id="pagebody">
<div id="pagebody_extbg">
<div id="infguide_bg">
<div id="infguide">
<a href="{S_URL}/?action-channel-name-bbx">便民首页</a>
</div>
</div>
<div class="column">
<div class="global_model"><br>
<iframe name="RightFrame" onload="frameResize()" src="bbx/index.htm" width="948" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>
<br><br>
</div>
</div>
</div>
</div>
{template footer} |