<?php echo '购买商业模板!请支持正版';exit;?>
<!--{subtemplate common/header}-->
<!--{eval require_once(DISCUZ_ROOT."./source/function/function_post.php");}-->
<!--{if $_G['forum']['ismoderator']}-->
<script type="text/javascript" src="{$_G[setting][jspath]}forum_moderate.js?{VERHASH}"></script>
<!--{/if}-->
<style id="diy_style" type="text/css"></style>
<!--{if $_G[forum][banner] && !$subforumonly}-->
<style type="text/css">
.bus-mask{background-image:url($_G['forum'][banner]); background-position: top right;}
</style>
<!--{/if}-->
</div>
<div class="mobanbus_tj bus_yt bussd bus_effect_1">
<div class="bus_bd98">
<!--{subtemplate forum/forumdisplay_busyt}-->
</div>
<div class="bus-mask"></div><div class="mobanbus_imgbg"></div>
</div>
<div class="mobanbus">
<!--[diy=diynavtop]--><div id="diynavtop" class="area bus_ads"></div><!--[/diy]-->
<div class="clear"></div>
<div class="wp">
<!--[diy=diylist]--><div id="diylist" class="area"></div><!--[/diy]-->
</div>
<div class="clear"></div>
<div class="bus_forumbox">
<div <!--{if empty($_G['forum']['picstyle']) || $_G['cookie']['forumdefstyle']}--> {if $leftside} class="bus_viewthread_r bussidebar" {else} {if $_G['forum']['allowside']} class="bus_hide" {/if} class="bus_hide" {/if} <!--{else}--> class="bus_hide" <!--{/if}--> >
<aside class="bus_vright">
<!-- bus_sidebox-->
<div class="bus_sidebox">
<!--[diy=diy_listads]--><div id="diy_listads" class="area"></div><!--[/diy]-->
</div>
<!-- bus_sidebox end -->
</aside>
</div><!--mobanbus_cn bus_viewthread_r end-->
<div <!--{if empty($_G['forum']['picstyle']) || $_G['cookie']['forumdefstyle']}--> {if $leftside} class="bus_viewthread_c nopic_l" {else} {if $_G['forum']['allowside']} class="bus_viewthread_c bus_w100" {/if} class="bus_viewthread_c bus_w100 nopic_l" {/if} <!--{else}--> class="bus_viewthread_c bus_w100 bus_picstyle" <!--{/if}--> >
<div class="bus_forum">
<!--{hook/forumdisplay_top}-->
<!--{if $subexists && $_G['page'] == 1}--><!--{template forum/forumdisplay_subforum}--><!--{/if}-->
<!--{hook/forumdisplay_middle}-->
<!--{hook/forumdisplay_bottom}-->
<div class="cl"></div>
<!--{if $livethread}-->
<div id="livethread" class="tl bmw cl">
<div class="bus_livethreadtt mb20">{lang modmenu_live}</div>
<div class="livethreadtitle">
<span class="replynumber xg1">{lang reply} <span id="livereplies" class="xi1">$livethread[replies]</span></span>
<a href="forum.php?mod=viewthread&tid=$livethread[tid]" target="_blank">$livethread[subject]</a> <img src="{IMGDIR}/livethreadtitle.png" />
</div>
<div id="livereplycontentout">
<div id="livereplycontent">
</div>
</div>
<div id="liverefresh">{lang forum_live_newreply_refresh}</div>
<div id="livefastreply">
<form id="livereplypostform" method="post" action="forum.php?mod=post&action=reply&fid=$_G[fid]&tid=$livethread[tid]&replysubmit=yes&infloat=yes&handlekey=livereplypost&inajax=1" onsubmit="return livereplypostvalidate(this)">
<div id="livefastcomment">
<textarea id="livereplymessage" name="message" style="color:gray;">{lang forum_live_fastreply_notice}</textarea>
</div>
<div id="livepostsubmit" style="display:none;">
<!--{if checkperm('seccode') && ($secqaacheck || $seccodecheck)}-->
<!--{block sectpl}--><sec> <span id="sec<hash>" onclick="showMenu(this.id)"><sec></span><div id="sec<hash>_menu" class="p_pop p_opt" style="display:none"><sec></div><!--{/block}-->
<div class="mtm sec" style="text-align:right;"><!--{subtemplate common/seccheck}--></div>
<!--{/if}-->
<p class="ptm pnpost" style="margin-bottom:10px;">
<button type="submit" name="replysubmit" class="pn pnc vm" style="float:right;" value="replysubmit" id="livereplysubmit">
<strong>{lang forum_live_post}</strong>
</button>
</p>
</div>
<input type="hidden" name="formhash" value="{FORMHASH}">
<input type="hidden" name="subject" value=" ">
</form>
</div>
<span id="livereplypostreturn"></span>
</div>
<script type="text/javascript">
var postminchars = parseInt('$_G['setting']['minpostsize']');
var postmaxchars = parseInt('$_G['setting']['maxpostsize']');
var disablepostctrl = parseInt('{$_G['group']['disablepostctrl']}');
var replycontentlist = new Array();
var addreplylist = new Array();
var timeoutid = timeid = movescrollid = waitescrollid = null;
var replycontentnum = 0;
getnewlivepostlist(1);
timeid = setInterval(getnewlivepostlist, 5000);
$('livereplycontent').style.position = 'absolute';
$('livereplycontent').style.width = ($('livereplycontentout').clientWidth - 50) + 'px';
$('livereplymessage').onfocus = function() {
if(this.style.color == 'gray') {
this.value = '';
this.style.color = 'black';
$('livepostsubmit').style.display = 'block';
this.style.height = '56px';
$('livefastcomment').style.height = '57px';
}
};
$('livereplymessage').onblur = function() {
if(this.value == '') {
this.style.color = 'gray';
this.value = '{lang forum_live_fastreply_notice}';
}
};
$('liverefresh').onclick = function() {
$('livereplycontent').style.position = 'absolute';
getnewlivepostlist();
this.style.display = 'none';
};
$('livereplycontentout').onmouseover = function(e) {
if($('livereplycontent').style.position == 'absolute' && $('livereplycontent').clientHeight > 215) {
$('livereplycontent').style.position = 'static';
this.scrollTop = this.scrollHeight;
}
if(this.scrollTop + this.clientHeight != this.scrollHeight) {
clearInterval(timeid);
clearTimeout(timeoutid);
clearInterval(movescrollid);
timeid = timeoutid = movescrollid = null;
if(waitescrollid == null) {
waitescrollid = setTimeout(function() {
$('liverefresh').style.display = 'block';
}, 60000 * 10);
}
} else {
clearTimeout(waitescrollid);
waitescrollid = null;
}
};
$('livereplycontentout').onmouseout = function(e) {
if(this.scrollTop + this.clientHeight == this.scrollHeight) {
$('livereplycontent').style.position = 'absolute';
clearInterval(timeid);
timeid = setInterval(getnewlivepostlist, 10000);
}
};
function getnewlivepostlist(first) {
var x = new Ajax('JSON');
x.getJSON('forum.php?mod=misc&action=livelastpost&fid=$livethread[fid]', function(s, x) {
var count = s.data.count;
$('livereplies').innerHTML = count;
var newpostlist = s.data.list;
for(i in newpostlist) {
var postid = i;
var postcontent = '';
postcontent += '<dt><a href="home.php?mod=space&uid=' + newpostlist[i].authorid + '" target="_blank">' + newpostlist[i].avatar + '</a></dt>';
postcontent += '<dd><a href="home.php?mod=space&uid=' + newpostlist[i].authorid + '" target="_blank">' + newpostlist[i].author + '</a></dd>';
postcontent += '<dd>' + newpostlist[i].message + '</dd>';
postcontent += '<dd class="dateline">' + newpostlist[i].dateline + '</dd>';
if(replycontentlist[postid]) {
$('livereply_' + postid).innerHTML = postcontent;
continue;
}
addreplylist[postid] = '<dl id="livereply_' + postid + '">' + postcontent + '</dl>';
}
if(first) {
for(i in addreplylist) {
replycontentlist[i] = addreplylist[i];
replycontentnum++;
var div = document.createElement('div');
div.innerHTML = addreplylist[i];
$('livereplycontent').appendChild(div);
delete addreplylist[i];
}
} else {
livecontentfacemove();
}
});
}
function livecontentfacemove() {
没有合适的资源?快使用搜索试试~ 我知道了~
DiscuzX3模板 模板巴士 响应式 企业模板V3 商业版GBK 价值359.rar
共211个文件
png:89个
gif:36个
php:28个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 1 下载量 158 浏览量
2021-12-02
17:18:19
上传
评论
收藏 2.39MB RAR 举报
温馨提示
v3模板说明 1.模板版本支持:discuzx3版本,包括【门户首页】、【门户文章列表】、【门户文章详情】、 【论坛首页】、【论坛列表页】、【独立瀑布流】、【论坛内容页】等页面的原创美化!! 2.模板首页、列表页、内容页、以及文章页面等模板添加了不少处动画效果,增加用户体验和粘度。 3.模板巴士对很多细节都进行了精心美化,甚至每一像素都是经过模板巴士精心计算美化的。 无论是在前端界面上还是在CCS代码优化上,兼容主流浏览器,ie8以上(ie7以及以下样式不做兼容),谷歌火狐等。
资源推荐
资源详情
资源评论
收起资源包目录
DiscuzX3模板 模板巴士 响应式 企业模板V3 商业版GBK 价值359.rar (211个子文件)
extend_module.css 105KB
extend_common.css 29KB
forum_moderator.css 4KB
widthauto.css 82B
Thumbs.db 8KB
使用、修改说明(商业版).doc 19KB
loading.gif 5KB
loading_1.gif 4KB
common_36_icon.gif 4KB
common_2_icon.gif 4KB
common_50_icon.gif 4KB
common_51_icon.gif 4KB
common_42_icon.gif 4KB
common_45_icon.gif 3KB
common_44_icon.gif 3KB
common_37_icon.gif 3KB
common_47_icon.gif 3KB
allico.gif 3KB
common_49_icon.gif 3KB
common_41_icon.gif 3KB
common_38_icon.gif 3KB
common_43_icon.gif 3KB
common_46_icon.gif 3KB
cls.gif 2KB
pl_t_fav.gif 2KB
pl_t_fj.gif 2KB
mbx.gif 1KB
title_feature.gif 1KB
forum_new.gif 1KB
folder_hot.gif 1KB
folder_new.gif 1KB
folder_common.gif 1KB
good.gif 1KB
bus_tt_liner.gif 1KB
3px.gif 1KB
5px.gif 1KB
bus_bg.gif 1KB
bg.gif 1KB
bg1.gif 746B
forum.gif 630B
folder_s.gif 603B
folder_lock.gif 354B
group_manage.htm 19KB
group_index.htm 16KB
trade_info.htm 15KB
group_list.htm 12KB
view_about.htm 11KB
group.htm 10KB
view_new.htm 10KB
group_my.htm 9KB
group_right.htm 6KB
type.htm 6KB
group_create.htm 5KB
index.htm 5KB
list_new.htm 4KB
group_attentiongroup.htm 3KB
login_simple.htm 3KB
group_memberlist.htm 2KB
header_common.htm 2KB
getpasswd.htm 2KB
group_recommend.htm 1KB
group_invite.htm 1KB
hero-bg.jpg 364KB
preview_large.jpg 302KB
login.jpg 296KB
indexr-bg2.jpg 145KB
indexr-bg.jpg 101KB
indexbg.jpg 91KB
bus_bg02.jpg 74KB
tbg.jpg 58KB
bus_bg.jpg 40KB
wallbg.jpg 34KB
weixin.jpg 28KB
bus_contitlebg.jpg 26KB
preview.jpg 19KB
consult_icon.jpg 17KB
bk_bg.jpg 14KB
check_btns.jpg 3KB
mobanbus_pace.js 25KB
jquery.infinitescroll.js 24KB
js_lib.js 18KB
vector.js 15KB
jquery.masonry.js 15KB
jQuery.js 14KB
DD_belatedPNG_0.0.8a.js 12KB
mobanbusjs.js 11KB
mobanbusmov.js 8KB
mobanbusslider.js 2KB
mobanbus.js 830B
forumdisplay.php 54KB
viewthread_node.php 38KB
viewthread.php 25KB
discuz.php 21KB
header.php 17KB
viewthread_node_body.php 16KB
trade_info.php 15KB
register.php 14KB
tagitem.php 13KB
footer.php 12KB
guide_list_row.php 12KB
共 211 条
- 1
- 2
- 3
资源评论
- in05702022-05-14用户下载后在一定时间内未进行评价,系统默认好评。
执刀人的工具库
- 粉丝: 1459
- 资源: 1610
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【年度调薪】年度薪酬预算执行情况报告.xls
- 【年度调薪】调薪考核表.xls
- 【年度调薪】调薪矩阵表(HR总监绝密).xls
- 【年度调薪】度员工调薪登记表.xlsx
- 【年度调薪】薪资等级结构表.xls
- 【年度调薪】调薪调岗流程表格.xls
- 【年度调薪】部门年度薪资调整套级审批表.xlsx
- 【年度调薪】调薪流程.xlsx
- 【年度调薪】年度员工调薪登记表.xlsx
- 【年度调薪】员工调薪评估.xlsx
- 【年度调薪】员工加薪明细表.xlsx
- 【年度调薪】员工调薪记录表.xlsx
- 【年度调薪】HR疑难操作之调岗调薪(实务篇).doc
- 【年度调薪】工资评定调薪方案.doc
- 【年度调薪】年度调薪方案.doc
- 【年度调薪】调岗调薪操作技巧.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功