发新话题
打印

[软件技术] 手把手教你使用强劲的模块功能!

本主题由 第七把剑 于 2008-1-2 17:18 关闭
把本帖网址贴到网络上任何地方,同样可以获得推广币和用户等级提升 详情点击这里
http://www.770921.com/viewthread.php? tid=1434&fromuid=0 复制本帖地址
8月活动:积分获大礼活动(实物奖励)
联盟论坛管理人员大招募!

手把手教你使用强劲的模块功能!

来源:爱好者网站 
X-Space具有强劲的模块功能。不过,大家可能没有利用起来。
模块功能,是X- Space的核心功能之一。通过模块功能,站长可以轻松的构建一个非常强大的站点。此功能非常强大,几乎能实现你想要的任何利用论坛、X-Space的资源来建站的功能,不过需要一定的技巧才能学会使用。模块功能可以让你把论坛的帖子、用户、附件等几乎所有的信息,X-Space的日志、图片、商品、文件等等都给读取出来,并按照你指定的风格样式,显示在你指定的页面位置。

现在,通过一个简单的教程,图文并茂的教你实现如果通过对强劲的模块功能,实现我们更具个性化的需求。
开始之前呢,有些东西,必须强调一下
我门的首页模板有三个部分组成,即
header 这个是模板的头部 对应文件 /templates/default/header.html.php
body 这个就是模板的主要部分 对应文件 /templates/default/index.html.php
foot这个就是模板的页脚  对应文件 /templates/default/footer.html.php

我门可以把我门做好的页面对应的粘贴或者复制到这几个文件中来!

开始了,首先我门得自己做一个自己喜欢的页面,比如看看我手里这个

来源:爱好者网站 

