同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

0
template/default/forum/activity_applist_more.htm Normal file → Executable file
View File

0
template/default/forum/activity_applylist.htm Normal file → Executable file
View File

0
template/default/forum/activity_export.htm Normal file → Executable file
View File

0
template/default/forum/ajax.htm Normal file → Executable file
View File

0
template/default/forum/ajax_albumlist.htm Normal file → Executable file
View File

0
template/default/forum/ajax_attachlist.htm Normal file → Executable file
View File

0
template/default/forum/ajax_followpost.htm Normal file → Executable file
View File

0
template/default/forum/ajax_forumlist.htm Normal file → Executable file
View File

0
template/default/forum/ajax_imagelist.htm Normal file → Executable file
View File

0
template/default/forum/ajax_quickreply.htm Normal file → Executable file
View File

0
template/default/forum/ajax_secondgroup.htm Normal file → Executable file
View File

0
template/default/forum/ajax_threadlist.htm Normal file → Executable file
View File

0
template/default/forum/announcement.htm Normal file → Executable file
View File

0
template/default/forum/attachpay.htm Normal file → Executable file
View File

0
template/default/forum/attachpay_view.htm Normal file → Executable file
View File

0
template/default/forum/collection_add.htm Normal file → Executable file
View File

0
template/default/forum/collection_all.htm Normal file → Executable file
View File

0
template/default/forum/collection_comment.htm Normal file → Executable file
View File

0
template/default/forum/collection_commentpop.htm Normal file → Executable file
View File

0
template/default/forum/collection_followers.htm Normal file → Executable file
View File

0
template/default/forum/collection_index.htm Normal file → Executable file
View File

0
template/default/forum/collection_invite.htm Normal file → Executable file
View File

0
template/default/forum/collection_list.htm Normal file → Executable file
View File

0
template/default/forum/collection_mycollection.htm Normal file → Executable file
View File

0
template/default/forum/collection_nav.htm Normal file → Executable file
View File

0
template/default/forum/collection_recommend.htm Normal file → Executable file
View File

0
template/default/forum/collection_select.htm Normal file → Executable file
View File

0
template/default/forum/collection_view.htm Normal file → Executable file
View File

0
template/default/forum/comment.htm Normal file → Executable file
View File

0
template/default/forum/comment_more.htm Normal file → Executable file
View File

0
template/default/forum/darkroom.htm Normal file → Executable file
View File

0
template/default/forum/debate_umpire.htm Normal file → Executable file
View File

0
template/default/forum/discuz.htm Normal file → Executable file
View File

2
template/default/forum/discuzcode.htm Normal file → Executable file
View File

@@ -144,7 +144,7 @@ function imagelist($attach, $firstpost = 0) {
<dd>
<!--{if !$guestviewthumb}-->
<p class="mbn">
<a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode&nothumb=yes" {if (!$_G['setting']['hideattachtips'] || ($firstpost && $_G['fid'] && ($_G['forum']['ismoderator'] || $_G['uid'] == $attach['uid']))) && $_GET['from'] != 'preview'}onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" id="aid$attach[aid]"{/if} class="xw1" target="_blank">$attach[filename]</a>
<a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode&nothumb=yes" {if (!$_G['setting']['hideattachtips'] || ($firstpost && $_G['fid'] && ($_G['forum']['ismoderator'] || $_G['uid'] == $attach['uid']))) && $_GET['from'] != 'preview'}onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" id="aid$attach[aid]"{/if} class="xw1" target="_blank"><span style="display:none">$attach[filename]</span>下载附件</a>
<em class="xg1">($attach[attachsize]<!--{if !$_G['setting']['hideattachdown']}-->, {lang downloads}: $attach['downloads']<!--{/if}-->)</em>
</p>
<div class="tip tip_4" id="aid$attach[aid]_menu" style="display: none" disautofocus="true">

2
template/default/forum/editor_menu_forum.htm Normal file → Executable file
View File

@@ -289,7 +289,7 @@
<img src="{IMGDIR}/faq.gif" alt="Tip" class="vm" style="margin: 0;" onmouseover="showTip(this)" tip="{lang post_select_usergroup_readacces}" />
</td>
<!--{/if}-->
<!--{if $_G['group']['maxprice']}--><td class="attp pbn">{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]}</td><!--{/if}-->
<!--{if $_G['group']['maxprice']}--><td class="attp pbn">{$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]}(0~5)</td><!--{/if}-->
<td class="attc"></td>
</tr>
</table>

