|
修改header.htm文件
里面找到在上面添加- <!--论坛自定义-->
- <link rel="stylesheet" type="text/css" href="templates/default/hml_style.css" />
- <script src="templates/default/hml_top.js" type="text/javascript"></script>
- <!--论坛自定义End-->
复制代码 然后找到- <body id="{CURSCRIPT}" onkeydown="if(event.keyCode==27) return false;">
复制代码 下面添加- <!--Top开始-->
- <DIV style="PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px">
- <DIV id=hlx-top>
- <DIV id=hlx-nav>
- <FORM id=searchform method=post action=search.php>
- <INPUT value=hml_001 type=hidden name=formhash> <INPUT value=yes type=hidden name=searchsubmit>
- <INPUT id=searchtxt value=标题 type=hidden name=searchtxt>
- <INPUT id=area value=2 type=hidden name=area>
- <INPUT id=forumCategory value=0 type=hidden name=forumCategory>
- <INPUT onfocus=inputAutoClear(this) name=srchtxt>
- <BUTTON type=submit>站内搜索</BUTTON>
- </FORM>
- <SPAN>
- <script type="text/javascript">
- var d = new Date()
- document.write(d.getFullYear()+'年'+(d.getMonth()+1)+'月'+d.getDate()+'日'+' 星期'+'日一二三四五六'.charAt(new Date().getDay()));
- </script>
- </SPAN>
- <UL>
- <LI class=menu onmouseover="VeryIDE.ShowSelect(event,this,$('extra-1'));this.blur();return !1;" onclick="VeryIDE.ShowSelect(event,this,$('extra-1'));this.blur();return !1;">
- <A href="http://www.lanyudongli.com/">推荐内容</A>
- </LI>
- <LI class=menu onmouseover="VeryIDE.ShowSelect(event,this,$('extra-2'));this.blur();return !1;" onclick="VeryIDE.ShowSelect(event,this,$('extra-2'));this.blur();return !1;">
- <A href="http://www.lanyudongli.com/">特色功能</A>
- </LI>
- <LI class=next>
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- if (window == top) {
- document.write ("<a href="music.php" target="_top"><font color=blue>音乐模式</font></a>");
- } else {
- document.write ("<a href=# target="_top"><font color=red>关闭音乐</font></a>");
- }
- //-->
- </SCRIPT>
- </LI>
- <LI class=next>
- <A href="http://www.lanyu51.com/" target=_blank>推荐空间商</A>
- </LI>
- </UL></DIV>
- </DIV>
- <!--FOO1-->
- <DIV style="DISPLAY: none" id=extra-1 class=hlx-extra onmouseover="$('extra-2').style.display='none';">
- <DIV>
- <A href="#" target=_blank>推荐内容</A>
- </DIV>
- <UL>
- <LI><A href="#"><SPAN>①:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>②:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>③:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>④:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>⑤:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>⑥:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>⑦:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>⑧:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>⑨:</SPAN>等待添加</A>
- <LI><A href="#"><SPAN>⑩:</SPAN>等待添加</A>
- </LI>
- </UL>
- </DIV>
- <!--FOO1结束-->
- <!--FOO2-->
- <DIV style="DISPLAY: none" id=extra-2 class=hlx-extra onmouseover="$('extra-1').style.display='none';">
- <DIV><A href="#" target=_blank>特色功能</A></DIV>
- <OL>
- <LI><A href="http://www.lanyudongli.com/plugin.php?id=lanyu_sign:sign">每日签到</A>
- <LI><A href="http://www.lanyudongli.com/plugin.php?id=rs_modreg:modreg">版主申请</A>
- <LI><A href="http://www.lanyudongli.com/plugin.php?id=lanyu_medalcenter">勋章中心</A>
- <LI><A href="http://www.lanyudongli.com/plugin.php?id=promotion:promotion">有奖宣传</A> </LI>
- <LI><A href="http://www.lanyudongli.com/plugin.php?id=qqfarm:qqfarm">农场田园</A> </LI></DIV></DIV>
- <!--FOO2结束-->
- <!--Top_结束-->
复制代码 然后把
|
|