WEB开发网
开发学院CMS教程帝国CMS 帝国CMS 6.0功能解密之会员空间信息标签调用 阅读

帝国CMS 6.0功能解密之会员空间信息标签调用

 2009-11-05 19:55:00 来源:WEB开发网   
核心提示:例子2:用空间“灵动标签函数”实现如下图效果实现代码为如下: <table width="100%" border="0" cellpadding="3" cellspacing=&q


例子2:用空间“灵动标签函数”实现如下图效果

实现代码为如下:
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#96C8F1" align="center">
 <tr>
    <td background="template/default/images/bg_title_sider.gif"><b>图片新闻</b></td>
 </tr>
 <tr>
    <td bgcolor="#FFFFFF">
                <table width="100%" border="0" cellspacing="1" cellpadding="3">
                        <tr>
                     <?php
                        $spacesql=espace_eloop(2,4,0,1);
                        while($spacer=$empire->fetch($spacesql))
                        {
                                $spacesr=espace_eloop_sp($spacer);
                        ?>
                                <td height="25" align="center">
                                        <a href="<?=$spacesr[titleurl]?>" target="_blank"><img src="<?=$spacer[titlepic]?>" width="108" height="72" border="0"></a>
                                        <br>
                                        <a href="<?=$spacesr[titleurl]?>" target="_blank"><?=esub($spacer[title],20)?></a>
                                </td>
                        <?
                        }
                        ?>
                        </tr>
                    </table>
        </td>
 </tr>
</table>
说明:调用带标题图片的最新4条信息。(esub为截取字数函数)

上一页  1 2 

Tags:帝国 CMS 功能

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接