附页面代码,方便大家清楚下面的操作

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="images/bokeshow_style.css" rel="stylesheet" type="text/css">
<title>爱好者网站-BokeShow</title>
<style type="text/css">
<!--
.style1 {color: #FF9900}
-->
</style>
</head>

<body>
<table width="752" border="0" align="center" cellpadding="0" cellspacing="1" style="padding-top:3px;border-bottom:1px #666666 dotted">
  <tr>
    <td width="8"><span class="style1">·</span></td>
    <td width="38"><a href="http://www.cfan.com.cn/"><strong><font color="#ff0000">首 页</font></strong></a></td>
    <td width="8"><span class="style1">·</span></td>
    <td width="38"><a href="http://www.cfan.com.cn/news/index.shtml">新 闻</a></td>
    <td width="8"><span class="style1">·</span></td>
    <td width="38"><a href="http://www.cfan.com.cn/system/index.shtml">系 统</a></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="43"><a href="http://www.cfan.com.cn/av/index.shtml">安 全</a></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://www.cfan.com.cn/office/index.shtml">办 公</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="45"><span class="beicopy_top"><a href="http://www.cfan.com.cn/hardware/index.shtml">硬 件</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://www.cfan.com.cn/digi/index.shtml">数 码</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://www.cfan.com.cn/net/index.shtml">网 络</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://www.cfan.com.cn/program/index.shtml">程 序</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://www.cfan.com.cn/qa/index.shtml">问 答</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://www.cfan.com.cn/pages/20050533/0001.html">图 片</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://www.cfan.com.cn/activity/index.shtml">活 动</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="38"><span class="beicopy_top"><a href="http://bbs.cfan.com.cn/">论 坛</a></span></td>
    <td width="4"><span class="style1">·</span></td>
    <td width="70"><span class="beicopy_top"><a href="http://www.cfan.com.cn/book/sale.shtml">图书邮购</a></span></td>
    <td width="6"><span class="style1">·</span></td>
    <td width="86"><span class="beicopy_top"><a href="http://digi.cfan.com.cn">比价购物</a></span></td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="200"><img src="images/bokeshow_03.jpg" width="142" height="66"></td>
    <td><table width="100%"  border="0" cellspacing="2" cellpadding="0">
      <tr>
        <td width="45"><img src="images/bokeshow_06.jpg" width="43" height="42"></td>
        <td><a href="#"><strong>首页</strong></a></td>
        <td width="45"><img src="images/bokeshow_08.jpg" width="43" height="42"></td>
        <td> <a href="#"><strong>日志</strong></a></td>
        <td width="45"><img src="images/bokeshow_10.jpg" width="43" height="44"></td>
        <td> <a href="#"><strong>相册</strong></a></td>
      <td width="45"><img src="images/bokeshow_12.jpg" width="43" height="42"></td>
        <td> <a href="#"><strong>书签</strong></a></td>
        <td width="45"><img src="images/bokeshow_14.jpg" width="43" height="42"></td>
        <td><a href="#"><strong>论坛</strong></a></td>
        <td width="45"><img src="images/bokeshow_16.jpg" width="44" height="42"></td>
        <td> <a href="#"><strong>我的空间</strong></a></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="760" height="28"  border="0" align="center" cellpadding="0" cellspacing="0" background="images/bokeshow_25.gif">
  <tr>
    <td class="bokewhite" style="padding-left:20px"><a href="#">漫画卡通 </a><font color="FFFC00">·</font><a href="#"> 创意设计</a> <font color="FFFC00">·</font>  经典怀旧 <font color="FFFC00">·</font>  自然风景 <font color="FFFC00">·</font>  偶象明星 <font color="FFFC00">·</font>  轻松搞笑 <font color="FFFC00">·</font>  社会纪实 <font color="FFFC00">·</font>  绝色美人 <font color="FFFC00">·</font>  我的生活 <font color="FFFC00">·</font>  精品鉴赏</td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="2" style="border:1px #888888 solid;margin-top:1px">
  <tr>
    <td width="50"><div align="center">用户名</div></td>
  <td width="80"><input name="textfield" type="text" size="10"></td>
    <td width="50"> <div align="center">密 码 </div></td>
    <td width="80"><input name="textfield2" type="text" size="10"></td>
    <td width="60"><img src="images/bokeshow_29.gif" width="48" height="20"></td>
    <td width="70"><a href="#"><font color="#0A40AD">忘记密码</font></a> </td>
    <td width="200"><a href="#"><font color="#ff0000">开通我的Boke Show</font></a></td>
    <td> </td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="222"  border="0" cellpadding="0" cellspacing="1" bgcolor="4789C4">
      <tr>
        <td style="padding:5px"><img src="images/ls_01.gif" width="210" height="196"></td>
      </tr>
      <tr>
        <td class="bokewhite"><div align="center"><a href="#"><strong>·袁立个人博客访问量突破千万</strong></a></div></td>
      </tr>
    </table>
      <table width="99%"  border="0" cellspacing="0" cellpadding="0" style="margin-top:2px">
        <tr>
          <td><img src="images/bokeshow_60.gif" width="222" height="27"></td>
        </tr>
        <tr>
          <td style="border-left:1px #4789C4 solid;border-right:1px #4789C4 solid;padding:8px">·<a href="#">江浙私募基金操盘手:大牛的绝招</a><br>
            ·美媒:在台湾海域 中国有能力挑战<br>
          ·亲爱的,让我们吵一场有技术含量</td>
        </tr>
        <tr>
          <td><img src="images/bokeshow_64.gif" width="222" height="13"></td>
        </tr>
      </table></td>
  <td width="325" valign="top" background="images/bokeshow_20.gif"><table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
    <tr>
      <td><img src="images/bokeshow_36.gif" width="286" height="35"></td>
    </tr>
  </table>
    <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
      <tr>
        <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
          <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
          <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
          <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
      </tr>
    </table>

来源:爱好者网站 


    <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
      <tr>
        <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
      </tr>
    </table>
    <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
      <tr>
        <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
      </tr>
    </table></td>
    <td width="212" valign="top" background="images/bokeshow_21.gif"><table width="90%"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><img src="images/bokeshow_33.gif" width="66" height="25"></td>
      </tr>
    </table>
      <table width="90%"  border="0" align="center" cellpadding="0" cellspacing="2">
        <tr>
          <td><input name="textfield3" type="text" size="10"></td>
          <td><select name="select" size="1" >
            <option selected>信息</option>
                              </select></td>
          <td><img src="images/bokeshow_40.gif" width="39" height="21"></td>
        </tr>
      </table>
      <table width="90%"  border="0" align="center" cellpadding="0" cellspacing="5" style="border-top:1px #A5A5A5 dotted">
        <tr>
          <td><select name="select3" size="1" >
            <option selected>选择省份</option>
                              </select></td>
          <td><select name="select2" size="1" >
            <option selected>选择城市</option>
                              </select></td>
        </tr>
        <tr>
          <td><img src="images/bokeshow_45.gif" width="78" height="18"></td>
          <td><img src="images/bokeshow_47.gif" width="80" height="18"></td>
        </tr>
      </table>
      <table width="90%"  border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td><img src="images/bokeshow_52.jpg" width="201" height="46"></td>
        </tr>
        <tr>
          <td bgcolor="#FFFFFF" style="border-left:1px #FE9F00 solid;border-right:1px #FE9F00 solid"><table width="92%"  border="0" align="center" cellpadding="0" cellspacing="3" style="border-bottom:1px #ABABAB dotted ">
            <tr>
              <td width="50"><img src="images/ls_02.gif" width="50" height="50"></td>
            <td width="10" valign="middle"><img src="images/bokeshow_56.gif" width="9" height="9"></td>
              <td class="bokebluelist">[<font color="ff000000">精灵仙子</font>的个人空间]</td>
            </tr>
          </table>
            <table width="92%"  border="0" align="center" cellpadding="0" cellspacing="3" style="border-bottom:1px #ABABAB dotted ">
              <tr>
                <td width="50"><img src="images/ls_02.gif" width="50" height="50"></td>
                <td width="10"><img src="images/bokeshow_56.gif" width="9" height="9"></td>
                <td class="bokebluelist">[<font color="ff000000">精灵仙子</font>的个人空间]</td>
              </tr>
            </table>
            <table width="92%"  border="0" align="center" cellpadding="0" cellspacing="3">
              <tr>
                <td width="50"><img src="images/ls_02.gif" width="50" height="50"></td>
                <td width="10"><img src="images/bokeshow_56.gif" width="9" height="9"></td>
                <td class="bokebluelist">[<font color="ff000000">精灵仙子</font>的个人空间]</td>
              </tr>
            </table></td>
        </tr>
        <tr>
          <td><img src="images/bokeshow_63.gif" width="201" height="15"></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="3" cellspacing="10" bgcolor="D0D0D0">
  <tr>
    <td><table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
      <tr>
        <td width="3"><img src="images/bokeshow_68.gif" width="41" height="250"></td>
      <td valign="middle"><table width="100%"  border="0" cellspacing="3" cellpadding="0" >
        <tr>
          <td><img src="images/ls_03.gif" width="120" height="90"></td>
        <td><img src="images/ls_03.gif" width="120" height="90"></td>
          <td><img src="images/ls_03.gif" width="120" height="90"></td>
          <td><img src="images/ls_03.gif" width="120" height="90"></td>
          <td><img src="images/ls_03.gif" width="120" height="90"></td>
        </tr>
        <tr>
          <td>·<a href="#">青春燃烧的网络</a></td>
          <td>·<a href="#">青春燃烧的网络</a></td>
          <td>·<a href="#">青春燃烧的网络</a></td>
          <td>·<a href="#">青春燃烧的网络</a></td>
          <td>·<a href="#">青春燃烧的网络</a></td>
        </tr>
      </table>
        <table width="100%"  border="0" cellspacing="3" cellpadding="0">
          <tr>
            <td><img src="images/ls_03.gif" width="120" height="90"></td>
            <td><img src="images/ls_03.gif" width="120" height="90"></td>
            <td><img src="images/ls_03.gif" width="120" height="90"></td>
            <td><img src="images/ls_03.gif" width="120" height="90"></td>
            <td><img src="images/ls_03.gif" width="120" height="90"></td>
          </tr>
          <tr>
            <td>·<a href="#">青春燃烧的网络</a></td>
            <td>·<a href="#">青春燃烧的网络</a></td>
            <td>·<a href="#">青春燃烧的网络</a></td>
            <td>·<a href="#">青春燃烧的网络</a></td>
            <td>·<a href="#">青春燃烧的网络</a></td>
          </tr>
        </table></td>
      <td width="9"><img src="images/bokeshow_71.gif" width="9" height="250"></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="197" bgcolor="D0D0D0"><table width="187"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
      <tr>
        <td><div align="center"><img src="images/bokeshow_76.gif" width="183" height="27"></div></td>
      </tr>
      <tr>
        <td><table width="187"  border="0" align="center" cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
          <tr>
            <td width="30"><img src="images/bokeshow_86.gif" width="28" height="20"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr bgcolor="F5F5F5">
            <td><img src="images/bokeshow_90.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td width="40">何洁</td>
          </tr>
          <tr>
            <td><img src="images/bokeshow_92.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr bgcolor="#F5F5F5">
            <td><img src="images/bokeshow_94.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr>
            <td><img src="images/bokeshow_96.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr bgcolor="#F5F5F5">
            <td><img src="images/bokeshow_98.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr>
            <td><img src="images/bokeshow_100.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr bgcolor="#F5F5F5">
            <td><img src="images/bokeshow_102.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr>
            <td><img src="images/bokeshow_104.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr bgcolor="#F5F5F5">
            <td><img src="images/bokeshow_106.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr>
            <td><img src="images/bokeshow_108.gif" width="28" height="20"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
          <tr bgcolor="#F5F5F5">
            <td><img src="images/bokeshow_110.gif" width="28" height="19"></td>
          <td>何洁的BLOG</td>
          <td>何洁</td>
          </tr>
        </table></td>
      </tr>
    </table>    </td>

来源:爱好者网站 


  <td width="322" valign="top" background="images/bokeshow_70.gif"><table width="95%"  border="0" align="center" cellpadding="0" cellspacing="3">
    <tr>
      <td><img src="images/bokeshow_78.gif" width="287" height="39"></td>
    </tr>
  </table>
    <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
      <tr>
        <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
      </tr>
    </table>
    <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
      <tr>
        <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
      </tr>
    </table>
    <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
      <tr>
        <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
            <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
      </tr>
    </table></td>
    <td bgcolor="4789C4"><table width="96%"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="25"><img src="images/bokeshow_81.gif" width="19" height="14"></td>
      <td width="80" class="bokewhite"><strong>热门文章</strong></td>
        <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><img src="images/bokeshow_160.gif" width="54" height="18"></td>
          <td><img src="images/bokeshow_161.gif" width="43" height="18"></td>
            <td><img src="images/bokeshow_162.gif" width="41" height="18"></td>
          </tr>
        </table></td>
        </tr>
    </table>
      <table width="98%"  border="0" align="center" cellpadding="5" cellspacing="3" background="images/bokeshow_163.gif">
        <tr>
          <td style="padding-top:10px"><font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> <span class="bokename">天下</span> <br>
<font color="#FEA500">·</font>美媒在台湾海域 中国有能力挑战<span class="bokename"> 天下</span><br>
<font color="#FEA500">·</font>亲爱的让我们吵一场有技术含量 <span class="bokename">天下</span><br>
<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> <span class="bokename">天下</span><br>
<font color="#FEA500">·</font>美媒在台湾海域 中国有能力挑战 <span class="bokename">天下</span><br>
<font color="#FEA500">·</font>亲爱的让我们吵一场有技术含量 <span class="bokename">天下<br>
<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>

<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下<br>
<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>

<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下<br>

<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>
<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下<br>
<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>
<font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下</span></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="197" bgcolor="D0D0D0"><table width="187"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
        <tr>
          <td><div align="center"><img src="images/bokeshow_120.gif" width="183" height="27"></div></td>
        </tr>
        <tr>
          <td><table width="187"  border="0" align="center" cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
              <tr>
                <td width="30"><img src="images/bokeshow_125.gif" width="28" height="20"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr bgcolor="F5F5F5">
                <td><img src="images/bokeshow_129.gif" width="28" height="21"></td>
                <td>何洁的BLOG</td>
                <td width="40">何洁</td>
              </tr>
              <tr>
                <td><img src="images/bokeshow_131.gif" width="28" height="19"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr bgcolor="#F5F5F5">
                <td><img src="images/bokeshow_133.gif" width="28" height="18"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr>
                <td><img src="images/bokeshow_135.gif" width="28" height="19"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr bgcolor="#F5F5F5">
                <td><img src="images/bokeshow_137.gif" width="28" height="18"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr>
                <td><img src="images/bokeshow_139.gif" width="28" height="19"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr bgcolor="#F5F5F5">
                <td><img src="images/bokeshow_139.gif" width="28" height="19"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr>
                <td><img src="images/bokeshow_141.gif" width="28" height="18"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr bgcolor="#F5F5F5">
                <td><img src="images/bokeshow_143.gif" width="28" height="19"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr>
                <td><img src="images/bokeshow_145.gif" width="28" height="18"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
              <tr bgcolor="#F5F5F5">
                <td><img src="images/bokeshow_147.gif" width="28" height="19"></td>
                <td>何洁的BLOG</td>
                <td>何洁</td>
              </tr>
          </table></td>
        </tr>
    </table></td>

来源:爱好者网站 


    <td width="322" valign="top" background="images/bokeshow_70.gif"><table width="95%"  border="0" align="center" cellpadding="0" cellspacing="3">
        <tr>
          <td><img src="images/bokeshow_119.gif" width="287" height="38"></td>
        </tr>
      </table>
        <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
          <tr>
            <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
          </tr>
        </table>
        <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
          <tr>
            <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
          </tr>
        </table>
        <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
          <tr>
            <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
          </tr>
      </table></td>
    <td bgcolor="4789C4"><table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0" background="images/bokeshow_115.gif">
        <tr>
          <td width="10"><img src="images/bokeshow_113.gif" width="10" height="23"></td>
          <td width="80" class="bokewhite"><img src="images/bokeshow_114.gif" width="83" height="23"></td>
          <td> </td>
        <td width="8"><img src="images/bokeshow_117.gif" width="8" height="23"></td>
        </tr>
      </table>
        <table width="98%"  border="0" align="center" cellpadding="0" cellspacing="5" bgcolor="#FFFFFF">
          <tr>
            <td background="images/bokeshow_165.gif" class="boketablebg01"><font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> <span class="bokename">天下</span> <br>
                <font color="#FEA500">·</font>美媒在台湾海域 中国有能力挑战<span class="bokename"> 天下</span><br>
                <font color="#FEA500">·</font>亲爱的让我们吵一场有技术含量 <span class="bokename">天下</span><br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> <span class="bokename">天下</span><br>
                <font color="#FEA500">·</font>美媒在台湾海域 中国有能力挑战 <span class="bokename">天下</span><br>
                <font color="#FEA500">·</font>亲爱的让我们吵一场有技术含量 <span class="bokename">天下<br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下<br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下<br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下<br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下 <br>
                <font color="#FEA500">·</font><a href="#">江浙私募基金操盘手大牛的绝招</a> 天下</span></td>
          </tr>
      </table></td>
  </tr>
</table>
<table width="760"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="197" bgcolor="D0D0D0"><table width="187"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
        <tr>
          <td><div align="center"><img src="images/bokeshow_157.gif" width="183" height="26"></div></td>
        </tr>
        <tr>
          <td style="padding:8px"><font color="#FEA500">·</font><a href="#">江浙私募基金绝招</a> <span class="bokename">天下</span> <br>
            <font color="#FEA500">·</font>美媒在台湾海能力挑战<span class="bokename"> 天下</span><br>
            <font color="#FEA500">·</font>亲爱的让我们吵场含量 <span class="bokename">天下</span><br>
            <font color="#FEA500">·</font><a href="#">江浙私募基操盘手绝招</a> <span class="bokename">天下</span><br>
            <font color="#FEA500">·</font>美媒在台湾域 国能战 <span class="bokename">天下</span><br>
            <font color="#FEA500">·</font>亲爱的让我吵一含量 <span class="bokename">天下<br>
            <font color="#FEA500">·</font><a href="#">江浙私募基金盘手大牛</a> 天下 <br>
            <font color="#FEA500">·</font><a href="#">江浙私募基金盘手大牛</a>天下<br>
            <font color="#FEA500">·</font><a href="#">江浙私募基金盘手大牛</a> 天下 <br>
            <font color="#FEA500">·</font><a href="#">江浙私募基金操手大牛</a> 天下<br>
            <font color="#FEA500">·</font><a href="#">江浙私募基金操手大牛</a> 天下 <br>
            <font color="#FEA500">·</font><a href="#">江浙私募基金盘手大牛</a> 天下<br>
            <font color="#FEA500">·</font><a href="#">江浙私募基牛的绝招</a> 天下 <br>
            <font color="#FEA500">·</font><a href="#">江浙私募基操盘绝招</a> 天下</span></td>
        </tr>
    </table></td>
    <td width="322" valign="top" background="images/bokeshow_70.gif"><table width="95%"  border="0" align="center" cellpadding="0" cellspacing="3">
        <tr>
          <td><img src="images/bokeshow_155.gif" width="284" height="37"></td>
        </tr>
      </table>
        <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
          <tr>
            <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
          </tr>
        </table>
        <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
          <tr>
            <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
          </tr>
        </table>

来源:爱好者网站 


        <table width="93%"  border="0" align="center" cellpadding="0" cellspacing="5">
          <tr>
            <td><span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a><br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a> <br>
                <span class="boke14red">[ <a href="#" class="boke14red">硬件</a> ]</span> <a href="#" class="bokelist">江浙私募基金操盘手大牛的绝招</a> <a href="#" class="bokename">精灵</a></td>
          </tr>
      </table></td>
    <td bgcolor="4789C4"><table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0" background="images/bokeshow_115.gif">
        <tr>

TOP

发新话题