Shanghai WTO Forum

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 4572|回复: 0

php168v3.5的11k风格头文件head里的banner文件修改

[复制链接]
发表于 2007-1-1 21:41:19 | 显示全部楼层 |阅读模式
在头文件里的 banner 广告位子,原来是用gif图片的(jnclub_banner.gif),可有的朋友更喜欢用flash或作成导航栏目,这样就要修改头文件很不方便。我把他改为了标签的形式,这样,就很方便在后台通过修改标签内容来任意改变为你所需要的形式了。以后也可以方便地更换各种banner广告了。
下面为修改添加标签后的头文件head.htm代码:
  1. <!--
  2. <?
  3. print <<<EOT
  4. -->
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  6. "[url]http://www.w3.org/TR/html4/loose.dtd[/url]">
  7. <script language=JavaScript >
  8. rr=Math.random();
  9. document.write("<script src=&#39;{$N_path}index_tpl.php?java="+rr+"&#39;><\/script>");
  10. </script>
  11. <HTML>
  12. <HEAD>
  13. <TITLE> {$dbartic[title]} {$dbsort[name]} {$webdb[webname]}</TITLE>
  14. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  15. <META name="keywords" content= "绿化,园林,苗木,景观。">
  16. <META name="description" content= "上海汇秀园林景观绿化网的主办单位:上海汇秀园林有限公司以生产、销售园林苗木为主业,以提供新优园林植物材料为特色。">
  17. <meta name="alias"content="[url]http://lvhua.ok586.cn[/url]">
  18. <meta name="owner"content="[email]lvhua@ok586.cn[/email]">
  19. <LINK href="{$N_path}images/jnclub/css.css" type=text/css rel=stylesheet>
  20. <LINK href="/favicon.ico" rel="shortcut icon">
  21. <META content="MSHTML 6.00.2900.2180" name=GENERATOR>
  22. </HEAD>
  23. <BODY>
  24. <DIV id=header>
  25. <DIV id=top>
  26. <DIV id=top_flot>
  27. <P id=calendar>
  28. <SCRIPT src="{$N_path}images/jnclub/date.js" type=text/javascript></SCRIPT>
  29. </P>
  30. <P id=banner><td noWrap align=middle width=468 bgcolor=#f0f1f3 rowspan=2>$label[head_logo_ad001]</td></P></DIV>
  31. <DIV id=logo><a href="index.htm" target="_self"><IMG src="{$N_path}images/jnclub/images/logo.gif" alt={$webdb[webname]} border="0"></a></DIV>
  32. </DIV>
  33. <DIV id=nav>
  34. <div align="center">
  35.   <UL>
  36.    <LI><A href="{$N_path}"><SPAN>首页</SPAN></A>
  37.    <LI><A href="bencandy.php?fid=24&id=553"><SPAN>公司简介</SPAN></A>
  38.    <LI><A href="bencandy.php?fid=24&id=555"><SPAN>产品报价</SPAN></A>
  39.    <LI><A href="[url]http://lvhua.ok586.cn/list.php?fid=2[/url]"><SPAN>产品应用</SPAN></A>
  40.    <LI><A href="[url]http://lvhua.ok586.cn/pic/[/url]"><SPAN>绿化图库</SPAN></A>
  41.    <LI><A href="[url]http://lvhua.ok586.cn/[/url]"><SPAN>供求信息</SPAN></A>  
  42.    <LI><A href="bencandy.php?fid=24&id=556"><SPAN>联系我们</SPAN></A>
  43. </LI>
  44.   </UL>
  45. </div>
  46. </DIV>
  47. <!--end left-->
  48. <!--right end -->
  49. </div>
  50. </DIV>
  51. <table width="734" border="0" align="center" bgcolor="#E5EEF5">
  52.   <td width="67%" bgcolor="#E5EEF5"><form name=form1 action={$N_path}login.php method=post><DIV id=sub_nav>
  53.         
  54. <script>
  55. if(lfjid!=&#39;&#39;){
  56.   document.write(&#39; ◎ 欢迎你:<b><font color="#FF0000">&#39;+lfjid+&#39;</font></b> 回来!&#39;);
  57.   document.write(&#39; <a href="{$N_path}myinfo.php" target=_blank>个人管理中心</a>&#39;);
  58.   if(newpm==&#39;1&#39;){   
  59.      document.write(&#39;<bgsound src={$N_path}{$N_path}images/jnclub/default/msg.wav loop=1>&#39;);
  60.      document.write(&#39; <a href="{$N_path}pm.php?job=receivebox" target=_blank><font color=red>你有新的消息</font></a>&#39;);
  61.   }else{
  62.      document.write(&#39; <a href="{$N_path}pm.php?job=write" target=_blank>短信中心</a>&#39;);
  63.   }
  64.   document.write(&#39; <a href="{$N_path}search.php">高级搜索</a>&#39;);
  65.   document.write(&#39; <a href="{$N_path}login.php?action=quit">安全退出</a>&#39;);
  66. }else{
  67.   document.write(&#39; <a href="{$N_path}register.php">免费注册</a>&#39;);
  68.   document.write(&#39; <a href="{$N_path}login.php" target=_blank>会员登录</a>&#39;);
  69.   document.write(&#39; 用户名:<input class=button size=12 name=loginuser>&#39;);
  70.   document.write(&#39; 密码:<input class=button type=password size=12 name=loginpwd>&#39;);
  71.   document.write(&#39; <input class=button type=submit value=通行证 name=login22>&#39;);
  72.   document.write(&#39;<input type="hidden" name="step" value="2">&#39;);
  73. }
  74. </script>
  75.    </DIV></form></td>
  76.   <td width="33%" bgcolor="#FFFFFF">$label[webinfojn08]</td>
  77. </tr>
  78. </table>
  79. </BODY></HTML>
  80. <!--
  81. EOT;
  82. ?>
  83. -->
复制代码


网站示意:
http://lvhua.ok586.cn
您需要登录后才可以回帖 登录 | 注册

本版积分规则


QQ|Archiver|mobile|The little black house|Shanghai WTO Net ( 沪ICP备10034107号-3 )

GMT+8, 2024-5-5 21:35

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表