求救管理员: 我在 类别管理 -> 增加类别 中增加了以下目录,结构如下: 下载中心(download) 网络软件(netsoft) 主页浏览(viewweb)(终极类别) 都选择了相应的默认模板 其中下载中心 主页面内容[标签同首页的标签] 输入以下代码: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>帝国开发 -> 首页</TITLE> <META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK href="/ecms3.5/images/Style.css" type=text/css rel=stylesheet> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY bottomMargin=0 leftMargin=0 background=/ecms3.5/images/bg.gif topMargin=0 rightMargin=0 marginheight="0" marginwidth="0"> <TABLE style="BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: #c0c0c0 1px solid; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT: #c0c0c0 1px solid" height=27 cellSpacing=0 cellPadding=0 width=778 align=center border=0> <TBODY> <TR> <TD bgColor=#dbe2e8 colSpan=2 height=2></TD> </TR> <TR> <TD bgColor=#c5cfd9 colSpan=2 height=1></TD> </TR> <TR> <TD bgColor=#ffffff colSpan=2 height=1></TD> </TR> <TR> <TD align=middle bgColor=#f0f1f3 height=22><A href="/ecms3.5">首 页</A> ┊ <A href="/ecms3.5/news">新闻中心</A> ┊ <A href="/ecms3.5/download">下载中心 </A>┊ <A href="/ecms3.5/shop">在线商城</A> ┊ <a href="/ecms3.5/movie">在线电影</a> ┊ <A href="/ecms3.5/flash">FLASH酷秀</A> ┊<A href="/ecms3.5/photo">图片欣赏</A> ┊ <A href="http://www.phome.net/ebb">技术支持</A> ┊ <A href="http://www.phome.net/product/connect">联系我们</A> ┊ <A href="http://www.phome.net/product">帝国产品</A> ┊ <A href="http://www.phome.net/product/buy">购买程序</A></TD> <TD width=10 bgColor=#f0f1f3 height=22></TD> </TR> </TBODY> </TABLE> <TABLE style="BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: #c0c0c0 1px solid; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT: #c0c0c0 1px solid" cellSpacing=0 cellPadding=0 width=778 align=center border=0> <TBODY> <TR> <TD bgColor=#d4d4d4 height=1></TD></TR> <TR> <TD bgColor=#ffffff height=1></TD></TR></TBODY></TABLE> <TABLE style="BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: #c0c0c0 1px solid; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT: #c0c0c0 1px solid" height=70 cellSpacing=0 cellPadding=0 width=778 align=center border=0> <TBODY> <TR> <TD noWrap align=middle width=196 bgColor=#f0f1f3> <DIV align=center><a href="http://www.phome.net"><IMG src="/ecms3.5/images/Xlogo.jpg" width="180" height="65" border="0"></a></DIV></TD> <TD noWrap align=middle width=468 bgColor=#f0f1f3> <DIV align=center> [phomead]2[/phomead]</DIV></TD> <TD noWrap align=middle width=100 bgColor=#f0f1f3> <DIV align=center><IMG height=12 src="/ecms3.5/images/top_home.gif" width=13 border=0> <A class=top onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.phome.net');" href="#">设为首页</A><BR> <IMG height=12 src="/ecms3.5/images/top_gift.gif" width=13 border=0> <A class=top href="javascript:window.external.addFavorite('http://www.phome.net','帝国程序开发');">加入收藏</A><BR> <IMG height=12 src="/ecms3.5/images/top_tg.gif" width=13 border=0> <A href="http://www.phome.net/product/connect" target=_blank>联系本站</A></DIV></TD> </TR> </TBODY> </TABLE> <TABLE style="BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: #c0c0c0 1px solid; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT: #c0c0c0 1px solid" height=27 cellSpacing=0 cellPadding=0 width=778 align=center border=0> <TBODY> <TR> <TD bgColor=#d4d4d4 height=1></TD> </TR> <TR> <TD bgColor=#ffffff height=1></TD> …………省略 <TD bgColor=#d4d4d4 colSpan=5 height=1></TD> </TR> </TBODY> </TABLE></TD> <TD width=3></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE width=778 border=0 align='center' cellPadding=0 cellSpacing=0 background="/ecms3.5/images/copyright.gif" class='copyright_table'> <tr> <td width='150' rowspan='5' align='middle'></td> <td width='543' height='2' colspan='2'></td> </tr> <tr> <td width='543' class='copyright_td' align='middle'> </td> <td width='150' rowspan='3' align='middle' class='copyright_td'></td> </tr> <tr> <td width='543' class='copyright_td'><div align='center'>© CopyRight 2005-2008 pHome.net.Inc All Rights Reserved</div></td> </tr> <tr> <td width='543' class='copyright_td' align='middle'><div align='center'>Powered by pHome.net</div></td> </tr> <tr> <td width='543' height='0' colspan='2'></td> </tr> </TABLE> <TABLE style="BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: #c0c0c0 1px solid; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT: #c0c0c0 1px solid" cellSpacing=0 cellPadding=0 width=778 align=center bgColor=#ffffff border=0> <TBODY> <TR> <TD bgColor=#dbe2e8 height=1></TD></TR> <TR> <TD bgColor=#ffffff height=1></TD></TR> <TR> <TD bgColor=#c5cfd9 height=1></TD></TR> <TR> <TD bgColor=#dbe2e8 height=1></TD></TR></TBODY></TABLE> </BODY></HTML>
问题1:为什么 download netsoft viewweb 文件夹下没有默认的文件index.html? 问题2:为什么 http://localhost/Ecms/download/netsoft/viewweb http://localhost/Ecms/download/netsoft http://localhost/Ecms/download 都不能访问,而发布的具体文章能够访问? 问题3:上述 类别管理 -> 增加类别 方法是否正确? 请举例给出具体的 类别管理 -> 增加类别 方法,好吗?在下谢谢了。
|