7
template/default/forum/forumdisplay.htm Normal file → Executable file
View File

@@ -38,7 +38,12 @@
<!--{if $_G['page'] == 1 && $_G['forum']['rules']}--><span class="o"><em id="forum_rules_{$_G[fid]}_img" class="tg_{$collapse[forum_rulesimg]}" title="{lang spread}" onclick="toggle_collapse('forum_rules_{$_G[fid]}')"></em></span><!--{/if}-->
<span class="y">
<!--{if helper_access::check_module('favorite')}--><a href="home.php?mod=spacecp&ac=favorite&type=forum&id=$_G[fid]&handlekey=favoriteforum&formhash={FORMHASH}" id="a_favorite" class="fa_fav" onclick="showWindow(this.id, this.href, 'get', 0);">{lang forum_favorite} <strong class="xi1" id="number_favorite" {if !$_G[forum][favtimes]} style="display:none;"{/if}>(<span id="number_favorite_num">$_G[forum][favtimes]</span>)</strong></a><!--{/if}-->
<!--{if rssforumperm($_G['forum']) && $_G[setting][rssstatus] && !$_GET['archiveid'] && !$subforumonly}--><!--{if helper_access::check_module('favorite')}--><span class="pipe">|</span><!--{/if}--><a href="forum.php?mod=rss&fid=$_G[fid]&auth=$rssauth" class="fa_rss" target="_blank" title="RSS">{lang rss_subscribe_this}</a><!--{/if}-->
<!--{if rssforumperm($_G['forum']) && $_G[setting][rssstatus] && !$_GET['archiveid'] && !$subforumonly}-->
<!--{if helper_access::check_module('favorite')}-->
<!--<span class="pipe">|</span>-->
<!--{/if}-->
<!--<a href="forum.php?mod=rss&fid=$_G[fid]&auth=$rssauth" class="fa_rss" target="_blank" title="RSS">{lang rss_subscribe_this}</a>-->
<!--{/if}-->
<!--{if !empty($forumarchive)}-->
<span class="pipe">|</span><a id="forumarchive" href="javascript:;" class="fa_achv" onmouseover="showMenu(this.id)"><!--{if $_GET['archiveid']}-->$forumarchive[$_GET['archiveid']]['displayname']<!--{else}-->{lang forum_archive}<!--{/if}--></a>
<!--{/if}-->

0
template/default/forum/forumdisplay_fastpost.htm Normal file → Executable file
View File

0
template/default/forum/forumdisplay_leftside.htm Normal file → Executable file
View File

0
template/default/forum/forumdisplay_list.htm Normal file → Executable file
View File

0
template/default/forum/forumdisplay_passwd.htm Normal file → Executable file
View File

0
template/default/forum/forumdisplay_pay.htm Normal file → Executable file
View File

0
template/default/forum/forumdisplay_sort.htm Normal file → Executable file
View File

0
template/default/forum/forumdisplay_subforum.htm Normal file → Executable file
View File

0
template/default/forum/guide.htm Normal file → Executable file
View File

0
template/default/forum/guide_list_row.htm Normal file → Executable file
View File

0
template/default/forum/hiderecover.htm Normal file → Executable file
View File

0
template/default/forum/index.htm Normal file → Executable file
View File

0
template/default/forum/index_navbar.htm Normal file → Executable file
View File

0
template/default/forum/modcp.htm Normal file → Executable file
View File

0
template/default/forum/modcp_announcement.htm Normal file → Executable file
View File

0
template/default/forum/modcp_forum.htm Normal file → Executable file
View File

0
template/default/forum/modcp_forumaccess.htm Normal file → Executable file
View File

0
template/default/forum/modcp_home.htm Normal file → Executable file
View File

0
template/default/forum/modcp_log.htm Normal file → Executable file
View File

0
template/default/forum/modcp_login.htm Normal file → Executable file
View File

