织梦(dedecms)仿站教程第二十一讲——封面列表制作

来源:互联网 发布:网络位限制ip 编辑:程序博客网 时间:2024/04/29 03:18
看拳击在线的代码,晕,最新新闻和热门新闻竟然是JS调用,我们只好找到这个JS文件,转换成HTML,然后修改。
将如下代码:
  1. <DIV class=title4>
  2. <H3>最新新闻</H3>
  3. </DIV>
  4. <DIV class=right_b>
  5. <UL>
  6.   <SCRIPT  
  7.   src="拳击新闻_拳击在线%20-%20QuanJi_Cn%20%20致力于打造最大最全拳击门户!_files/class1_newnews.js"></SCRIPT>
  8. </UL>
  9. </DIV>
  10. <DIV class=title4>
  11. <H3>热门新闻</H3>
  12. </DIV>
  13. <DIV class=right_hot>
  14. <UL>
  15.   <SCRIPT  
  16.   src="拳击新闻_拳击在线%20-%20QuanJi_Cn%20%20致力于打造最大最全拳击门户!_files/class1_hotnews.js"></SCRIPT>
  17. </UL>
  18. </DIV>
修改为:
  1. <DIV class=title4>
  2. <H3>最新新闻</H3>
  3. </DIV>
  4. <DIV class=right_b>
  5. <UL>
  6. {dede:arclistrow='10' titlelen='60'}  
  7.   <LI><A title="[field:title/]" href="[field:arcurl/]" target=_blank>[field:title/]</A></LI>  
  8. {/dede:arclist}    
  9. </UL>
  10. </DIV>
  11. <DIV class=title4>
  12. <H3>热门新闻</H3>
  13. </DIV>
  14. <DIV class=right_hot>
  15. <UL>
  16. {dede:arclist row='10' sort='hot' titlelen='60'}  
  17.   <LI><A title="[field:title/]" href="[field:arcurl/]" target=_blank>[field:title/]</A></LI>  
  18. {/dede:arclist}    
  19. </UL>
  20. </DIV>
查看前台?不,一鼓作气把封面页做完,就剩下通用底部了,将拳击在线封面页通用底部代码:
  1. <DIV class=footer>
  2. <DIV class=copyright>
  3. <UL>
  4.   <LI><A href="http://www.quanji.cn/">网站首页</A> | <A  
  5.   href="http://www.quanji.cn/html/about.html">关于我们</A> | <A  
  6.   href="http://www.quanji.cn/html/shengming.html">版权声明</A> | <A  
  7.   href="http://www.quanji.cn/html/a.html">广告服务</A> | <A  
  8.   href="http://www.quanji.cn/e/tool/feedback/?bid=2">联系我们</A> | <A  
  9.   href="http://www.quanji.cn/html/map.html">网站地图</A> |  
  10.   <SCRIPT language=JavaScript  
  11.   src="拳击新闻_拳击在线%20-%20QuanJi_Cn%20%20致力于打造最大最全拳击门户!_files/stat.htm"></SCRIPT>
  12.    | <A href="http://www.quanji.cn/e/wap" target=_blank>WAP</A>  
  13.   <LI>Powered by <STRONG><A href="http://www.quanji.cn/"  
  14.   target=_blank>QuanJi.Cn</A></STRONG>  © 2004-2011 <A  
  15.   href="http://www.quanji.cn/" target=_blank>Boxing Online Network Inc.</A> <A  
  16.   href="http://www.miibeian.gov.cn/" target=_blank>湘ICP备09024032号</A>  
  17.   <LI>关键词:拳击|boxing|拳击在线|拳击比赛|拳击新闻|拳击视频|拳击论坛|拳迷俱乐部|拳击手|中国拳击|拳赛直播|拳赛推广|拳击培训|拳击器材|美国拳击|黑市拳|帕奎奥|梅威瑟  
  18.   </LI></UL></DIV></DIV><!-- JiaThis Button BEGIN -->
  19. <SCRIPT type=text/javascript charset=utf-8  
  20. src="拳击新闻_拳击在线%20-%20QuanJi_Cn%20%20致力于打造最大最全拳击门户!_files/jiathis_r.js"></SCRIPT>
  21. <!-- JiaThis Button END -->
 
替换为:
{dede:include filename="footer.htm"/}
好了,这回可以看封面页的全貌了!:)
 
好了,封面页就好了,嘿嘿,庆祝一下,做好两个页面了,列表页就会更轻松了。
原创粉丝点击