Xphpbbi 重构 (Xoops) by Emerald 绿色学院 - Green Institute

Xphpbbi Blocks, Shows recent topics in the forums
-----------------------------------------------------------------------------------------------------------
div (50px)
---------------------------------------------------------------------------------------------------
div (330px)
---------------------------------------------------------------------------------------------------
div (50px)
---------------------------------------------------------------------------------------------------
div (50px)
---------------------------------------------------------------------------------------------------
div (120px)
/*-----------------------------------------------------------------------------------------------*/
div (380px) xphpbbi Blocks Left
---------------------------------------------------------------------------------------------------
div (50px)
-------------------------------------------------------------------------------------------
div (330px)
-------------------------------------------------------------------------------------------
div (380px)
---------------------------------------------------------------------------------------------------
div (220px)
---------------------------------------------------------------------------------------------------
div (50px)
-------------------------------------------------------------------------------------------
div (50px)
-------------------------------------------------------------------------------------------
div (120px)
-------------------------------------------------------------------------------------------


/*************************************************************************************************************************/
/* Xphpbbi Modules */
#xphpbbiBlocksTitleTopicWS, #xphpbbiBlocksTitleRepliesWS, #xphpbbiBlocksTitleViewsWS, #xphpbbiBlocksTitleLastpostWS {
top: auto;
}
div#xphpbbiBlocksTitleTopicWS {
width:380px;
left: 0px;
}
div#xphpbbiBlocksTitleRepliesWS {
width:50px;
left: 380px;
text-align:left;
}
div#xphpbbiBlocksTitleViewsWS {
width:50px;
left: 430px;
text-align:left;
}
div#xphpbbiBlocksTitleLastpostWS {
width:120px;
left: 480px;
text-align:center;
}
div#xphpbbiBlocksLeftWS {
width:380px;
position: absolute;
}
div#xphpbbiBlocksLeftWS div.xphpbbiBlocksImgWS {
width:50px;
position: absolute;
left:0px;
}
div#xphpbbiBlocksLeftWS div.xphpbbiBlocksTitleWS {
float:left;
left: 25px;
text-align:left;
position: relative;

}
div#xphpbbiBlocksTopicForumWS {
left: 320px;
text-align:right;
position: absolute;
margin:12px 0px 0px 0px;
}
div#xphpbbiBlocksNumberDateWS {
width:280px;
left:315px;
text-align:right;
position: relative;
}
div#xphpbbiBlocksNumberDateWS div.xphpbbiBlocksRepliesWS {
width: 50px;
position: absolute;
left:50px;
text-align:center;
}
div#xphpbbiBlocksNumberDateWS div.xphpbbiBlocksTopicViewsWS {
width: 50px;
position: absolute;
left:100px;
text-align:center;
}
div#xphpbbiBlocksNumberDateWS div.xphpbbiBlocksTopicTimePosterWS {
width:180px;
text-align:right;
right:0px;
float:right;
position: relative;
}
div#xphpbbiLabel-lWS {
width:300px;
float:left;
background-color: #fdfdfd;
letter-spacing: 3px;
padding:0px 10px 0px 0px;
margin:10px 0px 0px 2px;
}
div#xphpbbiLabel-rWS {
text-align:right;
letter-spacing: 3px;
padding:0px 10px 0px 0px;
margin:10px 2px 0px 0px;
background-color: #fdfdfd;
}


<div id="xphpbbiBlocksTitleTopicWS"><{$block.lang_topic}></div>
<div id="xphpbbiBlocksTitleRepliesWS"><{$block.lang_replies}></div>
<div id="xphpbbiBlocksTitleViewsWS"><{$block.lang_views}></div>
<div id="xphpbbiBlocksTitleLastpostWS"><{$block.lang_lastpost}></div>
<br />
<{if $block.full_view == true}>
<{foreach item=topic from=$block.topics}>
<div id="xphpbbiBlocksLeftWS">
<div class="xphpbbiBlocksImgWS"><img src="<{$topic.img_dir}>" alt="<{$topic.forum_name}>"></div>
<div class="xphpbbiBlocksTitleWS"><a href="<{$xoops_url}>/modules/xphpbbi/viewtopic_<{$topic.id}>.htm#top" ><{$topic.title}></a></div>
</div>
<{$topic.pages}>
<div id="xphpbbiBlocksTopicForumWS"><a href="<{$xoops_url}>/modules/xphpbbi/viewtopic_<{$topic.forum_id}>.htm#top" ><{$topic.forum_name}></a>
</div>
<div id="xphpbbiBlocksNumberDateWS">
<div class="xphpbbiBlocksRepliesWS"><{$topic.replies}></div>
<div class="xphpbbiBlocksTopicViewsWS"><{$topic.views}></div>
<div class="xphpbbiBlocksTopicTimePosterWS">
<{$topic.time}><{if $topic.isuser}><br /><a href='<{$xoops_url}>/modules/xphpbbi/profile.php?mode=viewprofile&u=<{$topic.poster_id}>'><{$block.lang_by}>: <{$topic.poster_name}></a><{else}>
<{$block.lang_by}>: <{$topic.poster_name}> <{/if}>
</div>
</div>
<{/foreach}>
<div id="xphpbbiLabel-lWS"><a href="http://www.bbpixel.com">::BBpixel::</a></div>
<div id="xphpbbiLabel-rWS"><a href="<{$xoops_url}>/modules/xphpbbi/"><{$block.lang_visitforums}></a></div>
<{else}>
<ul>
<{$block.lang_topic}>
<{$block.lang_replies}>
<{$block.lang_lastpost}>
</ul>
<{foreach item=topic from=$block.topics}>
<ul >

<a href="<{$xoops_url}>/modules/xphpbbi/viewtopic_<{$topic.forum_id}>.htm#top" ><img src='<{$topic.img_dir}>'></img></a>

<a href="<{$xoops_url}>/modules/xphpbbi/viewtopic_<{$topic.id}>.htm#top" ><{$topic.title}></a> <{$topic.pages}>
<{$topic.replies}>
<{$topic.time}><{if $topic.isuser}> <a href='<{$xoops_url}>/modules/xphpbbi/profile.php?mode=viewprofile&u=<{$topic.poster_id}>'><{$block.lang_by}>:&nbsp;<{$topic.poster_name}></a><{else}> <{$block.lang_by}>:&nbsp;<{$topic.poster_name}> <{/if}>
</ul>
<{/foreach}>
<a href="http://www.bbpixel.com">::BBpixel::</a>
<a href="<{$xoops_url}>/modules/xphpbbi/"><{$block.lang_visitforums}></a>
<{/if}>

/****************************************************************/
*
* author : Emerald<btbtd@yahoo.com.cn>
*
* homepage : http://gi.2288.org:88/
*
* Seo-Gi : http://seo.2288.org:99
*
* sitename : 绿色学院 - Green Institute
*
* date : 2005-3-4 0:48:41
*
/****************************************************************/
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值