0
template/default/forum/modcp_member.htm Normal file → Executable file
View File

0
template/default/forum/modcp_moderate.htm Normal file → Executable file
View File

0
template/default/forum/modcp_moderate_float.htm Normal file → Executable file
View File

0
template/default/forum/modcp_post.htm Normal file → Executable file
View File

0
template/default/forum/modcp_recyclebin.htm Normal file → Executable file
View File

0
template/default/forum/modcp_recyclebinpost.htm Normal file → Executable file
View File

0
template/default/forum/modcp_report.htm Normal file → Executable file
View File

0
template/default/forum/modcp_thread.htm Normal file → Executable file
View File

0
template/default/forum/pay.htm Normal file → Executable file
View File

0
template/default/forum/pay_view.htm Normal file → Executable file
View File

0
template/default/forum/post.htm Normal file → Executable file
View File

0
template/default/forum/post_activity.htm Normal file → Executable file
View File

0
template/default/forum/post_attachlimit.htm Normal file → Executable file
View File

0
template/default/forum/post_debate.htm Normal file → Executable file
View File

3
template/default/forum/post_editor_attribute.htm Normal file → Executable file
View File

@@ -229,7 +229,8 @@
</td>
</tr>
<!--{/if}-->
<!--{if $_GET[action] == 'edit' && $isorigauthor && ($isfirstpost && $thread['replies'] < 1 || !$isfirstpost) && !$rushreply && $_G['setting']['editperdel']}-->
<!--the original criterion is "$_GET[action] == 'edit' && $isorigauthor && ($isfirstpost && $thread['replies'] < 1 || !$isfirstpost) && !$rushreply && $_G['setting']['editperdel']"-->
<!--{if $_GET[action] == 'edit' && $isorigauthor && !$rushreply && $_G['setting']['editperdel']}-->
<tr>
<td class="xw1" valign="top">{lang post_delpost}</td>
<td>

0
template/default/forum/post_editor_body.htm Normal file → Executable file
View File

0
template/default/forum/post_editor_extra.htm Normal file → Executable file
View File

0
template/default/forum/post_forumselect.htm Normal file → Executable file
View File

0
template/default/forum/post_infloat.htm Normal file → Executable file
View File

0
template/default/forum/post_poll.htm Normal file → Executable file
View File

0
template/default/forum/post_reward.htm Normal file → Executable file
View File

0
template/default/forum/post_sortoption.htm Normal file → Executable file
View File

0
template/default/forum/post_trade.htm Normal file → Executable file
View File

0
template/default/forum/postappend.htm Normal file → Executable file
View File

0
template/default/forum/rate.htm Normal file → Executable file
View File

0
template/default/forum/rate_view.htm Normal file → Executable file
View File

0
template/default/forum/recommend.htm Normal file → Executable file
View File

0
template/default/forum/relatekw.htm Normal file → Executable file
View File

0
template/default/forum/search_sortoption.htm Normal file → Executable file
View File

0
template/default/forum/seccheck_post.htm Normal file → Executable file
View File

0
template/default/forum/stat_main.htm Normal file → Executable file
View File

0
template/default/forum/stat_memberlist.htm Normal file → Executable file
View File

0
template/default/forum/stat_misc.htm Normal file → Executable file
View File

0
template/default/forum/stat_misc_export.htm Normal file → Executable file
View File

0
template/default/forum/stat_team.htm Normal file → Executable file
View File

0
template/default/forum/stat_trade.htm Normal file → Executable file
View File

0
template/default/forum/tag.htm Normal file → Executable file
View File

0
template/default/forum/topicadmin.htm Normal file → Executable file
View File

0
template/default/forum/topicadmin_action.htm Normal file → Executable file
View File

0
template/default/forum/topicadmin_getip.htm Normal file → Executable file
View File

0
template/default/forum/topicadmin_modlayer.htm Normal file → Executable file
View File

0
template/default/forum/trade.htm Normal file → Executable file
View File

0
template/default/forum/trade_displayorder.htm Normal file → Executable file
View File

0
template/default/forum/trade_info.htm Normal file → Executable file
View File

0
template/default/forum/trade_view.htm Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More