First commit

This commit is contained in:
2025-06-18 10:24:27 +08:00
commit ebc39cd5dd
3873 changed files with 412712 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<!--{block return}-->
<script type="text/javascript">
var IMGDIR = '$_G[style][imgdir]';
</script>
<script type="text/javascript" src="{$_G[setting][jspath]}tree.js"></script>
<style type="text/css">
.tree { white-space: nowrap; padding-left: 0.4em; overflow-x: hidden; }
.tree img { border: 0px; vertical-align: middle; }
.tree .node a { text-decoration: none; }
</style>
<div class="sidebox">
<script type="text/javascript">
var tree = new dzTree('tree');
tree.addNode(0, -1, '$_G[setting][bbname]', 'forum.php', 'main', true);
<!--{loop $forumlist $forumdata}-->
<!--{if $forumdata['type'] == 'group'}-->
<!--{if $haschild[$forumdata['fid']]}-->
tree.addNode($forumdata[fid], $forumdata[fup], '$forumdata[name]', 'forum.php?mod=index&gid=$forumdata[fid]', '', false);
<!--{/if}-->
<!--{else}-->
tree.addNode($forumdata[fid], $forumdata[fup], '$forumdata[name]', 'forum.php?mod=forumdisplay&fid=$forumdata[fid]', '', false);
<!--{/if}-->
<!--{/loop}-->
tree.show();
</script>
</div>
<!--{/block}-->

View File

@@ -0,0 +1,64 @@
<!--{block return}-->
<!--{if $thread[special] == 1}-->
<form method="post" autocomplete="off" action="forum.php">
<input type="hidden" name="mod" value="misc">
<input type="hidden" name="action" value="votepoll">
<input type="hidden" name="fid" value="$fid">
<input type="hidden" name="tid" value="$tid">
<input type="hidden" name="pollsubmit" value="yes">
<ul class="side_poll">
<!--{loop $polloptions $key $option}-->
<li>
<label>
<input type="$optiontype" name="pollanswers[]" id="option_$key" class="pc" value="$option[polloptionid]" />
$option[polloption]
</label>
</li>
<!--{/loop}-->
</ul>
<p class="ptn pns"><button type="submit" name="submit" id="submit" value="true" class="pn"><em>{lang thread_poll}</em></button></p>
</form>
<!--{elseif $thread[special] == 2}-->
<ul class="side_trade cl">
<!--{loop $trades[$tid] $key $trade}-->
<li class="cl">
<!--{if $trade[aid]}-->
<a href="forum.php?mod=viewthread&do=tradeinfo&tid=$tid&pid=$trade[pid]" target="_blank"><img src="$trade[aid]" width="80" alt="$trade[subject]" /></a>
<!--{else}-->
<a href="forum.php?mod=viewthread&do=tradeinfo&tid=$tid&pid=$trade[pid]" target="_blank"><img src="{IMGDIR}/nophoto.gif" width="80" alt="$trade[subject]" /></a>
<!--{/if}-->
<!--{if $trade[price] > 0}-->
&yen; $trade[price]
<!--{/if}-->
<!--{if $trade[credit] > 0}-->
<!--{if $trade[price] > 0}-->{lang additional} <!--{/if}--> $trade[credit] {$_G[setting][extcredits][$_G['setting']['creditstransextra'][5]][unit]}{$_G[setting][extcredits][$_G['setting']['creditstransextra'][5]][title]}
<!--{/if}-->
<p><a href="forum.php?mod=viewthread&do=tradeinfo&tid=$tid&pid=$trade[pid]" target="_blank">$trade[subject]</a></p>
</li>
<!--{/loop}-->
</ul>
<!--{elseif $thread[special] == 3}-->
<label {if $rewardend}style="text-decoration: line-through"{/if}>[+$rewardprice]</label><div>$message</div>
<!--{elseif $thread[special] == 4}-->
<div>$message</div>
<!--{if $activity[aid]}-->
<a href="forum.php?mod=viewthread&tid=$tid" target="_blank"><img src="$activity[aid]" width="80" alt="$activity[subject]" /></a>
<!--{else}-->
<a href="forum.php?mod=viewthread&tid=$tid" target="_blank"><img src="{IMGDIR}/nophoto.gif" width="80" alt="$activity[subject]" /></a>
<!--{/if}-->
<p>{lang activity_already} $activity[applynumber]</p>
<!--{if $activity[number]}-->
<p>{lang activity_about_member}: $activity[aboutmember]</p>
<!--{/if}-->
<!--{elseif $thread[special] == 5}-->
<div>$message</div>
<div class="chart">
<strong class="debater1">$debate[affirmvotes]</strong>
<div class="chart1" style="height: $debate[affirmvoteswidth]%;">&nbsp;</div>
<strong class="debater2">$debate[negavotes]</strong>
<div class="chart2" style="height: $debate[negavoteswidth]%;">&nbsp;</div>
</div>
<p>{lang debate_square}: $debate[affirmpoint]</p>
<p>{lang debate_opponent}: $debate[negapoint]</p>
<!--{else}-->$message<!--{/if}-->
<!--{/block}-->

View File

@@ -0,0 +1,34 @@
<!--{block return}-->
<!--{if $_G[uid]}-->
<div style="float:left; margin-right: 16px;">$avatar</div>
<a href="home.php?mod=space&uid=$_G[uid]" target="_blank">$_G[member][username]</a><br />
<a href="forum.php?mod=faq&action=grouppermission" target="_blank">$_G[group][grouptitle]</a><br />
<ul id="mycredits_menu" class="popupmenu_popup headermenu_popup" style="width:137px;display:none">
<!--{loop $_G[setting][extcredits] $id $credit}-->
<li>$credit[title]: $extcredits[$id] $credit[unit]</li>
<!--{/loop}-->
</ul>
<div style="clear: both">
<div style="float:right;width:60%">
<span id="mycredits_hover" class="dropmenu" onmouseover="showMenu({'ctrlid':this.id,'showid':'mycredits'})">{lang credits}: $_G[member][credits]</span><br />
<!--{if $creditupgrade !== ''}-->
<span title="{lang index_upgrade_tips}">{lang index_upgrade}: $creditupgrade</span><br />
<!--{/if}-->
</div>
</div>
<!--{else}-->
<div style="float:left; text-align:left; width:40%;"><img src="{$_G['setting']['avatarurl']}/noavatar.svg"></div>
<a href="member.php?mod={$_G[setting][regname]}">$_G[setting][reglinkname]</a><br />
<a href="member.php?mod=logging&action=login" onclick="showWindow('login', this.href)">{lang login}</a>
<!--{/if}-->
<!--{if $_G[uid] && $GLOBALS[prompt]}-->
<hr class="l" />
<div class="sidebox">
<ul>
<!--{loop $GLOBALS[prompts] $promptkey $promptdata}-->
<!--{if $promptkey && $promptdata[new]}--><li><a href="{if $promptdata[script]}$promptdata[script]{else}forum.php?mod=notice&filter=$promptkey{/if}" target="_blank">$promptdata[name]($promptdata[new])</a></li><!--{/if}-->
<!--{/loop}-->
</ul>
</div>
<!--{/if}-->
<!--{/block}-->

View File

@@ -0,0 +1,85 @@
<!--{template common/header}-->
<div id="wp" class="wp">
<div id="ct" class="wp cl">
<div class="mn">
<div class="bm">
<!--{if $order && $codes}-->
<div class="bm_h bbs">
<h3 class="xs2">{lang invitecode_succeed_title}</h3>
</div>
<div class="bm_c">
<div class="rfm bw0">
<p><textarea id="invitecode" class="pt" cols="40" rows="3">$codetext</textarea></p>
<p class="mtn"><a href="javascript:;" onclick="copyinvitecode();" class="xi2">{lang copycode}</a></p>
<p class="mtn">{lang invitecode_email}</p>
<p class="mtm cl"><a href="member.php?mod={$_G[setting][regname]}&invitecode=$codes[0]" class="pn pnc z"><strong>{lang reg_continue}</strong></a></p>
</div>
<script type="text/javascript">
function copyinvitecode(obj) {
setCopy($('invitecode').innerHTML, '{lang copycode_invite_succeed}');
return false;
}
</script>
</div>
<!--{else}-->
<div class="bm_h bbs">
<h3 class="xs2">{lang invitecode_buycode}<span><!--{if !empty($_GET['infloat'])}--><a href="javascript:;" class="flbc" onclick="hideWindow('buyinvitecode')" title="{lang close}"></a><!--{/if}--></span></h3>
</div>
<div class="bm_c">
<form id="confirmform" class="postbox" method="post" autocomplete="off" action="misc.php?mod=buyinvitecode" onsubmit="ajaxpost(this.id, 'return_addfundsform');return false;">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="buysubmit" value="true" />
<input type="hidden" name="handlekey" value="buyinvite" />
<!--{if $_G['setting']['inviteconfig']['invitecodeprompt']}-->
<div class="rfm ptw pbm">$_G['setting'][inviteconfig][invitecodeprompt]</div>
<!--{/if}-->
<!--{if $_G['setting']['inviteconfig']['buyinvitecode'] && $_G['setting']['inviteconfig']['invitecodeprice'] && payment::enable()}-->
<div class="rfm">
<table cellpadding="0" cellspacing="0">
<tr>
<th>{lang buy_nums}</th>
<td><input type="text" name="amount" id="amount" class="px p_fre vm" value="1" onkeyup="addamount()" /> {lang need_money} <strong id="desamount" class="xi1">$_G['setting']['inviteconfig']['invitecodeprice']</strong> {lang money_unit}</td>
</tr>
</table>
</div>
<div class="rfm">
<table cellpadding="0" cellspacing="0">
<tr>
<th>{lang active_email}</th>
<td><input type="text" name="email" class="px p_fre vm" value="" /> {lang active_email_comment}</td>
</tr>
</table>
</div>
<div class="rfm">
<table cellpadding="0" cellspacing="0">
<tr>
<th>{lang invitecode_expiration}</th>
<td>$maxinviteday</td>
</tr>
</table>
</div>
<div class="rfm bw0">
<table cellpadding="0" cellspacing="0">
<tr>
<th>&nbsp;</th>
<td><button type="submit" name="buysubmit" class="pn pnc" value="true"><strong>{lang confirms}</strong></button></td>
</tr>
</table>
</div>
<script type="text/javascript">
function addamount() {
var amount = $('amount').value.replace(/^0/, '');
amount = parseInt(amount);
$('desamount').innerHTML = !isNaN(amount) ? amount * $_G['setting']['inviteconfig']['invitecodeprice'] : 0;
}
</script>
<!--{/if}-->
</form>
<span style="display: none" id="return_addfundsform"></span>
</div>
<!--{/if}-->
</div>
</div>
</div>
</div>
<!--{template common/footer}-->

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,179 @@
/* 判断:当打开 DIY 面板时加载 */
body { padding-top: 170px; }
#controlpanel { color: #000;position: fixed; top: 0; left: 0; z-index: 200; width: 100%; border-bottom: 1px solid #999; background: #F5F5F5 url({STATICURL}image/diy/cp-bg.png) repeat-x 0 0; }
* html #controlpanel { position: absolute; top: expression(offsetParent.scrollTop); }
#controlheader { margin: 0 10px; background: url({STATICURL}image/diy/cp-nav.png) repeat-x 0 0; line-height: 46px; }
#controlheader p { width: 460px; height: 46px; background: url({STATICURL}image/diy/cp-nav-corner-tr.png) no-repeat 100% 100%; }
#controlheader p a { float: right; margin-top: 8px; height: 25px; line-height: 25px; border: 1px solid #bbb3bf; background: #FEFEFE; text-align: center; }
#controlheader p a:hover { text-decoration: none; }
#navsave a { margin-right: 2px; padding: 0 12px; border-radius: 4px; background: #E6A234 !important; border-color: #DB7D29 !important; color: #FFF; font-size: 14px; font-weight: 700; text-shadow: 1px 1px 2px #666; }
#navcancel a { width: 25px; overflow: hidden; border-radius: 4px; color: #EE831F; }
#navcancel a:before { content: "\d7"; font-weight: 700; font-size: 18px; }
#button_redo a, #button_undo a { overflow: hidden; color: #4099CA; }
#button_redo a:before, #button_undo a:before { content: "\f10b"; display: inline-block; font-family: dzicon; font-size: 20px; }
#button_undo a:before { transform: scale(-1,1); }
#button_redo a { margin-right: 5px; width: 25px; border-radius: 0 4px 4px 0; }
#button_undo a { margin-left: 10px; width: 26px; border-right: 0 !important; border-radius: 4px 0 0 4px; }
#button_redo.unusable a, #button_undo.unusable a { color: #CCC; cursor: default; }
#button_more { margin-right: 20px; width: 15px; overflow: hidden; border-radius: 4px; color: #CCC; }
#button_more:before { content: ""; display: inline-block; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; vertical-align: middle; }
#preview a { margin-right: 2px; padding: 0px 8px; color: #444; border-radius: 4px; }
#preview.unusable a { color: #AAA; }
#savecache a { margin-right: 2px; width: 43px; background: url({STATICURL}image/diy/cp-savecache.png) no-repeat 0 -27px; text-indent: -9999px; overflow: hidden; }
#savecache.unusable a { background-position: 0 0; }
#savecachemsg { float: right; padding-right: 5px; text-align: right; }
#controlnav { padding-left: 50px; height: 46px; background: transparent url({STATICURL}image/diy/t-diy.png) no-repeat 0 100%; line-height: 35px; }
#controlnav li { float: left; margin-top: 7px; margin-right: 5px; font-size: 14px; font-weight: 700; }
#controlnav li a { float: left; padding: 0 15px; color: #333 !important; }
#controlnav li.current { background: url({STATICURL}image/diy/cp-nav-active.png) no-repeat 0 0; }
#controlnav li.current a { background: url({STATICURL}image/diy/cp-nav-active.png) no-repeat 100% -50px; }
#controlnav li.current span { margin-right: -8px; }
#diy_backup_tip { top: 32px; right: 55px; width: auto; line-height: 1.5; }
#diy_backup_tip a { text-decoration: underline; }
#controlcontent { margin: 0 10px; padding: 10px; height: 110px; he\ight: 90px; border: solid #CCBDCC; border-width: 0 1px; background: #FFF; overflow: hidden; }
#controlcontent li { float: left; margin-right: 4px; }
#controlcontent li a, #controlcontent li label { float: left; width: 90px; height: 90px; text-align: center; cursor: pointer; }
#controlcontent li a { color: #333 !important; }
#controlcontent li a:hover, #controlcontent li label.hover { background: url({STATICURL}image/diy/cp-item-selected.png) no-repeat 0 0; text-decoration: none; }
#controlcontent li img, #controlcontent li label span { display: block; margin: 7px auto 0; width: 80px; height: 60px; text-align: center; }
#controlcontent li span { background: url({STATICURL}image/diy/cp-module-type.png) no-repeat 0 0; }
#controlcontent li.module-html span { background-position: -80px -180px; }
#controlcontent li.module-thread span { background-position: -80px 0; }
#controlcontent li.module-forum span { background-position: 0 -180px; }
#controlcontent li.module-member span { background-position: 0 -120px; }
#controlcontent li.module-article span { background-position: -80px -120px; }
#controlcontent li.module-attachment span { background-position: 0 -240px; }
#controlcontent li.module-blog span { background-position: 0 -60px; }
#controlcontent li.module-doing span { background-position: -80px -60px; }
#contentblockclass #contentblockclass_nav { max-height: 30px; overflow-x: auto;}
#contentblockclass ul li { float: none; margin: 0; }
#contentblockclass ol { overflow-x: auto; margin-bottom: 10px; padding-left: 45px; height: 60px; background: url({STATICURL}image/diy/module-html.png) no-repeat 5px 0; }
#contentblockclass ol li { float: left; margin-right: 2px; }
#contentblockclass li.module-html ol { border: none; background-image: url({STATICURL}image/diy/module-html.png); }
#contentblockclass li.module-forum ol { background-image: url({STATICURL}image/diy/module-forum.png); }
#contentblockclass li.module-space ol { background-image: url({STATICURL}image/diy/module-space.png); }
#contentblockclass li.module-group ol { background-image: url({STATICURL}image/diy/module-group.png); }
#contentblockclass li.module-portal ol { background-image: url({STATICURL}image/diy/module-article.png); }
#contentblockclass li.module-member ol { background-image: url({STATICURL}image/diy/module-member.png); }
#contentblockclass ol label { margin-top: 3px; width: 60px; height: 24px; border: 1px dotted #B6C7EC; line-height: 24px; overflow: hidden; }
#contentblockclass ol label.hover { border-style: solid; background: none; }
#cpfooter { padding: 0 10px 10px; border-bottom: 1px solid #FFF; }
#cpfooter td { height: 6px; background: #FFF; line-height: 0; overflow: hidden; }
#cpfooter td.l { width: 6px; background: url({STATICURL}image/diy/cp-nav-corner-bl.png) no-repeat 0 0; }
#cpfooter td.c { height: 5px; border-bottom: 1px solid #CCBDCC; }
#cpfooter td.r { width: 6px; background: url({STATICURL}image/diy/cp-nav-corner-br.png) no-repeat 0 0; }
/* DIY 部分 */
dl.diy dt { margin-top: -10px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #CCC; line-height: 26px; }
dl.diy dt a { color: #06C !important; text-decoration: underline; }
dl.diy dt a.activity { color: #333 !important; font-weight: 700; text-decoration: none; }
dl.diy dl { clear: both; padding: 0 10px; }
dl.diy dl dt { float: left; margin: 0; padding: 0; width: 5em; border: none; }
#positiontable td { width: 12px; height: 12px; border: 2px solid #FFF; background: #EEE; line-height: 0; overflow: hidden; cursor: pointer; }
#positiontable td.red{ background-color:red;}
.color_diy { width:310px; float:left; overflow:visible;}
.color_diy .span { float:left; display:inline; line-height:24px;}
#controlcontent .diy li a { width: 60px; height: 60px; }
#controlcontent .diy li a:hover { background: none; }
#controlcontent li.thumb img { margin: 0; width: 60px; height: 60px; }
#diyimg_prev div *, #diyimg_next div * { display: none; }
dl.diy .pg { float: left; }
#diyimg_prev .prev, #diyimg_next .nxt { display: block; padding: 0 !important; width: 20px; height: 60px; border: 1px solid #EEE; text-indent: -9999px; }
#diyimg_prev .prev { margin-right: 4px; }
#diyimg_next .prev { background: url({IMGDIR}/arw_l.gif) no-repeat 50% 50%; }
#diyimg_next .nxt { margin: 0; background: url({IMGDIR}/arw_r.gif) no-repeat 50% 50%; }
/* 原CSS */
#outerbox { width: 970px; margin: auto; }
.float_left { margin: 0 0 0 34px;}
.float_center { margin: auto; }
#header,#wrap,#footer, .wrap { margin: 0 auto; }
#wrap { min-height:320px;}
#header {margin-top:34px; position:relative; height:150px; text-align:center; line-height:100px; z-index:10;}
#footer { height:100px; line-height:100px; width: 970px; border:0;}
#widgets { position:relative; z-index:20; overflow:visible;}
.float_item { position:absolute; z-index:25;}
#nav { border:1px solid #09f; min-height:30px; line-height:28px;}
#nav ul li { float:left; margin:1px 2px;}
.op {position:absolute; right:10px; bottom:10px;}
.op a {display:inline; margin-left:2px; line-height:22px;}
#space_page { width: 100%; overflow: hidden; }
#left { float: left; margin: 0 15px 0 0; width: 190px; overflow: hidden; border: 0 solid #09F; }
#center { float: left; margin: 0 15px 0 0; width: 560px; border: 0 solid #CCC; }
#right { float: left; width: 180px; border: 0 solid #F9F; }
.move-span {margin: 1px; }
.area { margin-bottom: 5px; padding: 3px; background: #DDF0DF; }
body#space .area { padding: 10px 0; border: none; background: transparent; }
.frame,.frame-tab { margin: 5px 0; padding-top: 5px; border: 1px dashed #09F; background: #FFF; }
#space .frame{background-color: transparent; }
.frame-tab { border-color: #FF8500; }
.frame-tab .title .titletext { float: left; margin: 0 2px;}
body#space .frame, body#space .frame-tab { padding: 0; }
.frame-tab .title ul li {cursor:pointer;}
.frame-tab .tabcontent { width:98%; border:1px solid #09f; margin:3px; float:left;}
.tabactivity { background: #FFF; }
/*.column,.titletext { float:left;}*/
.title .tmpbox { float: left; }
.frame-1-1, .frame-1-1-1, .frame-1-2, .frame-2-1, .frame-1-3, .frame-3-1 { background-image: url({STATICURL}image/diy/vline.png); background-repeat: repeat-y; }
.frame-1-1, .frame-1-1-1 { background-position: 50% 0; }
.frame-1-1-1 { background-image: url({STATICURL}image/diy/vline2.png); }
.frame-1-2 { background-position: 33.3% 0; }
.frame-2-1 { background-position: 66.6% 0; }
.frame-1-3 { background-position: 24.9% 0; }
.frame-3-1 { background-position: 74.9% 0; }
.block { margin: 0 0 5px; padding: 5px; border: 0 solid #CCC; background: #FFF; }
#space .block{background-color: transparent; }
.block .blocktitle { height: 26px; line-height: 26px; }
.block .blockname { font-weight: 700; margin-left: 5px; float: left; }
.block .blockedit { margin-right: 5px; float: right; text-decoration: underline; cursor: pointer; }
.block .dxb_bc { overflow: hidden; }
body#space .block { margin: 0 2px 5px; border: 1px dashed #09F; }
.title { background: #CBFAFD; }
.tab-title { background: #FFFAD2 !important; }
.frame-tab .title .move-span .blocktitle { background: #FFFAD2; }
.moving {background:#4ef; position:absolute;}
.tmpbox { margin:4px 0; border:2px dashed #aaa; background:#FFF;}
.temp {height:0;border:0;}
.hide {display:none}
.left {float:left;}
.right {float:right;}
.pointer { cursor:pointer;}
.m_left_40 {margin-left:40px;}
.current { background: #FFF; }
.activity { background: #FFF; }
#currentlayout { color: #F04; }
.td_right { float: left; display: block; line-height:22px; }
.rb { border: 2px solid red; }
#contentframe li a, #contentblockclass li label { cursor: move; }
/***原CSS***/
#diy-tg { display: none !important; }
/**space**/
#controlcontent .selector li a { margin: 5px 10px 0 0; padding-left: 30px; width: 60px; height: 30px; line-height: 30px; background: url({STATICURL}image/diy/cp-item-mini.png) no-repeat 0 0; text-align: left; cursor: pointer; }
#controlcontent .selector li a:hover { background: url({STATICURL}image/diy/cp-item-mini.png) no-repeat 0 -30px; }
#controlcontent .selector li.activity a, #controlcontent .selector li.activity a:hover { background: url({STATICURL}image/diy/cp-item-mini.png) no-repeat 0 100%; }
#borderul label { margin-right: 3px; }
.borderul .bordera, .borderul label { display: none; }
.borderul label.y { display: inline; }
/* 弹窗 by Pony */
.diywin .px { vertical-align: middle; }
.diywin td { padding: 2px 0; }
.diywin .tfm caption, .diywin .tfm th, .diywin .tfm td { padding: 5px 2px; }
.diywin .tfm select { max-width: 320px; }
/* 个人导航小样式 */
.mininv { width: 450px; height: 30px; border: 1px dotted #09F; }
/* 个人空间和网站DIY共用的部分样式 */
.hide { display: none; }
.frame,.tab,.block { position: relative; zoom:1; min-height: 20px; }
.edit { position: absolute; top: 0; right: 0; z-index: 199; padding: 0 5px; background: red; line-height: 26px; color: #FFF; cursor: pointer; }
.block .edit { background: #369; }
.edit-menu { position: absolute; z-index: 300; border-style: solid; border-width: 0 1px 1px; border-color: #DDD #999 #999 #CCC; background: #FFF; }
.mitem { padding: 4px 4px 4px 14px; width: 36px; border-top: 1px solid #DDD; cursor: pointer; }
.mitem:hover { background: #F2F2F2; color: #06C; }

View File

@@ -0,0 +1,328 @@
<!DOCTYPE html>
<html>
<head>
<title>css_sample.htm - ultrax</title>
<meta charset="utf-8" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content=" Created by Dennis Lee on 6/23/10. " />
<link rel="stylesheet" type="text/css" href="../../../data/cache/style_1_common.css" />
<link rel="stylesheet" type="text/css" href="../../../data/cache/style_1_forum.css" />
<link rel="stylesheet" type="text/css" href="../../../data/cache/style_1_forum_forumdisplay.css" />
<link rel="stylesheet" type="text/css" href="../../../data/cache/style_1_forum_viewthread.css" />
<style type="text/css">
body { padding-top: 50px; }
div { overflow: visible !important; }
#output { display: none; position: fixed; bottom: 60px; left: 50%; padding: 20px; width: 260px; margin-left: -140px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; background: #000; line-height: 1.5; font-family: monospace; text-align: left; color: #FFF; font-size: 14px; opacity: 0.8; }
</style>
<script type="text/javascript" src="../../../static/js/common.js"></script>
<script type="text/javascript">
window.onload = function(){
$("output").style.display = 'block';
document.onmouseover = function() {
var e = getEvent();
var aim = e.target || e.srcElement;
aim.style.outline = '1px solid blue';
if(aim.parentNode.style) aim.parentNode.style.outline = '2px solid orange';
$("output").innerHTML = "<span style='color: #666'>&lt;" + aim.parentNode.tagName + " class=\"" + aim.parentNode.className + "\" /&gt;" + "</span><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;" + aim.tagName + " class=\"" + aim.className + "\" /&gt;";
};
document.onmouseout = function() {
var e = getEvent();
var aim = e.target || e.srcElement;
aim.style.outline = 'none';
if(aim.parentNode.style) aim.parentNode.style.outline = 'none';
};
};
</script>
</head>
<body>
<div id="output"></div>
<div class="wp">
<h2 class="bm ptw bw0 xs2">单列布局</h2>
<div class="ct cl">
<div class="mn">
<div class="bm">
<div class="bm_h cl">
<strong>标题</strong> class="bm_h cl"
</div>
<div class="bm_c">
<strong>内容</strong> class="bm_c"
</div>
</div>
<div class="bm bmw">
<div class="bm_h cl">
<span class="o">
<img src="../../../static/image/common/collapsed_no.gif" alt="" />
</span>
<strong>标题</strong> class="bm_h cl"
</div>
<div class="bm_c">
<strong>内容</strong> class="bm_c"
</div>
</div>
</div>
</div>
<h2 class="bm ptw bw0 xs2">双列布局 class="ct2 cl"</h2>
<div class="ct2 cl">
<div class="mn">
<div class="bm bmw tl cl">
<div class="bm_h cl">
<strong>文章列表:</strong>
</div>
<table cellspacing="0" cellpadding="0" class="th">
<tr>
<td class="icn"></td>
<td class="o"></td>
<th>主题</th>
<td class="by">作者</td>
<td class="num">回复</td>
<td class="by">最后发表</td>
</tr>
</table>
<div class="bm_c">
<table cellspacing="0" cellpadding="0">
<tr>
<td class="icn"><img src="../../../static/image/common/folder_new.gif" alt="" /></td>
<td class="o"><input type="checkbox" class="pc" /></td>
<th>Subject ...</th>
<td class="by"><cite>Author</cite><em>1970-1-1</em></td>
<td class="num">10/25</td>
<td class="by"><cite>Lastpost</cite><em>1970-1-1</em></td>
</tr>
<tr>
<td class="icn"><img src="../../../static/image/common/folder_new.gif" alt="" /></td>
<td class="o"><input type="checkbox" class="pc" /></td>
<th>Subject ...</th>
<td class="by"><cite>Author</cite><em>1970-1-1</em></td>
<td class="num">10/25</td>
<td class="by"><cite>Lastpost</cite><em>1970-1-1</em></td>
</tr>
<tr class="ts">
<td class="icn"></td>
<td class="o"></td>
<th>分隔条</th>
<td class="by"></td>
<td class="num"></td>
<td class="by"></td>
</tr>
<tr>
<td class="icn"><img src="../../../static/image/common/folder_new.gif" alt="" /></td>
<td class="o"><input type="checkbox" class="pc" /></td>
<th>Subject ...</th>
<td class="by"><cite>Author</cite><em>1970-1-1</em></td>
<td class="num">10/25</td>
<td class="by"><cite>Lastpost</cite><em>1970-1-1</em></td>
</tr>
<tr>
<td class="icn"><img src="../../../static/image/common/folder_new.gif" alt="" /></td>
<td class="o"><input type="checkbox" class="pc" /></td>
<th>Subject ...</th>
<td class="by"><cite>Author</cite><em>1970-1-1</em></td>
<td class="num">10/25</td>
<td class="by"><cite>Lastpost</cite><em>1970-1-1</em></td>
</tr>
</table>
</div>
</div>
<div class="bm bw0">
<h2>文字列表</h2>
<ul class="xl">
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</li>
<li>sed diam nonummy nibh euismod tincidunt ut</li>
<li>laoreet dolore magna aliquam erat volutpat</li>
<li>Ut wisi enim ad minim veniam</li>
<li>quis nostrud exerci tation ullamcorper suscipit</li>
<li>lobortis nisl ut aliquip ex ea commodo consequat</li>
<li>Duis autem vel eum iriure dolor</li>
<li>in hendrerit in vulputate velit esse molestie consequat</li>
<li>vel illum dolore eu feugiat nulla facilisis at vero</li>
<li>eros et accumsan et iusto odio dignissim</li>
</ul>
</div>
<div class="bm bw0">
<h2>双列文字列表</h2>
<ul class="xl xl2 cl">
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</li>
<li>sed diam nonummy nibh euismod tincidunt ut</li>
<li>laoreet dolore magna aliquam erat volutpat</li>
<li>Ut wisi enim ad minim veniam</li>
<li>quis nostrud exerci tation ullamcorper suscipit</li>
<li>lobortis nisl ut aliquip ex ea commodo consequat</li>
<li>Duis autem vel eum iriure dolor</li>
<li>in hendrerit in vulputate velit esse molestie consequat</li>
<li>vel illum dolore eu feugiat nulla facilisis at vero</li>
<li>eros et accumsan et iusto odio dignissim</li>
</ul>
</div>
</div>
<div class="sd">
<div class="bm">
<div class="bm_h cl">
<strong>标题</strong> class="bm_h cl"
</div>
<div class="bm_c">
<h2>单行文字列表(超出自动隐藏)</h2>
<ul class="xl xl1">
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</li>
<li>sed diam nonummy nibh euismod tincidunt ut</li>
<li>laoreet dolore magna aliquam erat volutpat</li>
<li>Ut wisi enim ad minim veniam</li>
<li>quis nostrud exerci tation ullamcorper suscipit</li>
<li>lobortis nisl ut aliquip ex ea commodo consequat</li>
<li>Duis autem vel eum iriure dolor</li>
<li>in hendrerit in vulputate velit esse molestie consequat</li>
<li>vel illum dolore eu feugiat nulla facilisis at vero</li>
<li>eros et accumsan et iusto odio dignissim</li>
</ul>
</div>
</div>
</div>
</div>
<h2 class="bm ptw bw0 xs2">带应用栏的双列布局 class="ct2_a cl"</h2>
<div class="ct2_a cl">
<div class="mn">
<div class="tb cl">
<ul>
<li class="a"><a href="#">标签一</a></li>
<li><a href="#">标签二</a></li>
<li><a href="#">标签三</a></li>
</ul>
</div>
<div class="bm bw0">
<h2 class="ptm pbm">图片列表:48px</h2>
<ul class="ml mls cl">
<li>
<img src="https://discuz.dismall.com/data/attachment/album/cover/1d/9719.jpg" alt="" />
<p>标题</p>
<span>附加信息</span>
</li>
<li>
<img src="https://discuz.dismall.com/data/attachment/album/cover/4d/9575.jpg" alt="" />
<p>标题</p>
<span>附加信息</span>
</li>
<li>
<img src="https://discuz.dismall.com/data/attachment/album/cover/a0/2250.jpg" alt="" />
<p>标题</p>
<span>附加信息</span>
</li>
</ul>
<h2 class="ptm pbm">图片列表:120px</h2>
<ul class="ml mlm cl">
<li>
<img src="https://discuz.dismall.com/data/attachment/album/cover/1d/9719.jpg" alt="" />
<p>标题</p>
<span>附加信息</span>
</li>
<li>
<img src="https://discuz.dismall.com/data/attachment/album/cover/4d/9575.jpg" alt="" />
<p>标题</p>
<span>附加信息</span>
</li>
<li>
<img src="https://discuz.dismall.com/data/attachment/album/cover/a0/2250.jpg" alt="" />
<p>标题</p>
<span>附加信息</span>
</li>
</ul>
</div>
</div>
<div class="appl">
<ul>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
</ul>
<hr class="l" />
<ul>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
</ul>
<hr class="l" />
<ul>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
</ul>
</div>
</div>
<h2 class="bm ptw bw0 xs2">带应用栏的三列布局 class="ct3_a cl"</h2>
<div class="ct3_a cl">
<div class="sd">
<div class="bm">
<div class="bm_h cl">
<strong>标题</strong> class="bm_h cl"
</div>
<div class="bm_c">
<strong>内容</strong> class="bm_c"
</div>
</div>
</div>
<div class="mn">
<h2 class="pbm">常规表单</h2>
<table cellspacing="0" cellpadding="0" class="tfm">
<tr>
<th>输入框</th>
<td><input type="text" name="" id="" class="px" /></td>
</tr>
<tr>
<th>输入框</th>
<td><input type="text" name="" id="" class="px" /></td>
</tr>
<tr>
<th>多选按钮</th>
<td><input type="checkbox" name="" id="" class="pc" /> Label</td>
</tr>
<tr>
<th>单选按钮</th>
<td><input type="radio" name="" id="" class="pr" /> Label</td>
</tr>
<tr>
<th>Label</th>
<td><input type="text" name="" id="" class="px" /></td>
</tr>
<tr>
<th>Label</th>
<td><input type="text" name="" id="" class="px" /></td>
</tr>
<tr>
<th>文本框</th>
<td><textarea class="pt"></textarea></td>
</tr>
<tr>
<th>按钮</th>
<td>
<button class="pn"><span>按钮</span></button>
<button class="pn pnc"><strong>按钮</strong></button>
<button class="pn"><span>按钮</span></button>
<button class="pn"><span>按钮</span></button>
</td>
</tr>
</table>
</div>
<div class="appl">
<ul>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
</ul>
<hr class="l" />
<ul>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
</ul>
<hr class="l" />
<ul>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
<li><img src="../../../static/image/feed/doing.gif" alt="" />Applications</li>
</ul>
</div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,63 @@
body { background-color: transparent; }
.wp { width: 1210px; }
#hd { margin-bottom: 0; position: relative; height: 140px; }
#hd h2 { padding: 25px 0 0 15px; font-size: 14px; }
#hd h2 strong { display: block; }
#nv { position: absolute; left: 10px; height: auto; bottom: 0; background: transparent none; }
#nv li, #home { margin-right: 1px; padding: 0 6px; border: none; height: 30px; background: rgba(255, 255, 255, 0.7); line-height: 30px; font-size: 12px; }
#nv a, #nv a:visited { padding: 0 14px; color: #333; }
#ct, .n, .w { padding-top: 15px; border: none; background: transparent none !important; }
.area { padding: 0 5px; }
.frame { background: transparent none; }
.block { padding: 0; }
.block .dxb_bc { padding: 5px 10px 10px; }
.block .title { padding: 0 10px; font-size: 12px; color: #333; }
#pcd .hm img { padding: 2px; background: {WRAPBG}; border: 1px solid; border-color: {COMMONBG} {COMMONBORDER} {COMMONBORDER} {COMMONBG}; }
#pcd h2 { margin: 10px auto 0; }
.mls li { width: 69px; }
.move-span{ margin: 1px; }
.column, #share { overflow: hidden; }
.musicbj { width: 60px; height: 60px;}
#spaceinfoshow { position: relative;}
#spaceinfoshow .oshr { float: none; margin-left: 10px; padding: 1px 5px 1px 22px; color: {HIGHLIGHTLINK}; }
#doingform #message { width: 500px; }
#toptb { padding: 0 10px; border-bottom: 1px solid {COMMONBORDER}; background: url({IMGDIR}/topnav.png) repeat-x; }
#hd h2 span { display: block; }
#hd ul.savebar { width: 450px; height: 20px; border: 1px solid #ccc;}
#hd ul.savebar li { float:right; margin: 0 3px;}
.ipx {background: none; height: 17px;}
#infoedit { margin-left: 5px; padding: 0 5px; background: #369; color: #FFF; cursor: pointer; }
#diy-tg { float: right; color: #9E831F; padding: 0 4px !important;}
.topnav_pop li span{ display: none; }
#myspace_menu li a, #navs_menu li a { background-repeat: no-repeat; background-position: -200px 0; }
.ct2 .sd { width: 180px; }
.mn { display: inline; margin-left: 10px; width: 1000px !important; }
.mt { margin: 0; padding: 0; }
h1.mt { font-size: 12px; }
.bm { background: #FFF; zoom: 1; }
.sd { display: inline; margin-right: 10px; min-height: 0; }
#pcd { padding: 15px 4px 15px 6px; }
.mla li, .mlp li { width: 153px; }
.buddy li { width: 156px; }
.pic .c img { max-width: 714px; }
.ul_list {}
.ul_list a { padding: 2px 0; }
.ul_list li:before { font-family: dzicon; line-height: 14px; font-size: 16px; color: #7DA0CC; margin-right: 4px; }
.ul_diy:before { content: "\f107"; }
.ul_msg:before { content: "\f10e"; }
.ul_avt:before { content: "\f102"; }
.ul_profile:before { content: "\f147"; }
.ul_add:before { content: "\f11f"; }
.ul_ignore:before { content: "\f100"; }
.ul_contect:before { content: "\f10e"; }
.ul_poke:before { content: "\f146"; }
.ul_pm:before { content: "\f119"; }
.ul_list .ul_magicgift a { padding-left: 20px; }
.ul_broadcast:before { content: "\f131"; }
.ul_flw:before { content: "\f11e"; }
#magicreceivegift { position: absolute; top: 50px; right: 20px; }
.ct_vw_mn .buddy li { width: 170px; }

View File

@@ -0,0 +1,121 @@
/*
Editor CSS file for Discuz! X
(C) Comsenz Inc.
https://www.discuz.vip
*/
.edt { border: 1px solid; border-color: #999 #CCC #CCC #999; }
.edt .bar { padding: 4px; height: 44px; border-bottom: 1px solid #DDD; background: {COMMONBG}; }
.edt .cst { background: {COMMONBG}; border-bottom: 1px solid #DDD; }
.edt .cst.nbb { border-bottom: none !important; }
.edt .bbar { height: 20px; border-top: 1px solid #DDD; text-align: right; background: {COMMONBG}; }
.edt .bbar img { vertical-align: bottom; *margin-right: -4px; cursor: row-resize; }
.edt .bbar em { width: 200px; height: 20px; overflow: hidden; white-space: nowrap; float: left; text-align: left; }
.edt .bbar, .edt .bbar a { color: #999; }
.edt .btn { float: left; border-right: 1px solid #FEFEFE; }
.edt .b1r, .edt .b2r { position: relative; float: left; padding: 0 3px; height: 44px; border-right: 1px solid #DDD; border-left: 1px solid #FEFEFE; }
.edt .b2r p, .edt .b2r br { clear: both; }
.edt .esb p { float: left; width: 25px; clear: none; }
.edt .esbs p { float: left; clear: none; }
.edt .bar a { float: left; border: 1px solid {COMMONBG}; background: transparent url({STATICURL}image/editor/editor.gif) no-repeat 0 0; overflow: hidden; }
.edt .b1r a { padding-top: 27px; width: 35px; height: 15px; text-align: center; font-size: 11px; font-family: Arial, PMingLiU, sans-serif; -webkit-text-size-adjust: none; }
.edt .b2r a { width: 20px; height: 20px; text-indent: -9999px; }
.edt .b2r a.dp { margin-right: 1px; padding-left: 2px; width: 78px; height: 20px; text-indent: 0; border-color: {INPUTBORDERDARKCOLOR} {INPUTBORDER} {INPUTBORDER} {INPUTBORDERDARKCOLOR}; background: #FFF url({STATICURL}image/common/newarow.gif) no-repeat 100% 0; }
.edt .b2r a:hover.dp { border-color: #09C; background-position: 100% -23px; }
.edt .nbl { border-left: none; padding-left: 0; }
.edt .nbr { border-right: none; padding-right: 0; }
.edt .bar a:hover, .edt .bar a.hover { border-color: #09C; background-color: {WRAPBG}; text-decoration: none; }
.edt .bar a.tblbtn_disabled:hover, .edt .bar a.hd_dsb:hover { border-color: {COMMONBG} !important; background-color: transparent !important; cursor: default; }
.edt .area { padding: 4px; background: {WRAPBG}; zoom: 1; }
.edt .pt { padding: 0 !important; width: 100%; height: 400px; border: none; background: {WRAPBG} none; font-size: {MSGFONTSIZE}; }
.edt .pt:focus { outline: none; -moz-box-shadow: none; }
.edt a.cst { background-image: none; text-align: center; text-indent: 0; }
.edt a.cst img { vertical-align: middle; }
.simpleedt .bar, .simpleedt .b1r, .simpleedt .b2r { height: 22px; }
.bar_swch { display: block; clear: both; }
#e_bold { background-position: 0 0; }
#e_fontsize { width: 45px; }
#e_italic { background-position: -20px 0; }
#e_underline { background-position: -40px 0; }
#e_forecolor { background-position: -60px 0; }
#e_backcolor { background-position: -80px 0; }
#e_url { background-position: -40px -20px; }
#e_unlink { background-position: -60px -20px; }
#e_justifyleft { background-position: -80px -20px; }
#e_justifycenter { background-position: -240px -40px; }
#e_justifyright { background-position: -260px -40px; }
#e_autotypeset { background-position: -220px -40px; }
#e_floatleft { background-position: -100px -60px; }
#e_floatright { background-position: -120px -60px; }
#e_insertorderedlist { background-position: -100px -20px; }
#e_insertunorderedlist { background-position: 0 -60px; }
#e_inserthorizontalrule { background-position: -20px -60px; }
#e_tbl { background-position: -160px -20px; }
.tblbtn_disabled { background-position: -180px -20px !important; }
#e_tool { background-position: 0 -40px; }
#e_undo { background-position: -20px -40px; }
#e_redo { background-position: -40px -40px; }
#e_removeformat { background-position: -60px -40px; }
#e_tpr { background-position: -80px -40px; }
#e_chck { background-position: -100px -40px; }
#e_hide { background-position: -120px -40px; }
.hd_dsb { background-position: -200px -40px !important; }
#e_free { background-position: -140px -40px; }
#e_svd { background-position: -160px -40px; }
#e_rst { background-position: -180px -40px; }
#e_sml { background-position: -3px -80px; }
.b2r #e_sml { background-position: -20px -20px; }
#e_image { background-position: -43px -80px; }
.b2r #e_image { background-position: 0 -20px; }
#e_attach { background-position: -83px -80px; }
.b2r #e_attach { background-position: -200px -20px; }
#e_code { background-position: -123px -80px; }
.b2r #e_code { background-position: -120px -20px; }
#e_quote { background-position: -163px -80px; }
.b2r #e_quote { background-position: -140px -20px; }
#e_pasteword { background-position: -60px -60px; }
#e_downremoteimg { background-position: -80px -60px; }
#e_page { background-position: -200px -60px; }
#e_index { background-position: -220px -120px; }
#e_password { background-position: -180px -120px; }
#e_postbg { background-position: -160px -120px; }
#e_fls { background-position: -3px -120px; }
.b2r #e_fls { background-position: -260px -20px; }
#e_aud { background-position: -43px -120px; }
.b2r #e_aud { background-position: -220px -20px; }
#e_vid { background-position: -83px -120px; }
.b2r #e_vid { background-position: -240px -20px; }
#e_at { background-position: -126px -120px; }
.b2r #e_at { background-position: -140px 0; }
#e_imagen, #e_attachn { position: absolute; top: 3px; left: 63px; width: 14px; height: 15px; background: url({STATICURL}image/editor/editor.gif) no-repeat -244px -80px; text-indent: -9999px; }
#e_attachn { left: 100px; }
.b2r #e_imagen, .b2r #e_attachn { top: -4px; left: 35px; }
.b2r #e_attachn { left: 57px; }
#e_switcher input{ margin-right: 4px; vertical-align: middle; }
#e_simple, #e_fullswitcher { padding: 0 2px; text-align: right; border: 1px solid {SPECIALBORDER}; background: url({IMGDIR}/card_btn.png) repeat-x 0 100%; }
#e_fullswitcher { margin-right: 3px; }
#e_beginning { background-position: -246px -120px;}
.b2r #e_beginning { background-position: -260px -78px; }
/* 缩小编辑器演出菜单中输入框的尺寸 */
.popupfix .px { margin-bottom: 4px; }
#e_body { display: block !important; }
#e_body_loading { display: none; }
/*
Name: mod_editor_menu
Level: Function
Explain: 编辑器弹层关闭按钮在 IE8 下有问题
Last Modify: Pony
*/

View File

@@ -0,0 +1,39 @@
<link rel="stylesheet" type="text/css" href='{$_G['setting']['csspath']}{STYLEID}_editor.css?{VERHASH}' />
<script type="text/javascript" src="{$_G['setting']['jspath']}editor.js?{VERHASH}"></script>
<script type="text/javascript" src="{$_G['setting']['jspath']}bbcode.js?{VERHASH}"></script>
<script type="text/javascript" src="data/cache/common_postimg.js?{VERHASH}"></script>
<script type="text/javascript">
var editorid = '$editorid';
var textobj = $(editorid + '_textarea');
var wysiwyg = (BROWSER.ie || BROWSER.firefox || (BROWSER.opera >= 9)) && parseInt('$editor[editormode]') == 1 ? 1 : 0;
var allowswitcheditor = parseInt('$editor[allowswitcheditor]');
var allowhtml = parseInt('$editor[allowhtml]');
var allowsmilies = parseInt('$editor[allowsmilies]');
var allowbbcode = parseInt('$editor[allowbbcode]');
var allowimgcode = parseInt('$editor[allowimgcode]');
var simplodemode = parseInt('<!--{if $editor[simplemode] > 0}-->1<!--{else}-->0<!--{/if}-->');
var fontoptions = new Array({lang e_fontoptions});
var smcols = $_G['setting']['smcols'];
var custombbcodes = new Array();
<!--{if $_G['cache']['bbcodes_display'][$_G['groupid']]}-->
<!--{loop $_G['cache']['bbcodes_display'][$_G['groupid']] $tag $bbcode}-->
custombbcodes["$tag"] = {'prompt' : '$bbcode[prompt]'};
<!--{/loop}-->
<!--{/if}-->
</script>
<div id="{$editorid}_bbar" class="bbar">
<em id="{$editorid}_tip"></em>
<span id="{$editorid}_svdsecond"></span>
<a href="javascript:;" onclick="discuzcode('svd');return false;" id="{$editorid}_svd">{lang post_savedata}</a> |
<a href="javascript:;" onclick="discuzcode('rst');return false;" id="{$editorid}_rst">{lang post_autosave_restore}</a> &nbsp;&nbsp;
<!--{if $editor[allowchecklength]}-->
<a href="javascript:;" onclick="discuzcode('chck');return false;" id="{$editorid}_chck">{lang post_check_length}</a> |
<!--{/if}-->
<!--{if $editor[allowtopicreset]}-->
<a href="javascript:;" onclick="discuzcode('tpr');return false;" id="{$editorid}_tpr">{lang post_topicreset}</a> &nbsp;&nbsp;
<!--{/if}-->
<!--{if $editor[allowresize]}-->
<span id="{$editorid}_resize"><a href="javascript:;" onclick="editorsize('+');return false;">{lang editor_increase}</a> | <a href="javascript:;" onclick="editorsize('-');return false;">{lang editor_narrow}</a><img src="{STATICURL}image/editor/resize.gif" onmousedown="editorresize(event)" /></span>
<!--{/if}-->
</div>

View File

@@ -0,0 +1,23 @@
<div id="{$editorid}_editortoolbar" class="editortoolbar">
<!--{eval $fontoptions = array({lang e_fontoptions})}-->
<div class="p_pop fnm" id="{$editorid}_fontname_menu" style="display: none">
<ul unselectable="on">
<!--{loop $fontoptions $fontname}-->
<li onclick="discuzcode('fontname', '$fontname')" style="font-family: $fontname" unselectable="on"><a href="javascript:;" title="$fontname">$fontname</a></li>
<!--{/loop}-->
</ul>
</div>
<!--{eval $sizeoptions = array(1, 2, 3, 4, 5, 6, 7)}-->
<div class="p_pop fszm" id="{$editorid}_fontsize_menu" style="display: none">
<ul unselectable="on">
<!--{loop $sizeoptions $size}-->
<li onclick="discuzcode('fontsize', $size)" unselectable="on"><a href="javascript:;" title="$size"><font size="$size" unselectable="on">$size</font></a></li>
<!--{/loop}-->
</ul>
</div>
</div>
<script type="text/javascript">smilies_show('smiliesdiv', $_G['setting']['smcols'], editorid + '_');showHrBox(editorid+'_inserthorizontalrule');showHrBox(editorid+'_postbg', 'postbg');</script>

View File

@@ -0,0 +1,13 @@
<!--{template common/header}-->
<div style="width:130px">
<ul class="bbda mbn pbn">
<!--{loop $_G['setting']['extcredits'] $extcreditid $extcredit}--><!--{if empty($extcredit['hiddeninheader'])}-->
<li>{$extcredit[img]} $extcredit[title]: <span id="hcredit_$extcreditid"><!--{echo getuserprofile('extcredits'.$extcreditid);}-->{$extcredit[unit]}</span></li><!--{/if}-->
<!--{/loop}-->
<!--{hook/spacecp_credit_extra}-->
</ul>
<!--{if ($_G['setting']['ec_ratio'] && payment::enable()) || $_G['setting']['card']['open']}-->
<div onclick="location.href='home.php?mod=spacecp&ac=credit&op=buy'" class="xi2 pbn" align="right"><label>{lang recharge_immediately}&raquo;</label></div>
<!--{/if}-->
</div>
<!--{template common/footer}-->

View File

@@ -0,0 +1,32 @@
<!--{template common/header}-->
<!--{eval $upgradecredit = $_G['uid'] && $_G['group']['grouptype'] == 'member' && $_G['group']['groupcreditslower'] != 999999999 ? $_G['group']['groupcreditslower'] - $_G['member']['credits'] : false;}-->
<div style="width:140px">
<ul class="mbn">
<li class="hm">{echo profile_node_star($_G[group], '', '', 0)}</li>
<!--{if $group}-->
<li class="hm mtn">{echo profile_node_upgradeprogress($group, '', '', 0)}</li>
<li class="hm">
{lang thread_groupupgrade}<p class="xi1">$upgradecredit {lang credits}</p>
</li>
<!--{/if}-->
<!--{if $_G['member'][adminid] > 0}-->
<li class="hm mtn">{lang manage_grade}: <!--{if $_G['member'][adminid] == 1}-->{lang manager}
<!--{elseif $_G['member'][adminid] == 2}-->{lang super_forummanager}
<!--{elseif $_G['member'][adminid] == 3}-->{lang forummanager}
<!--{/if}-->
</li>
<!--{/if}-->
</ul>
<!--{if $extgroupids}-->
<ul class="btda ptn mbn pbn extg">
<li><a href="home.php?mod=spacecp&ac=usergroup&gid=$_G['member'][groupid]">{$_G[group][grouptitle]}</a></li>
<!--{loop $extgroupids $extgid}-->
<li><a href="home.php?mod=spacecp&ac=usergroup&gid=$extgid">{$_G[cache][usergroups][$extgid][grouptitle]}</a></li>
<!--{/loop}-->
</ul>
<!--{/if}-->
<!--{if $_G['setting']['buyusergroupexists']}-->
<div onclick="location.href='home.php?mod=spacecp&ac=usergroup&do=list'" class="xi2 ptn pbn btda" align="right"><label>{lang buy_usergroup}&raquo;</label></div>
<!--{/if}-->
</div>
<!--{template common/footer}-->

View File

@@ -0,0 +1,80 @@
<!--{template common/header}-->
<div id="pt" class="bm cl">
<div class="z">
<a href="./" class="nvhm" title="{lang homepage}">$_G['setting']['bbname']</a> <em>&rsaquo;</em>
<!--{if empty($_GET[action])}-->
{lang faq}
<!--{else}-->
<a href="misc.php?mod=faq">{lang faq}</a>$navigation
<!--{/if}-->
</div>
</div>
<div id="ct" class="ct2_a wp cl">
<div class="mn">
<div class="bm bw0">
<form method="post" autocomplete="off" action="misc.php?mod=faq&action=search" class="y mtn pns">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="searchtype" value="all" />
<input type="text" name="keyword" size="16" value="$keyword" class="px vm" />
<button type="submit" name="searchsubmit" class="pn vm" value="yes"><em>{lang search}</em></button>
</form>
<!--{if empty($_GET[action])}-->
<h1 class="mt mbm">{lang all}{lang faq}</h1>
<div class="lum">
<!--{loop $faqparent $fpid $parent}-->
<h2 class="blocktitle"><a href="misc.php?mod=faq&action=faq&id=$fpid">$parent[title]</a></h2>
<ul name="$parent[title]">
<!--{loop $faqsub[$parent[id]] $sub}-->
<li><a href="misc.php?mod=faq&action=faq&id=$sub[fpid]&messageid=$sub[id]">$sub[title]</a></li>
<!--{/loop}-->
</ul>
<!--{/loop}-->
</div>
<!--{elseif $_GET[action] == 'faq'}-->
<h1 class="mt mbm">$ctitle</h1>
<!--{loop $faqlist $faq}-->
<div id="messageid$faq[id]_c" class="umh{if $messageid != $faq[id]} umn{/if}">
<h3 onclick="toggle_collapse('messageid$faq[id]', 1, 1);">$faq[title]</h3>
<div class="umh_act">
<p class="umh_cb" onclick="toggle_collapse('messageid$faq[id]', 1, 1);">[ {lang open} ]</p>
</div>
</div>
<div class="um" id="messageid$faq[id]" style="{if $messageid != $faq[id]} display: none {/if}">$faq[message]</div>
<!--{/loop}-->
<!--{elseif $_GET[action] == 'search'}-->
<h1 class="mt mbm">{lang keyword_faq}</h1>
<!--{if $faqlist}-->
<!--{loop $faqlist $faq}-->
<div class="umh schfaq"><h3>$faq[title]</h3></div>
<div class="um">$faq[message]</div>
<!--{/loop}-->
<!--{else}-->
<p class="emp">{lang faq_search_nomatch}</p>
<!--{/if}-->
<!--{elseif $_GET[action] == 'plugin' && !empty($_GET['id'])}-->
<!--{eval include(template($_GET['id']));}-->
<!--{/if}-->
</div>
</div>
<div class="appl">
<div class="tbn">
<h2 class="mt bbda">{lang faq}</h2>
<ul>
<li class="cl{if empty($_GET[action])} a{/if}"><a href="misc.php?mod=faq">{lang all}</a></li>
<!--{loop $faqparent $fpid $parent}-->
<li name="$parent[title]" class="cl{if $_GET[id] == $fpid} a{/if}"><a href="misc.php?mod=faq&action=faq&id=$fpid">$parent[title]</a></li>
<!--{/loop}-->
<!--{if !empty($_G['setting']['plugins']['faq'])}-->
<!--{loop $_G['setting']['plugins']['faq'] $id $module}-->
<li class="cl{if $_GET[id] == $id} a{/if}"><a href="misc.php?mod=faq&action=plugin&id=$id">$module[name]</a></li>
<!--{/loop}-->
<!--{/if}-->
</ul>
</div>
<!--{hook/faq_extra}-->
</div>
</div>
<!--{template common/footer}-->

View File

@@ -0,0 +1,172 @@
</div>
<!--{if empty($topic) || ($topic[usefooter])}-->
<!--{eval $focusid = getfocus_rand($_G['basescript']);}-->
<!--{if $focusid !== null}-->
<!--{eval $focus = $_G['cache']['focus']['data'][$focusid];}-->
<!--{eval $focusnum = count($_G['setting']['focus'][$_G['basescript']]);}-->
<div class="focus" id="sitefocus">
<div class="bm">
<div class="bm_h cl">
<a href="javascript:;" onclick="setcookie('nofocus_$_G[basescript]', 1, $_G['cache']['focus']['cookie']*3600);$('sitefocus').style.display='none'" class="y" title="{lang close}">{lang close}</a>
<h2>
<!--{if $_G['cache']['focus']['title']}-->{$_G['cache']['focus']['title']}<!--{else}-->{lang focus_hottopics}<!--{/if}-->
<span id="focus_ctrl" class="fctrl"><img src="{IMGDIR}/pic_nv_prev.gif" alt="{lang footer_previous}" title="{lang footer_previous}" id="focusprev" class="cur1" onclick="showfocus('prev');" /> <em><span id="focuscur"></span>/$focusnum</em> <img src="{IMGDIR}/pic_nv_next.gif" alt="{lang footer_next}" title="{lang footer_next}" id="focusnext" class="cur1" onclick="showfocus('next')" /></span>
</h2>
</div>
<div class="bm_c" id="focus_con">
</div>
</div>
</div>
<!--{eval $focusi = 0;}-->
<!--{loop $_G['setting']['focus'][$_G[basescript]] $id}-->
<div class="bm_c" style="display: none" id="focus_$focusi">
<dl class="xld cl bbda">
<dt><a href="{$_G['cache']['focus']['data'][$id]['url']}" class="xi2" target="_blank">$_G['cache']['focus']['data'][$id]['subject']</a></dt>
<!--{if $_G['cache']['focus']['data'][$id][image]}-->
<dd class="m"><a href="{$_G['cache']['focus']['data'][$id]['url']}" target="_blank"><img src="{$_G['cache']['focus']['data'][$id]['image']}" alt="$_G['cache']['focus']['data'][$id]['subject']" /></a></dd>
<!--{/if}-->
<dd>$_G['cache']['focus']['data'][$id]['summary']</dd>
</dl>
<p class="ptn cl"><a href="{$_G['cache']['focus']['data'][$id]['url']}" class="xi2 y" target="_blank">{lang focus_show} &raquo;</a></p>
</div>
<!--{eval $focusi ++;}-->
<!--{/loop}-->
<script type="text/javascript">
var focusnum = $focusnum;
if(focusnum < 2) {
$('focus_ctrl').style.display = 'none';
}
if(!$('focuscur').innerHTML) {
var randomnum = parseInt(Math.round(Math.random() * focusnum));
$('focuscur').innerHTML = Math.max(1, randomnum);
}
showfocus();
var focusautoshow = window.setInterval('showfocus(\'next\', 1);', 5000);
</script>
<!--{/if}-->
<!--{ad/footerbanner/wp a_f/1}--><!--{ad/footerbanner/wp a_f/2}--><!--{ad/footerbanner/wp a_f/3}-->
<!--{ad/float/a_fl/1}--><!--{ad/float/a_fr/2}-->
<!--{ad/couplebanner/a_fl a_cb/1}--><!--{ad/couplebanner/a_fr a_cb/2}-->
<!--{ad/cornerbanner/a_cn}-->
<!--{hook/global_footer}-->
<div id="ft" class="wp cl">
<div id="flk" class="y">
<p>
<!--{if !empty($_G['setting']['site_qq'])}--><a href="//wpa.qq.com/msgrd?v=3&uin=$_G['setting']['site_qq']&site=$_G['setting']['bbname']&menu=yes&from=discuz" target="_blank" title="QQ"><img src="{IMGDIR}/site_qq.jpg" alt="QQ" /></a><span class="pipe">|</span><!--{/if}-->
<!--{loop $_G['setting']['footernavs'] $nav}--><!--{if is_array($nav) && $nav['available'] && ($nav['type'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1)) ||
!$nav['type'] && ($nav['id'] == 'stat' && $_G['group']['allowstatdata'] || $nav['id'] == 'report' && $_G['uid'] || $nav['id'] == 'archiver' || $nav['id'] == 'mobile' || $nav['id'] == 'darkroom'))}-->$nav[code]<span class="pipe">|</span><!--{/if}--><!--{/loop}-->
<strong><a href="$_G['setting']['siteurl']" target="_blank">$_G['setting']['sitename']</a></strong>
<!--{if $_G['setting']['icp'] || !empty($_G['setting']['mps'])}-->( <!--{if $_G['setting']['icp']}--><a href="https://beian.miit.gov.cn/" target="_blank">$_G['setting']['icp']</a><!--{/if}--><!--{if !empty($_G['setting']['mps'])}--><!--{if $_G['setting']['icp']}--><span class="pipe">|</span><!--{/if}--><a href="https://beian.mps.gov.cn/#/query/webSearch?code=$_G['setting']['mpsid']" target="_blank"><img width="14" height="14" src="{IMGDIR}/ico_mps.png" />$_G['setting']['mps']</a><!--{/if}--> )<!--{/if}-->
<!--{hook/global_footerlink}-->
<!--{if $_G['setting']['statcode']}-->$_G['setting']['statcode']<!--{/if}-->
</p>
<p class="xs0">
{lang time_now}
<span id="debuginfo">
<!--{if debuginfo()}-->, Processed in $_G[debuginfo][time] second(s), $_G[debuginfo][queries] queries
<!--{if $_G['gzipcompress']}-->, Gzip On<!--{/if}--><!--{if C::memory()->type}-->, <!--{echo C::memory()->type}--> On<!--{/if}-->.
<!--{/if}-->
</span>
</p>
</div>
<div id="frt">
<p>Powered by <strong><a href="https://www.discuz.vip/" target="_blank">Discuz!</a></strong> <em>$_G['setting']['version']</em><!--{if !empty($_G['setting']['boardlicensed'])}--> <a href="https://license.discuz.vip/?pid=1&host=$_SERVER[HTTP_HOST]" target="_blank">Licensed</a><!--{/if}--></p>
<p class="xs0">{lang copyright}</p>
</div>
<!--{eval updatesession();}-->
<!--{if $_G['uid'] && $_G['group']['allowinvisible']}-->
<script type="text/javascript">
var invisiblestatus = '<!--{if $_G['session']['invisible']}-->{lang login_invisible_mode}<!--{else}-->{lang login_normal_mode}<!--{/if}-->';
var loginstatusobj = $('loginstatusid');
if(loginstatusobj != undefined && loginstatusobj != null) loginstatusobj.innerHTML = invisiblestatus;
</script>
<!--{/if}-->
</div>
<!--{/if}-->
<!--{if !$_G['setting']['bbclosed'] && empty($_G['member']['freeze'] && $_G['member']['groupid'] != 5)}-->
<!--{if $_G[uid] && !isset($_G['cookie']['checkpm'])}-->
<script type="text/javascript" src="home.php?mod=spacecp&ac=pm&op=checknewpm&rand=$_G[timestamp]"></script>
<!--{/if}-->
<!--{if $_G[uid] && helper_access::check_module('follow') && !isset($_G['cookie']['checkfollow'])}-->
<script type="text/javascript" src="home.php?mod=spacecp&ac=follow&op=checkfeed&rand=$_G[timestamp]"></script>
<!--{/if}-->
<!--{if !isset($_G['cookie']['sendmail'])}-->
<script type="text/javascript" src="home.php?mod=misc&ac=sendmail&rand=$_G[timestamp]"></script>
<!--{/if}-->
<!--{/if}-->
<!--{if $_GET['diy'] == 'yes'}-->
<!--{if check_diy_perm($topic) && (empty($do) || $do != 'index')}-->
<script type="text/javascript" src="{$_G[setting][jspath]}common_diy.js?{VERHASH}"></script>
<script type="text/javascript" src="{$_G[setting][jspath]}portal_diy{if !check_diy_perm($topic, 'layout')}_data{/if}.js?{VERHASH}"></script>
<!--{/if}-->
<!--{if $space['self'] && CURMODULE == 'space' && $do == 'index'}-->
<script type="text/javascript" src="{$_G[setting][jspath]}common_diy.js?{VERHASH}"></script>
<script type="text/javascript" src="{$_G[setting][jspath]}space_diy.js?{VERHASH}"></script>
<!--{/if}-->
<!--{/if}-->
<!--{if $_G['uid'] && $_G['member']['allowadmincp'] == 1 && empty($_G['cookie']['pluginnotice'])}-->
<div class="focus plugin" id="plugin_notice"></div>
<script type="text/javascript">pluginNotice();</script>
<!--{/if}-->
<!--{if !$_G['setting']['bbclosed'] && empty($_G['member']['freeze']) && $_G['member']['groupid'] != 5 && (empty($_G['setting']['disableipnotice']) || $_G['setting']['disableipnotice'] != 1) && $_G['uid'] && !empty($_G['cookie']['lip'])}-->
<div class="focus plugin" id="ip_notice"></div>
<script type="text/javascript">ipNotice();</script>
<!--{/if}-->
<!--{if !empty($_G['member']['newprompt']) && (empty($_G['cookie']['promptstate_'.$_G[uid]]) || $_G['cookie']['promptstate_'.$_G[uid]] != $_G['member']['newprompt']) && $_GET['do'] != 'notice' && empty($_G['member']['freeze']) && $_G['member']['groupid'] != 5}-->
<script type="text/javascript">noticeTitle();</script>
<!--{/if}-->
<!--{if (!empty($_G[member][newpm]) || !empty($_G[member][newprompt])) && empty($_G['cookie']['ignore_notice']) && empty($_G['member']['freeze']) && $_G['member']['groupid'] != 5}-->
<script type="text/javascript" src="{$_G[setting][jspath]}html5notification.js?{VERHASH}"></script>
<script type="text/javascript">
var h5n = new Html5notification();
if(h5n.issupport()) {
<!--{if $_G[member][newpm] && $_GET[do] != 'pm'}-->
h5n.shownotification('pm', '$_G[siteurl]home.php?mod=space&do=pm', '<!--{avatar($_G['uid'], 'small', true)}-->', '{lang newpm_subject}', '{lang newpm_notice_info}');
<!--{/if}-->
<!--{if $_G[member][newprompt] && $_GET[do] != 'notice'}-->
<!--{loop $_G['member']['category_num'] $key $val}-->
<!--{eval $noticetitle = lang('template', 'notice_'.$key);}-->
h5n.shownotification('notice_$key', '$_G[siteurl]home.php?mod=space&do=notice&view=$key', '<!--{avatar($_G['uid'], 'small', true)}-->', '$noticetitle ($val)', '{lang newnotice_notice_info}');
<!--{/loop}-->
<!--{/if}-->
}
</script>
<!--{/if}-->
<div id="scrolltop">
<!--{if $_G[fid] && $_G['mod'] == 'viewthread'}-->
<span><a href="forum.php?mod=post&action=reply&fid=$_G[fid]&tid=$_G[tid]&extra=$_GET[extra]&page=$page{if $_GET[from]}&from=$_GET[from]{/if}" onclick="showWindow('reply', this.href)" class="replyfast" title="{lang fastreply}"><b>{lang fastreply}</b></a></span>
<!--{/if}-->
<span hidefocus="true"><a title="{lang scrolltop}" onclick="window.scrollTo('0','0')" class="scrolltopa" ><b>{lang scrolltop}</b></a></span>
<!--{if $_G[fid]}-->
<span>
<!--{if $_G['mod'] == 'viewthread'}-->
<a href="forum.php?mod=forumdisplay&fid=$_G[fid]" hidefocus="true" class="returnlist" title="{lang return_list}"><b>{lang return_list}</b></a>
<!--{else}-->
<a href="forum.php" hidefocus="true" class="returnboard" title="{lang return_forum}"><b>{lang return_forum}</b></a>
<!--{/if}-->
</span>
<!--{/if}-->
</div>
<script type="text/javascript">_attachEvent(window, 'scroll', function () { showTopLink(); });checkBlind();</script>
<!--{if isset($_G['makehtml'])}-->
<script type="text/javascript" src="{$_G[setting][jspath]}html2dynamic.js?{VERHASH}"></script>
<script type="text/javascript">
var html_lostmodify = {TIMESTAMP};
htmlGetUserStatus();
<!--{if isset($_G['htmlcheckupdate'])}-->
htmlCheckUpdate();
<!--{/if}-->
</script>
<!--{/if}-->
<!--{eval output();}-->
</body>
</html>

View File

@@ -0,0 +1 @@
<!--{echo output_ajax()}-->]]></root><!--{eval exit;}-->

View File

@@ -0,0 +1,20 @@
/*
Popup Calendar CSS file for Discuz! X
(C) Comsenz Inc.
https://www.discuz.vip
*/
/*Popup Calendar*/
#calendar { padding: 5px; text-align: left; border: 1px solid {DROPMENUBORDER}; background: {WRAPBG}; margin-bottom: 0.8em; box-shadow: 2px 4px 4px rgba(0,0,0,0.2); }
#calendar td { padding: 7px; font-weight: 700; text-align: revert-layer; }
#calendar_week td { height: 2em; line-height: 2em; border-bottom: 1px solid {SPECIALBORDER};}
#calendar_week a { color: {HIGHLIGHTLINK}; }
#hourminute td {padding: 4px 2px; border-top: 1px solid {SPECIALBORDER};}
.calendar_expire, .calendar_expire a:link, .calendar_expire a:visited { color: {MIDTEXT}; font-weight: normal; }
.calendar_default, .calendar_default a:link, .calendar_default a:visited { color: {HIGHLIGHTLINK};}
.calendar_checked, .calendar_checked a:link, .calendar_checked a:visited { color: {NOTICETEXT}; font-weight: bold;}
td.calendar_checked, span.calendar_checked{ background: {SPECIALBORDER};}
.calendar_today, .calendar_today a:link, .calendar_today a:visited { color: {TABLETEXT}; font-weight: bold; }
#calendar_header td{ width: 30px; height: 20px; border-bottom: 1px solid {SPECIALBORDER}; font-weight: normal; }
#calendar_year { display: none; line-height: 130%; background: {WRAPBG}; position: absolute; z-index: 10; }
#calendar_year .col { float: left; background: {WRAPBG}; margin-left: 1px; border: 1px solid {SPECIALBORDER}; padding: 4px; }
#calendar_month { display: none; background: {WRAPBG}; line-height: 130%; border: 1px solid #DDD; padding: 4px; position: absolute; z-index: 11; }

View File

@@ -0,0 +1,61 @@
/*
Moderator CSS file for Discuz! X
(C) Comsenz Inc.
https://www.discuz.vip
*/
/* ----------- 版主管理 modlayer modcount------------------- */
#mdly { position: absolute; right: 0; padding: 0 15px; width: 250px; height: 100px; background: #FFF; background: linear-gradient(0deg, #FFF 68%, #E8EFF5 68%); line-height: 32px; overflow: hidden; border-radius: 5px; box-shadow: 0 0 5px #999; }
#mdly a { color: #06C; }
#mdly .cp { position: absolute; top: 0; right: 0; width: 35px; height: 32px; line-height: 32px; font-size: 20px; text-align: center; color: #555; overflow: hidden; text-decoration: none; }
#mdly .cp:before { content: "\f127"; font-family: dzicon; }
#mdly label { position: absolute; top: 0; _top: 6px; right: 40px; }
#mdly h6 { line-height: 32px; }
#mdly h6 strong { margin: 0 3px; color: {NOTICETEXT}; }
#mdly.cpd { padding: 0; width: 35px; height: 32px; border: none; background: {NOTICETEXT}; }
#mdly.cpd h6 { padding-top: 40px; }
#mdly.cpd .cp { display: none; }
#mdly.cpd #mdct { display: block; position: absolute; margin: 0; left: 3px; top: 0; z-index: 999; width: 32px; height: 32px; color: #FFF; text-align: center; cursor: pointer; }
.pg_viewthread #mdly { margin: 20px 0 0 10px; padding: 0; width: 200px; height: auto; background: none; border-radius: 0; box-shadow: none; }
.cmen { overflow: hidden; width: 63px; }
.cmen a { overflow: hidden; float:left; width: 20px; height: 20px; }
.tpmh { height: 200px; }
.tpmh .thby { margin: 5px 0 15px; }
.tpmh .tah_body select { width: 217px; }
.tplw { margin-bottom: 1em; }
.tplw table { width: 100%; }
.tplw td { padding: 0 5px; }
.tplw .txt { width: 100px; }
.tplw .wide .txt { width: 50px; }
.llst li{ padding: 4px 0; border-bottom: 1px solid {COMMONBORDER}; height: 28px; }
.llst .copt { height: auto; }
.tm_c { background: {COMMONBG}; }
.tm_c .o { background: #EEE; }
.tpclg { padding: 8px 0 4px; }
.tpclg h4 { font-weight: 400; width: 222px; }
.tpclg h4 span { float: left; }
.tpclg h4 .dpbtn { border-width: 1px; }
.tpclg .pt { margin: 5px 0; width: 212px; overflow: hidden; }
.tpcl { margin: 10px 0; border-top: 1px solid #DDD; }
.tpcl li { height: 28px; line-height: 18px; border-top: 1px solid {WRAPBG}; border-bottom: 1px solid #DDD; }
.tpcl .copt { height: auto; }
.dopt { visibility: hidden; overflow: hidden; white-space: nowrap; }
.copt .dopt { visibility: visible; }
.dopt p .px, .hasd .px { width: 100px; float: left; }
.dopt span .crl { width: 21px; height: 21px; border-style: solid; border-color: #707070 #CECECE #CECECE #ABABAB; border-width: 1px 0 1px 1px; }
.tpcl table { width: 100%; }
.tpcl td { vertical-align: top; padding: 5px; }
.tpcl .labeltxt { display: block; cursor: pointer; width: 100%; background: url({IMGDIR}/arrwd.gif) no-repeat 100% 8px; }
.copt .labeltxt { float: left; cursor: default; width: 45px; background: none; color: #09C; }
.tpcl .pc { margin: 3px; }
.tpcl img { vertical-align: middle; }
.tahfx { overflow: hidden; white-space: nowrap; width: 217px; }
.tahfx select { width: 160px; }
#toolbarroot { top: 0; left: 0; width: 96%; z-index: 9000; position: fixed; height: 30px; }
#toolbardiv { min-width:980px; height:27px; line-height:27px; padding:1px; border-bottom:1px solid {WRAPBORDERCOLOR}; background: #EEE;}
#togglediv { width:22px; height:22px; border:1px solid #09f; position:absolute; right:5px; top:3px; z-index:9998; cursor:pointer; text-align:center;}
.pg_modcp .tl { min-height: 150px; overflow: visible; }

View File

@@ -0,0 +1,3 @@
<!--{template common/header}-->
$result
<!--{template common/footer}-->

View File

@@ -0,0 +1,169 @@
<!--{subtemplate common/header_common}-->
<meta name="application-name" content="$_G['setting']['bbname']" />
<meta name="msapplication-tooltip" content="$_G['setting']['bbname']" />
<!--{if $_G['setting']['portalstatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][1]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['portal']) ? $_G['scheme'].'://'.$_G['setting']['domain']['app']['portal'] : $_G[siteurl].'portal.php'};icon-uri={$_G[siteurl]}{IMGDIR}/portal.ico" /><!--{/if}-->
<meta name="msapplication-task" content="name=$_G['setting']['navs'][2]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['forum']) ? $_G['scheme'].'://'.$_G['setting']['domain']['app']['forum'] : $_G[siteurl].'forum.php'};icon-uri={$_G[siteurl]}{IMGDIR}/bbs.ico" />
<!--{if $_G['setting']['groupstatus']}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][3]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['group']) ? $_G['scheme'].'://'.$_G['setting']['domain']['app']['group'] : $_G[siteurl].'group.php'};icon-uri={$_G[siteurl]}{IMGDIR}/group.ico" /><!--{/if}-->
<!--{if helper_access::check_module('feed')}--><meta name="msapplication-task" content="name=$_G['setting']['navs'][4]['navname'];action-uri={echo !empty($_G['setting']['domain']['app']['home']) ? $_G['scheme'].'://'.$_G['setting']['domain']['app']['home'] : $_G[siteurl].'home.php'};icon-uri={$_G[siteurl]}{IMGDIR}/home.ico" /><!--{/if}-->
<!--{if $_G['basescript'] == 'forum' && $_G['setting']['archiver']}-->
<link rel="archives" title="$_G['setting']['bbname']" href="{$_G[siteurl]}archiver/" />
<!--{/if}-->
<!--{if !empty($rsshead)}-->$rsshead<!--{/if}-->
<!--{if widthauto()}-->
<link rel="stylesheet" id="css_widthauto" type="text/css" href='{$_G['setting']['csspath']}{STYLEID}_widthauto.css?{VERHASH}' />
<script type="text/javascript">HTMLNODE.className += ' widthauto'</script>
<!--{/if}-->
<!--{if $_G['basescript'] == 'forum' || $_G['basescript'] == 'group'}-->
<script type="text/javascript" src="{$_G[setting][jspath]}forum.js?{VERHASH}"></script>
<!--{elseif $_G['basescript'] == 'home'}-->
<script type="text/javascript" src="{$_G[setting][jspath]}home.js?{VERHASH}"></script>
<!--{elseif $_G['basescript'] == 'portal'}-->
<script type="text/javascript" src="{$_G[setting][jspath]}portal.js?{VERHASH}"></script>
<!--{/if}-->
<!--{if $_G['basescript'] != 'portal' && $_GET['diy'] == 'yes' && check_diy_perm($topic)}-->
<script type="text/javascript" src="{$_G[setting][jspath]}portal.js?{VERHASH}"></script>
<!--{/if}-->
<!--{if $_GET['diy'] == 'yes' && check_diy_perm($topic)}-->
<link rel="stylesheet" type="text/css" id="diy_common" href="{$_G['setting']['csspath']}{STYLEID}_css_diy.css?{VERHASH}" />
<!--{/if}-->
</head>
<body id="nv_{$_G[basescript]}" class="pg_{CURMODULE}{if $_G['basescript'] === 'portal' && CURMODULE === 'list' && !empty($cat)} {$cat['bodycss']}{/if}" onkeydown="if(event.keyCode==27) return false;">
<div id="append_parent"></div><div id="ajaxwaitid"></div>
<!--{if $_GET['diy'] == 'yes' && check_diy_perm($topic)}-->
<!--{template common/header_diy}-->
<!--{/if}-->
<!--{if check_diy_perm($topic)}-->
<!--{template common/header_diynav}-->
<!--{/if}-->
<!--{if CURMODULE == 'topic' && $topic && empty($topic['useheader']) && check_diy_perm($topic)}-->
$diynav
<!--{/if}-->
<!--{if empty($topic) || $topic['useheader']}-->
<!--{if $_G['setting']['mobile']['allowmobile'] && (!$_G['setting']['cacheindexlife'] && !$_G['setting']['cachethreadon'] || $_G['uid']) && ($_GET['diy'] != 'yes' || !$_GET['inajax']) && ($_G['mobile'] != '' && $_G['cookie']['mobile'] == '' && $_GET['mobile'] != 'no')}-->
<div class="xi1 bm bm_c">
{lang your_mobile_browser}<a href="{$_G['siteurl']}forum.php?mobile=yes">{lang go_to_mobile}</a> <span class="xg1">|</span> <a href="$_G['setting']['mobile']['nomobileurl']">{lang to_be_continue}</a>
</div>
<!--{/if}-->
<!--{if !empty($_G['setting']['shortcut']) && $_G['member'][credits] >= $_G['setting']['shortcut']}-->
<div id="shortcut">
<span><a href="javascript:;" id="shortcutcloseid" title="{lang close}">{lang close}</a></span>
{lang shortcut_notice}
<a href="javascript:;" id="shortcuttip">{lang shortcut_add}</a>
</div>
<script type="text/javascript">setTimeout(setShortcut, 2000);</script>
<!--{/if}-->
<div id="toptb" class="cl">
<!--{hook/global_cpnav_top}-->
<div class="wp">
<div class="z">
<!--{loop $_G['setting']['topnavs'][0] $nav}-->
<!--{if is_array($nav) && $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->$nav[code]<!--{/if}-->
<!--{/loop}-->
<!--{hook/global_cpnav_extra1}-->
</div>
<div class="y">
<a id="switchblind" href="javascript:;" onclick="toggleBlind(this)" title="{lang switch_blind}" class="switchblind"></a>
<!--{hook/global_cpnav_extra2}-->
<!--{loop $_G['setting']['topnavs'][1] $nav}-->
<!--{if is_array($nav) && $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->$nav[code]<!--{/if}-->
<!--{/loop}-->
<!--{if empty($_G['disabledwidthauto']) && $_G['setting']['switchwidthauto']}-->
<a href="javascript:;" id="switchwidth" onclick="widthauto(this)" title="{if widthauto()}{lang switch_narrow}{else}{lang switch_wide}{/if}" class="switchwidth"><!--{if widthauto()}-->{lang switch_narrow}<!--{else}-->{lang switch_wide}<!--{/if}--></a>
<!--{/if}-->
<!--{if $_G['uid'] && !empty($_G['style']['extstyle'])}--><a id="sslct" href="javascript:;" onmouseover="delayShow(this, function() {showMenu({'ctrlid':'sslct','pos':'34!'})});">{lang changestyle}</a><!--{/if}-->
<!--{if check_diy_perm($topic)}-->
$diynav
<!--{/if}-->
</div>
</div>
</div>
<!--{if !IS_ROBOT}-->
<!--{if $_G['uid'] && !$_G['setting']['bbclosed'] && empty($_G['member']['freeze']) && $_G['member']['groupid'] != 5}-->
<ul id="myprompt_menu" class="p_pop" style="display: none;">
<li><a href="home.php?mod=space&do=pm" id="pm_ntc" style="background-repeat: no-repeat; background-position: 0 50%;"><em class="prompt_news{if empty($_G[member][newpm])}_0{/if}"></em>{lang pm_center}</a></li>
<!--{if $_G['setting']['followstatus']}-->
<li><a href="home.php?mod=follow&do=follower"><em class="prompt_follower{if empty($_G[member][newprompt_num][follower])}_0{/if}"></em><!--{lang notice_interactive_follower}-->{if $_G[member][newprompt_num][follower]}($_G[member][newprompt_num][follower]){/if}</a></li>
<!--{if $_G[member][newprompt] && $_G[member][newprompt_num][follow]}-->
<li><a href="home.php?mod=follow"><em class="prompt_concern"></em><!--{lang notice_interactive_follow}-->($_G[member][newprompt_num][follow])</a></li>
<!--{/if}-->
<!--{/if}-->
<!--{if $_G[member][newprompt]}-->
<!--{loop $_G['member']['category_num'] $key $val}-->
<li><a href="home.php?mod=space&do=notice&view=$key"><em class="notice_$key"></em><!--{echo lang('template', 'notice_'.$key)}-->(<span class="rq">$val</span>)</a></li>
<!--{/loop}-->
<!--{/if}-->
<!--{if empty($_G['cookie']['ignore_notice'])}-->
<li class="ignore_noticeli"><a href="javascript:;" onclick="setcookie('ignore_notice', 1);hideMenu('myprompt_menu')" title="{lang temporarily_to_remind}"><em class="ignore_notice"></em></a></li>
<!--{/if}-->
</ul>
<!--{/if}-->
<!--{if $_G['uid'] && !empty($_G['style']['extstyle'])}-->
<div id="sslct_menu" class="cl p_pop" style="display: none;">
<!--{if !$_G[style][defaultextstyle]}--><span class="sslct_btn" onclick="extstyle('')" title="{lang default}"><i></i></span><!--{/if}-->
<!--{loop $_G['style']['extstyle'] $extstyle}-->
<span class="sslct_btn" onclick="extstyle('$extstyle[0]')" title="$extstyle[1]"><i style='background:$extstyle[2]'></i></span>
<!--{/loop}-->
</div>
<!--{/if}-->
<!--{if $_G['uid']}-->
<ul id="myitem_menu" class="p_pop" style="display: none;">
<!--{if $_G['setting']['forumstatus']}--><li><a href="home.php?mod=space&do=thread&view=me">{lang mypost}</a></li><!--{/if}-->
<!--{if $_G['setting']['favoritestatus']}--><li><a href="home.php?mod=space&do=favorite&view=me">{lang favorite}</a></li><!--{/if}-->
<!--{if $_G['setting']['friendstatus']}--><li><a href="home.php?mod=space&do=friend">{lang friends}</a></li><!--{/if}-->
<!--{hook/global_myitem_extra}-->
</ul>
<!--{/if}-->
<!--{subtemplate common/header_qmenu}-->
<!--{/if}-->
<!--{ad/headerbanner/wp a_h}-->
<div id="hd">
<div class="wp">
<div class="hdc cl">
<!--{eval $mnid = getcurrentnav();}-->
<h2><!--{if !isset($_G['setting']['navlogos'][$mnid])}--><a href="{if $_G['setting']['domain']['app']['default']}{$_G['scheme']}://{$_G['setting']['domain']['app']['default']}/{else}./{/if}" title="$_G['setting']['bbname']">{$_G['style']['boardlogo']}</a><!--{else}-->$_G['setting']['navlogos'][$mnid]<!--{/if}--></h2>
<!--{template common/header_userstatus}-->
</div>
<div id="nv">
<a href="javascript:;" id="qmenu" onmouseover="delayShow(this, function () {showMenu({'ctrlid':'qmenu','pos':'34!','ctrlclass':'a','duration':2});showForummenu($_G[fid]);})">{lang my_nav}</a>
<ul>
<!--{loop $_G['setting']['navs'] $nav}-->
<!--{if is_array($nav) && $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}--><li {if $mnid == $nav[navid] || substr($_SERVER['REQUEST_URI'], 1) == str_replace('./', '', $nav[filename])}class="a" {/if}$nav[nav]></li><!--{/if}-->
<!--{/loop}-->
</ul>
<!--{hook/global_nav_extra}-->
</div>
<!--{if !empty($_G['setting']['plugins']['jsmenu'])}-->
<ul class="p_pop h_pop" id="plugin_menu" style="display: none">
<!--{loop $_G['setting']['plugins']['jsmenu'] $module}-->
<!--{if in_array($module['adminid'], array(0, -1)) || ($module['adminid'] && $_G['adminid'] > 0 && $module['adminid'] >= $_G['adminid'])}-->
<li>$module[url]</li>
<!--{/if}-->
<!--{/loop}-->
</ul>
<!--{/if}-->
$_G[setting][menunavs]
<div id="mu" class="cl">
<!--{if $_G['setting']['subnavs']}-->
<!--{loop $_G[setting][subnavs] $navid $subnav}-->
<!--{if $_G['setting']['navsubhover'] || $mnid == $navid}-->
<ul class="cl {if $mnid == $navid}current{/if}" id="snav_$navid"{if $mnid != $navid} style="display:none"{/if}>
$subnav
</ul>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
</div>
<!--{ad/subnavbanner/a_mu}-->
<!--{subtemplate common/pubsearchform}-->
</div>
</div>
<!--{hook/global_header}-->
<!--{/if}-->
<div id="wp" class="wp">

View File

@@ -0,0 +1,10 @@
{eval
ob_end_clean();
ob_start();
@header("Expires: -1");
@header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE);
@header("Pragma: no-cache");
@header("Content-type: text/xml; charset=".CHARSET);
echo '<?xml version="1.0" encoding="'.CHARSET.'"?>'."\r\n";
}
<root><![CDATA[

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="{CHARSET}" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> Powered by Discuz!</title>
$_G['setting']['seohead']
<meta name="keywords" content="{if !empty($metakeywords)}{echo dhtmlspecialchars($metakeywords)}{/if}" />
<meta name="description" content="{if !empty($metadescription)}{echo dhtmlspecialchars($metadescription)} {/if}{if empty($nobbname)},$_G['setting']['bbname']{/if}" />
<meta name="generator" content="Discuz! $_G['setting']['version']" />
<meta name="author" content="Discuz! Team and Comsenz UI Team" />
<meta name="copyright" content="{lang copyright_s}" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="{$_G['siteurl']}" />
<!--{csstemplate}-->
<script type="text/javascript">var STYLEID = '{STYLEID}', STATICURL = '{STATICURL}', IMGDIR = '{IMGDIR}', VERHASH = '{VERHASH}', charset = '{CHARSET}', discuz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}', showusercard = '{$_G[setting][showusercard]}', attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', creditnotice = '<!--{if $_G['setting']['creditnotice']}-->$_G['setting']['creditnames']<!--{/if}-->', defaultstyle = '$_G[style][defaultextstyle]', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]', CSSPATH = '$_G[setting][csspath]', DYNAMICURL = '{$_G[dynamicurl] or ''}';</script>
<script type="text/javascript" src="{$_G[setting][jspath]}common.js?{VERHASH}"></script>
<!--{if empty($_GET['diy'])}--><!--{eval $_GET['diy'] = '';}--><!--{/if}-->
<!--{if !isset($topic)}--><!--{eval $topic = array();}--><!--{/if}-->

View File

@@ -0,0 +1,94 @@
<style type="text/css">
/* DIY MODE CSS STYLE */
.hide { display: none; }
.frame,.tab,.block { position: relative; zoom:1; min-height: 20px; }
.edit { position: absolute; top: 0; right: 0; z-index: 199; padding: 0 5px; background: red; line-height: 26px; color: #FFF; cursor: pointer; }
.block .edit { background: #369; }
.edit-menu { position: absolute; z-index: 300; border-style: solid; border-width: 0 1px 1px 1px; border-color: #DDD #999 #999 #CCC; background: #FFF; }
.mitem { padding: 4px 4px 4px 14px; width: 36px; border-top: 1px solid #DDD; cursor: pointer; }
.mitem:hover { background: #F2F2F2; color: #06C; }
.subtitle { margin: 0 4px; }
.frame-tab .title .move-span { float: left; margin: 0 3px 0 0; padding: 0; width: 100px; border-bottom: none; cursor: pointer; }
#samplepanel { background: #FFF; }
.block-name { display: block; visibility: hidden; background: #000; color: #FFF; position: absolute; top: 5px; left: 5px; padding: 2px; opacity: 0.85; filter: alpha(opacity=85); z-index: 1; }
</style>
<div id="button_more_menu" class="p_pop" style="display: none;">
<ul>
<li><a href="javascript:;" onclick="spaceDiy.recover();return false;" title="{lang header_restore_backup_desc}">{lang header_restore_backup}</a></li>
<li><a href="javascript:;" onclick="drag.frameExport();return false;" title="{lang header_export_desc}">{lang header_export}</a></li>
<li><a href="javascript:;" onclick="drag.openFrameImport();$('button_more_menu').style.display='none';return false;" title="{lang header_import_desc}">{lang header_import}</a></li>
<li><a href="javascript:;" onclick="drag.blockForceUpdateBatch();$('button_more_menu').style.display='none';return false;" title="{lang header_update_desc}">{lang header_update}</a></li>
<li><a href="javascript:;" onclick="drag.clearAll();$('button_more_menu').style.display='none';return false;" title="{lang header_clearall_desc}">{lang header_clearall}</a></li>
</ul>
</div>
<div id="controlpanel" class="cl hide">
<div id="controlheader" class="cl">
<p class="y">
<span id="navcancel"><a href="javascript:;" id="diycancel" onclick="spaceDiy.cancel();return false;">{lang close}</a></span>
<a href="javascript:;" title="{lang header_more_actions}" id="button_more" onmouseover="showMenu(this.id);">More</a>
<span id="navsave"><a href="javascript:;" onclick="javascript:spaceDiy.save();return false;">{lang save}</a></span>
<span id="button_redo" class="unusable"><a href="javascript:;" onclick="spaceDiy.redo();return false;" title="{lang e_redo}" onfocus="this.blur();">{lang e_redo}</a></span>
<span id="button_undo" class="unusable"><a href="javascript:;" onclick="spaceDiy.undo();return false;" title="{lang e_undo}" onfocus="this.blur();">{lang e_undo}</a></span>
<span id="preview" class="unusable"><a href="javascript:;" onclick="spaceDiy.save('preview');return false;" onfocus="this.blur();" title="{lang header_perview_desc}" id="diy_preview">{lang header_perview}</a></span>
<span id="savecachemsg" class="xg1" style="display: none;"></span>
</p>
<ul id="controlnav">
<li id="navstart" class="current"><a href="javascript:" onclick="spaceDiy.getdiy('start');this.blur();return false;">{lang header_start}</a></li>
<li id="navframe"><a href="javascript:;" onclick="spaceDiy.getdiy('frame');this.blur();return false;">{lang header_frame}</a></li>
<li id="navblockclass"><a href="javascript:;" onclick="spaceDiy.getdiy('blockclass');this.blur();return false;" id="hd_mod">{lang header_module}</a></li>
<!--{if !empty($topic)}-->
<li id="navstyle"><a href="javascript:;" onclick="spaceDiy.getdiy('style');this.blur();return false;">{lang style}</a></li>
<li id="navdiy"><a href="javascript:;" onclick="spaceDiy.getdiy('diy', 'topicid', '$topic[topicid]');this.blur();return false;">{lang header_diy}</a></li>
<!--{/if}-->
</ul>
<div id="diy_backup_tip" class="tip tip_2" style="display: none;">
<div class="tip_horn"></div>
<div class="tip_c">{lang header_diy_backup_tip} &nbsp; <a href="javascript:;" class="xi2" onclick="drag.saveViewTip('diy_backup_tip');return false;">{lang header_diy_i_know}</a></div>
</div>
</div>
<div id="controlcontent" class="cl">
<ul id="contentstart" class="content">
<li><a href="javascript:;" onclick="spaceDiy.getdiy('frame');return false;"><img src="{STATICURL}image/diy/layout.png" />{lang header_add_frame}</a></li>
<li><a href="javascript:;" onclick="spaceDiy.getdiy('blockclass');return false;"><img src="{STATICURL}image/diy/module.png" />{lang header_add_module}</a></li>
<!--{if !empty($topic)}-->
<li><a href="javascript:;" onclick="spaceDiy.getdiy('style');return false;"><img src="{STATICURL}image/diy/style.png" />{lang style}</a></li>
<li><a href="javascript:;" onclick="spaceDiy.getdiy('diy', 'topicid', '$topic[topicid]');return false;"><img src="{STATICURL}image/diy/diy.png" />{lang header_diy}</a></li>
<!--{/if}-->
</ul>
<ul id="contentframe" class="content hide">
<li><a href="javascript:;" id="frame_1" onmousedown="drag.createObj(event,'frame','1');" onfocus="this.blur();" data="$widthstr"><img src="{STATICURL}image/diy/layout-1.png" />100%{lang header_frame}</a></li>
<li><a href="javascript:;" id="frame_1_1" onmousedown="drag.createObj(event,'frame','1-1');" onfocus="this.blur();"><img src="{STATICURL}image/diy/layout-1-1.png" />1:1</a></li>
<li><a href="javascript:;" id="frame_1_2" onmousedown="drag.createObj(event,'frame','1-2');" onfocus="this.blur();"><img src="{STATICURL}image/diy/layout-1-2.png" />1:2</a></li>
<li><a href="javascript:;" id="frame_2_1" onmousedown="drag.createObj(event,'frame','2-1');" onfocus="this.blur();"><img src="{STATICURL}image/diy/layout-2-1.png" />2:1</a></li>
<li><a href="javascript:;" id="frame_1_3" onmousedown="drag.createObj(event,'frame','1-3');" onfocus="this.blur();"><img src="{STATICURL}image/diy/layout-1-3.png" />1:3</a></li>
<li><a href="javascript:;" id="frame_3_1" onmousedown="drag.createObj(event,'frame','3-1');" onfocus="this.blur();"><img src="{STATICURL}image/diy/layout-3-1.png" />3:1</a></li>
<li><a href="javascript:;" id="frame_1_1_1" onmousedown="drag.createObj(event,'frame','1-1-1');" onfocus="this.blur();" data="$widthstr"><img src="{STATICURL}image/diy/layout-1-1-1.png" />1:1:1</a></li>
<li><a href="javascript:;" id="frame_tab" onmousedown="drag.createObj(event,'tab');" onfocus="this.blur();" data="$widthstr"><img src="{STATICURL}image/diy/layout-tab.png" />tab{lang header_frame}</a></li>
</ul>
<div id="contentblockclass" class="content"></div>
</div>
<div id="cpfooter"><table cellpadding="0" cellspacing="0" width="100%"><tr><td class="l">&nbsp;</td><td class="c">&nbsp;</td><td class="r">&nbsp;</td></tr></table></div>
</div>
<div id="samplepanel" class="hide ptm pbm bbda hm">
<span class="y"><a href="javascript:;" onclick="spaceDiy.cancel();return false;" class="xi2">{lang close}</a>&nbsp;&nbsp;</span>
{lang header_diy_sample_mode}
</div>
<form method="post" autocomplete="off" name="diyform" id="diyform" action="$_G[siteurl]portal.php?mod=portalcp&ac=diy">
<input type="hidden" name="template" value="$_G['style']['tplfile']" />
<input type="hidden" name="tpldirectory" value="$_G['style']['tpldirectory']" />
<input type="hidden" name="diysign" value="{echo dsign({$_G['style']['tpldirectory']}.{$_G['style']['tplfile']})}" />
<input type="hidden" name="prefile" id="prefile" value="$_G['style']['prefile']" />
<input type="hidden" name="savemod" value="$_G['style']['tplsavemod']" />
<input type="hidden" name="spacecss" value="" />
<input type="hidden" name="style" value="" />
<input type="hidden" name="rejs" value="" />
<input type="hidden" name="handlekey" value="" />
<input type="hidden" name="layoutdata" value="" />
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="gobackurl" id="gobackurl" value=""/>
<input type="hidden" name="recover" value=""/>
<input type="hidden" name="optype" value=""/>
<input type="hidden" name="diysubmit" value="true"/>
</form>

View File

@@ -0,0 +1,9 @@
<!--{block diynav}-->
<a id="diy-tg" href="javascript:openDiy();" title="{lang open_diy}" class="xi1 xw1 showmenu" onmouseover="showMenu({'ctrlid':'diy-tg','pos':'34!'})">DIY</a>
<div id="diy-tg_menu" style="display: none;">
<ul>
<li><a href="javascript:saveUserdata('diy_advance_mode', '');openDiy();" class="xi2">{lang header_diy_mode_simple}</a></li>
<li><a href="javascript:saveUserdata('diy_advance_mode', '1');openDiy();" class="xi2">{lang header_diy_mode_adv}</a></li>
</ul>
</div>
<!--{/block}-->

View File

@@ -0,0 +1,22 @@
<div id="qmenu_menu" class="p_pop {if !$_G['uid']}blk{/if}" style="display: none;">
<!--{hook/global_qmenu_top}-->
<!--{if $_G['uid']}-->
<ul class="cl nav">
<!--{loop $_G['setting']['mynavs'] $nav}-->
<!--{if is_array($nav) && $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->
<li>$nav[code]</li>
<!--{/if}-->
<!--{/loop}-->
</ul>
<!--{elseif $_G[connectguest]}-->
<div class="ptm pbw hm">
{lang connect_fill_profile_to_visit}
</div>
<!--{else}-->
<div class="ptm pbw hm">
{lang my_nav_login}
</div>
<!--{/if}-->
<!--{if $_G['setting']['showfjump'] && $_G['setting']['forumstatus']}--><div id="fjump_menu" class="btda"></div><!--{/if}-->
<!--{hook/global_qmenu_bottom}-->
</div>

View File

@@ -0,0 +1,57 @@
<!--{if $_G['uid']}-->
<div id="um">
<div class="avt y"><a href="home.php?mod=space&uid=$_G[uid]"><!--{avatar($_G['uid'], 'middle')}--></a></div>
<p>
<strong class="vwmy{if !empty($_G['setting']['connect']['allow']) && $_G[member][conisbind]} qq{/if}"><a href="home.php?mod=space&uid=$_G[uid]" target="_blank" title="{lang visit_my_space}">{$_G[member][username]}</a></strong>
<!--{if $_G['group']['allowinvisible']}-->
<span id="loginstatus">
<a id="loginstatusid" href="member.php?mod=switchstatus" title="{lang login_switch_invisible_mode}" onclick="ajaxget(this.href, 'loginstatus');return false;" class="xi2"></a>
</span>
<!--{/if}-->
<!--{hook/global_usernav_extra1}-->
<span class="pipe">|</span><!--{hook/global_usernav_extra4}--><a href="javascript:;" id="myitem" class="showmenu" onmouseover="showMenu({'ctrlid':'myitem'});">{lang myitem}</a>
<span class="pipe">|</span><a href="home.php?mod=spacecp">{lang setup}</a>
<span class="pipe">|</span><a href="home.php?mod=space&do=pm" id="pm_ntc"{if $_G[member][newpm]} class="new"{/if}>{lang pm_center}</a>
<span class="pipe">|</span><a href="home.php?mod=space&do=notice" id="myprompt" class="a showmenu{if $_G[member][newprompt] && !$_G['setting']['bbclosed'] && empty($_G['member']['freeze']) && $_G['member']['groupid'] != 5} new{/if}" onmouseover="showMenu({'ctrlid':'myprompt'});">{lang remind}<!--{if $_G[member][newprompt] && !$_G['setting']['bbclosed'] && empty($_G['member']['freeze']) && $_G['member']['groupid'] != 5}-->($_G[member][newprompt])<!--{/if}--></a><span id="myprompt_check"></span>
<!--{if empty($_G['cookie']['ignore_notice']) && !$_G['setting']['bbclosed'] && empty($_G['member']['freeze']) && $_G['member']['groupid'] != 5 && ($_G[member][newpm] || !empty($_G[member][newprompt_num][follower]) || !empty($_G[member][newprompt_num][follow]) || $_G[member][newprompt])}--><script language="javascript">delayShow($('myprompt'), function() {showMenu({'ctrlid':'myprompt','duration':3})});</script><!--{/if}-->
<!--{if !empty($_G['setting']['taskstatus']) && !empty($_G['cookie']['taskdoing_'.$_G['uid']])}--><span class="pipe">|</span><a href="home.php?mod=task&item=doing" id="task_ntc" class="new">{lang task_doing}</a><!--{/if}-->
<!--{if ($_G['group']['allowmanagearticle'] || $_G['group']['allowpostarticle'] || $_G['group']['allowdiy'] || getstatus($_G['member']['allowadmincp'], 4) || getstatus($_G['member']['allowadmincp'], 6) || getstatus($_G['member']['allowadmincp'], 2) || getstatus($_G['member']['allowadmincp'], 3))}-->
<span class="pipe">|</span><a href="portal.php?mod=portalcp"><!--{if $_G['setting']['portalstatus'] }-->{lang portal_manage}<!--{else}-->{lang portal_block_manage}<!--{/if}--></a>
<!--{/if}-->
<!--{if $_G['uid'] && $_G['group']['radminid'] > 1}-->
<span class="pipe">|</span><a href="forum.php?mod=modcp&fid=$_G[fid]" target="_blank">{lang forum_manager}</a>
<!--{/if}-->
<!--{if $_G['uid'] && getstatus($_G['member']['allowadmincp'], 1)}-->
<span class="pipe">|</span><a href="admin.php" target="_blank">{lang admincp}</a>
<!--{/if}-->
<!--{hook/global_usernav_extra2}-->
<span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={eval echo formhash();}">{lang logout}</a>
</p>
<p>
<!--{hook/global_usernav_extra3}-->
<a href="home.php?mod=spacecp&ac=credit&showcredit=1" id="extcreditmenu"{if !$_G[setting][bbclosed]} onmouseover="delayShow(this, showCreditmenu);" class="showmenu"{/if}>{lang credits}: $_G[member][credits]</a>
<span class="pipe">|</span><a href="home.php?mod=spacecp&ac=usergroup" id="g_upmine" class="showmenu" onmouseover="delayShow(this, showUpgradeinfo)">{lang usergroup}: $_G[group][grouptitle]<!--{if $_G[member]['freeze']}--><span class="xi1">({lang freeze})</span><!--{/if}--></a>
</p>
</div>
<!--{elseif !empty($_G['cookie']['loginuser'])}-->
<p>
<strong><a id="loginuser" class="noborder"><!--{echo dhtmlspecialchars($_G['cookie']['loginuser'])}--></a></strong>
<span class="pipe">|</span><a href="member.php?mod=logging&action=login" onclick="showWindow('login', this.href)">{lang activation}</a>
<span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
</p>
<!--{elseif !$_G[connectguest]}-->
<!--{template member/login_simple}-->
<!--{else}-->
<div id="um">
<div class="avt y"><!--{avatar(0, 'middle')}--></div>
<p>
<strong class="vwmy qq">{$_G[member][username]}</strong>
<!--{hook/global_usernav_extra1}-->
<span class="pipe">|</span><a href="member.php?mod=logging&action=logout&formhash={FORMHASH}">{lang logout}</a>
</p>
<p>
<a href="home.php?mod=spacecp&ac=credit&showcredit=1">{lang credits}: 0</a>
<span class="pipe">|</span>{lang usergroup}: $_G[group][grouptitle]
</p>
</div>
<!--{/if}-->

View File

@@ -0,0 +1,272 @@
/* IE compatible CSS file for Discuz! X
This file is automatically generated. */
/* ------ extracted from common.css ------ */
.ie_all .fic4 { font-size: 17px; }.ie_all .fic6 { font-size: 19px; }.ie_all .fic8 { font-size: 22px; }
.ie8 .fic4:before { font-size: 17px; }.ie8 .fic6:before { font-size: 19px; }.ie8 .fic8:before { font-size: 22px; }
hr { *margin-top: -8px !important; *margin-bottom: -8px !important; }
hr.bk { *margin-bottom: 2px !important; }
.ie6 .sec .p_pop { white-space: expression(this.offsetWidth >= 220 ? 'normal' : 'nowrap'); width: expression(this.offsetWidth >= 220 ? 200 : 'auto'); }
.ie6 .pn { overflow-x: visible; width: 0; }
.ie7 .pn em, .ie7 .pn span, .ie7 .pn strong { padding: 0 5px; line-height: 18px; }
.ie6 a.pn { width: auto; }
.ie6 a.pn em, .ie6 a.pn span, .ie6 a.pn strong { display: block; }
.ie7 a.pn em, .ie7 a.pn span, .ie7 a.pn strong { line-height: 21px; }
.ie6 .pr, .ie6 .pc, .ie7 .pr, .ie7 .pc { margin-right: 2px; }
.ie6 .pbt .ftid a, .ie7 .pbt .ftid a { margin-top: 1px; }
.ie6 .alert_right, .ie7 .alert_right { background: url({IMGDIR}/right.gif) no-repeat 8px 8px; }
.ie6 .alert_error, .ie7 .alert_error { background: url({IMGDIR}/error.gif) no-repeat 8px 8px; }
.ie6 .alert_info, .ie7 .alert_info { background: url({IMGDIR}/info.gif) no-repeat 8px 8px; }
.ie6 .hdc { height: 70px; }
#scbar_btn { *font-family: 'dzicon'; *text-align: center; *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;&nbsp;'); }
.ie8 #scbar_txt { display: block; }
.ie8 #scbar_type { margin-left: 0; }
.ie_all #nv li { line-height: 36px; }
.ie6 #nv li { line-height: 33px; }
.ie6 #mu, .ie7 #mu { line-height: 0; font-size: 0; }
#um { _padding-right: 54px; }
.vwmy { *font-family: dzicon,{FONT}; *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;&nbsp;'+this.innerHTML); }
.vwmy.qq { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;&nbsp;'+this.innerHTML); }
.ie6 #g_upmine { border: 0; }
.ie6 #qmenu_menu ul.nav li { clear: none !important; width: auto !important; }
.ie6 #ct { height: 300px; }
.ct2 .sd { _overflow-y: visible; }
.ct2_a, .ct3_a { background-image: url({IMGDIR}/vlineb.png); }
.ie6 #scrolltop { position: absolute; bottom: auto; }
#scrolltop a { *font-family: dzicon; *font-size: 24px; *line-height: 24px; }
#scrolltop a.scrolltopa { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;&nbsp;'); }
#scrolltop a.replyfast { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;&nbsp;'); }
#scrolltop a.returnlist, #scrolltop a.returnboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;&nbsp;'); }
.nvhm { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;&nbsp;'); }
.ie6 #uhd .tb .a { position: relative; }
.ie6 .tb .a, .ie6 .tb .current { position: relative; }
.ie6 .tb .o a { float: left; }
* html .a_fl, * html .a_fr { position: absolute; top: expression(offsetParent.scrollTop+350); }
* html .a_cb { top: expression(offsetParent.scrollTop+20); }
* html .a_cn { position: absolute; top: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight); }
.ie8 .xld .atc { max-width: 86px; }
.ie6 .xld .atc img { width: expression(this.width > 80 && this.width>=this.height ? 80 : true); height: expression(this.height > 80 && this.width<=this.height ? 80 : true); }
* html .xlda dd img { width: expression(this.width > 550 ? 550 : true); }
.mla img { _width: expression(this.width > 120 && this.width>=this.height ? 120 : true); _height: expression(this.height > 120 && this.width<=this.height ? 120 : true); }
* html .mlp img { width: expression(this.width > 120 && this.width>=this.height ? 120 : true); height: expression(this.height > 120 && this.width<=this.height ? 120 : true); }
.lk .m img { margin-top: 4px; margin-top/*\**/: 1px\9; }
.sllt_p { *float: left; }
.ie6 .slg, .ie7 .slg { width: expression(this.parentNode.offsetWidth); }
.switchwidth { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;&nbsp;'); }
#sslct { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;&nbsp;'); }
.ie6 .p_pop { width: 100px; }
.ie6 .p_pop li { zoom: 1; clear: both; width: 100%; }
.ie6 .p_pop a { position: relative; }
.ie6 .ignore_notice { display: none; }
.t_l, .t_c, .t_r, .m_l, .m_r, .b_l, .b_c, .b_r { filter: alpha(opacity=20); }
.flbc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xd7;&nbsp;'); }
* html .pm .flb { padding: 4px 5px 1px; }
* html .pmd { width: expression(this.offsetWidth > 292 ? 292+'px':'auto'); }
* html .pmd img { width: expression(this.width > 292 ? 292 : true); }
* html .pmd .blockcode code { font-family: 'Courier New', serif; }
.pmo { line-height /*\**/: 26px\9; }
.lgfm { *margin-bottom: -10px; }
.fsb .pnr { *margin-top: 4px; }
.ie6 .pg label { padding-top: 3px; height: 23px; }
* html .pc_inner span { display: inline-block; }
.ie6 .jump_bdl li { clear: none !important; float: left !important; width: 178px !important; }
* html .focus { position: absolute; top: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight); }
.filebtn .pf { filter:alpha(opacity=0); }
.frame .sd { _height: auto; }
* html .frame-tab .tb li a { float: left; }
.slideshow span.title, .slidebar li { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000); }
.slidebar li.on { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF, endColorstr = #50FFFFFF); }
.ie6 .card_mn { height: 56px; }
.ie_all .card .o a { padding: 3px 0 0; }
.ie6 .colorwd, .ie7 .colorwd { background-position: -1px -1px; }
.ie6 a.colorwd, .ie7 a.colorwd { background-position: 0 0; }
.ie_all .imgzoom_exif, .imgzoom_exif_hover { background: #000; }
.ie6 .imgzoom_exif { bottom: 39px; }
/* ------ extracted from widthauto.css ------ */
.ie7.widthauto .ct2 .sd { margin-left: 15px; }
.ie6.widthauto .ct2 .sd { padding-left: 15px; position: relative; }
.ie6.widthauto .ct2 #chart, .ie6.widthauto .ct2 #an { position: relative; }
.ie6.widthauto .ct2_a .appl { position: relative; display: inline; }
.ie6.widthauto .ct3_a .appl, .ie6.widthauto .ct3_a .sd { display: inline; }
.widthauto .switchwidth { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;&nbsp;'); }
/* ------ extracted from module.css ------ */
.ie6 .category_l4 { margin-right: -3px; }
.ie6 .el, .ie6 .el li { zoom: 1; }
.ie6 .el .o { position: absolute; margin: 2px 0 0 525px; }
.ie6 .ec a .tn { width: expression(this.width > 90 && this.width >= this.height ? 90 : true); height: expression(this.height > 90 && this.width <= this.height ? 90 : true); }
.ie6 .xlda .el .o { margin: 2px 0 0 460px; }
.ie6 .side_btn, .ie7 .side_btn { display:inline; }
* html .blockcode code { font-family: 'Courier New', serif; }
.str { *padding-bottom: 17px; }
.ie6 .taglist { height: 270px; }
*+html .upf { width: 520px; }
.p_pop .flb { *top: 13px; }
.p_tbl table { *table-layout: fixed; }
*+html .attc { width: 40px; }
.ie8 .attach_preview, .ie9 .attach_preview { top: 57px; right: 18px; }
.imgl { *width: 99.6%; }
.ie6 .imgl img { width: expression(this.width > 110 ? 110 : true); }
.imgdeleted { filter: alpha(opacity=30); }
.opattach_ctrl { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000); }
.ie6 .exfm .pn, .ie7 .exfm .pn { line-height: 16px; }
.sinf dl dt, .sadd dl dt { padding-top: 3px\9; }
.spmf, .spmf3 { _height: 1%; }
.ie6 .mobile-type, .ie7 .mobile-type { margin-left: 88px; }
.ie6 .mobile-type, .ie6 .mobile-type a { background-image: url({IMGDIR}/mobile-type-ie6.png) !important; }
#threadbeginid .beginidimg { filter:alpha(opacity=0); }
.ie_all .fl_icn { background: url({IMGDIR}/forum.gif) no-repeat left center; }
.ie6 .bdl { position: relative; }
.ie_all .ico_increase, .ie_all .ico_fall { width: 16px; font-size: 18px; margin: 0 5px; }
.ico_increase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;&nbsp;'); }
.ico_fall { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;&nbsp;'); }
.ie_all .fa_fav_0:before, .ie_all .fa_fav:before, .ie_all .fa_rss:before, .ie_all .fa_achv:before, .ie_all .fa_bin:before, .ie_all .fa_ivt:before { font-size: 18px; margin-left: 0; margin-right: 4px; }
.ie6 .tl th .tdpre, .ie6 .tl td.fn .tdpre { display: none; }
.ie6 .fromg, tr:hover .fromg { visibility: visible; }
.ie_all .tl .tpin { display: block; width: 18px; height: 18px; }
.ie_all .tl .tpin1 { background: url({IMGDIR}/pin_1.gif); }
.ie_all .tl .tpin2 { background: url({IMGDIR}/pin_2.gif); }
.ie_all .tl .tpin3 { background: url({IMGDIR}/pin_3.gif); }
.ie_all .tl .tpin4 { background: url({IMGDIR}/pin_4.gif); }
.ie6 .tsm, .ie7 .tsm { margin-bottom: 0; }
.ie_all .pattimg_zoom { background-color: #FFF; filter:alpha(opacity=0); opacity:0; }
.ie6 .cgtl { width: auto; }
.ie6 #photo_pic img { width: expression(this.width > 620 ? 620:true); }
.ie6 .photo_pic { width:780px; margin:0 auto; }
.ie6 .authi .none { display:none; }
.ie6 .authi .show { display:inline-block; }
.ie_all #atarget, .ie_all .unchk, .ie_all .chked { display: inline-block; height: 20px; line-height: 20px; }
.ie6 .closeprev { display: none; }
.ie_all #hiddenthread { border-top: none; }
.ie6 .pls dd img, .ie7 .pls dd img { margin-top: 2px; width: expression(this.width > 65 ? 65 : true); }
.ie6 .pcbs table, .ie6 .t_fsz table { width: auto; }
* html .t_fsz { height: 100px; overflow: visible; }
* html .sign { height: expression(signature(this)); }
.ie_all .pob em a:before { font-size: 16px; margin-left: 0; margin-right: 6px; }
.ie6 .pl .quote blockquote, .ie7 .pl .quote blockquote { display: inline }
* html .pl .blockcode ol li { font-family: 'Courier New',serif; }
.ie6 .actl_pop { width: 200px !important; height: expression(this.offsetHeight > 300 ? 300 : 'auto'); }
.rsld cite, .rusld cite { _margin-bottom: -6px; }
.ie6 .vw .t_fsz { height: 30px; }
* html .tradl img { width: expression(this.width > 130 && this.width>=this.height ? 130 : true); height: expression(this.height > 130 && this.width<=this.height ? 130 : true); }
.ie6 .vw .d img { width: expression(this.width > 620 ? 620:true); }
.ie6 .avatar a { float: left; }
.mi .avatar a span { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF, endColorstr = #50FFFFFF); }
* html .pic .c img { width: expression(this.width > 764 ? 764 : true); }
.mlnv img { _width: expression(this.width > 100 && this.width>=this.height ? 100 : true); height: expression(this._height > 100 && this.width<=this.height ? 100 : true); }
.sl .h { _height: 1%; }
.ie6 .favl li { position: relative; }
.ie6 .favl .o { margin: 0; right: 0; top: 12px; }
* html .pll ol { margin-left: 25px; }
*+html .pll ol { margin-left: 25px; }
.rwdl .uslvd em { bottom /*\**/: 9px\9; }
* html .rwdl .uslvd em { bottom: 11px; }
*+html .rwdl .uslvd em { bottom: 9px; }
.ie7 .pm_c .o { margin-top: -2px; }
.ie6 .pm_mn .tedt { width: 587px; }
.pm_b img { height: expression(this.height > 575 ? 575 : true); }
.tdats { *padding-bottom: 10px; }
.ie6 .un_selector input, .ie7 .un_selector input { height: 17px; }
.ie6 .pmfrndl, .ie7 .pmfrndl { margin-top: 4px; }
.note li { *margin-left: 25px; }
.ie6 .appl li { width: 100%; }
.ie6 #scform_submit strong, .ie7 #scform_submit strong { display: inline; }
.ie6 .rnk1 .mlp img { width: expression(this.width > 100 && this.width>=this.height ? 100 : true); height: expression(this.height > 75 && this.width<=this.height ? 75 : true); }
.ie6 .rnk1 .bigpic img { width: expression(this.width > 286 && this.width>=this.height ? 286 : true); height: expression(this.height > 200 && this.width<=this.height ? 200 : true); }
.clct_list .xld .m { background-color: #D8DEEA; }
.ie6 .flw_article .c img { width: expression(this.width > 600 ? 600 : true); }
.ie8 .flw_delete { position: relative; z-index: 1; }
.ie6 .flw_btn_fo, .ie7 .flw_btn_fo { position: relative; z-index: 1; }
.ie8 .flw_autopt .pts, .ie9 .flw_autopt .pts { min-height: 21px; }
.ie6 .tb .a { position: static; }
.ie6 #flw_bar object { position: absolute; }
.ie6 #livereplycontent dl, .ie7 #livereplycontent dl { width: 97%; }
/* ------ extracted from css_space.css ------ */
#space #nv li, #space #home { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #70FFFFFF, endColorstr = #70FFFFFF); }
* html #space .pic .c img { width: expression(this.width > 714 ? 714 : true); }
/* ------ extracted from editor.css ------ */
.ie8 .edt .pt { width: 800px; max-width: 100%; min-width: 100%; }
.ie8 .editortoolbar .flbc { position: relative; }
/* ------ extracted from icon.css ------ */
[class^="fico-"], [class*=" fico-"] { *font-family: 'dzicon'; *line-height: 1em; }
.fico-person { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;&nbsp;'); }
.fico-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;&nbsp;'); }
.fico-account_box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;&nbsp;'); }
.fico-account { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;&nbsp;'); }
.fico-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;&nbsp;'); }
.fico-assessment { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;&nbsp;'); }
.fico-widthfixed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;&nbsp;'); }
.fico-widthauto { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;&nbsp;'); }
.fico-styleselect { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;&nbsp;'); }
.fico-add_circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;&nbsp;'); }
.fico-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;&nbsp;'); }
.fico-remove_circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;&nbsp;'); }
.fico-remove { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;&nbsp;'); }
.fico-rss_feed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;&nbsp;'); }
.fico-rss { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;&nbsp;'); }
.fico-refresh { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;&nbsp;'); }
.fico-delete { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;&nbsp;'); }
.fico-comment { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;&nbsp;'); }
.fico-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;&nbsp;'); }
.fico-push { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10f;&nbsp;'); }
.fico-thumbup { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;&nbsp;'); }
.fico-thumbdown { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;&nbsp;'); }
.fico-collection { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;&nbsp;'); }
.fico-activitysm { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;&nbsp;'); }
.fico-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;&nbsp;'); }
.fico-check_right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;&nbsp;'); }
.fico-error { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;&nbsp;'); }
.fico-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;&nbsp;'); }
.fico-qq { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;&nbsp;'); }
.fico-email { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;&nbsp;'); }
.fico-task { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;&nbsp;'); }
.fico-scrolltop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;&nbsp;'); }
.fico-replyfast { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;&nbsp;'); }
.fico-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;&nbsp;'); }
.fico-follow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;&nbsp;'); }
.fico-friendadd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11f;&nbsp;'); }
.fico-mypost { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;&nbsp;'); }
.fico-interactive { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;&nbsp;'); }
.fico-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;&nbsp;'); }
.fico-link { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;&nbsp;'); }
.fico-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;&nbsp;'); }
.fico-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;&nbsp;'); }
.fico-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;&nbsp;'); }
.fico-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;&nbsp;'); }
.fico-valid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;&nbsp;'); }
.fico-invalid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;&nbsp;'); }
.fico-stars { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;&nbsp;'); }
.fico-sun { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;&nbsp;'); }
.fico-star3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;&nbsp;'); }
.fico-moon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;&nbsp;'); }
.fico-star2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;&nbsp;'); }
.fico-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;&nbsp;'); }
.fico-star1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;&nbsp;'); }
.fico-checkbox { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;&nbsp;'); }
.fico-checked { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12f;&nbsp;'); }
.fico-doing { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;&nbsp;'); }
.fico-volume { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;&nbsp;'); }
.fico-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;&nbsp;'); }
.fico-attachment { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;&nbsp;'); }
.fico-thread { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;&nbsp;'); }
.fico-clock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;&nbsp;'); }
.fico-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;&nbsp;'); }
.fico-print { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;&nbsp;'); }
.fico-help { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;&nbsp;'); }
.fico-launch { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;&nbsp;'); }
.fico-imgadjust { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;&nbsp;'); }
.fico-vote { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;&nbsp;'); }
.fico-reward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;&nbsp;'); }
.fico-vs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;&nbsp;'); }
.fico-group { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;&nbsp;'); }
.fico-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13f;&nbsp;'); }
.fico-headset { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;&nbsp;'); }
.fico-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;&nbsp;'); }
.fico-place { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;&nbsp;'); }
.fico-camera { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;&nbsp;'); }
.fico-voice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;&nbsp;'); }
.fico-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;&nbsp;'); }
.fico-poke { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;&nbsp;'); }
.fico-profile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;&nbsp;'); }
.fico-dropdown { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;&nbsp;'); }
.fico-ban { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;&nbsp;'); }
.fico-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;&nbsp;'); }

View File

View File

@@ -0,0 +1,129 @@
<!--{template common/header}-->
<!--{if !$_G['inajax']}-->
<div id="pt" class="bm cl">
<div class="z"><a href="./" class="nvhm" title="{lang homepage}">$_G['setting']['bbname']</a> <em>&rsaquo;</em> {lang invite}</div>
</div>
<div id="ct" class="wp cl">
<div class="mn">
<div class="bm bw0">
<h1 class="mt"><!--{if $at != 1}-->{lang invite_friend}<!--{/if}-->$invitename</h1>
<div class="usd usd2">
<!--{else}-->
<div id="main_messaqge">
<h3 class="flb">
<em id="returnmessage5"><!--{if $at != 1}-->{lang invite_friend}<!--{/if}-->$invitename</em>
<span>
<!--{if $_G['inajax']}--><a href="javascript:;" class="flbc" onclick="hideWindow('invite')" title="{lang close}">{lang close}</a><!--{/if}-->
</span>
</h3>
<div class="usd">
<!--{/if}-->
<ul class="cl">
<li>
<p>{lang invite_orderby_name}</p>
<p class="mtn"><input type="text" name="username" size="25" id="username" class="px" value="" autocomplete="off" /> <button class="pn pnc" onclick="clearlist=1;getUser();"><span>{lang find}</span></button></p>
<script type="text/javascript">
var invitefs;
var clearlist = 0;
</script>
</li>
<li>
<p>{lang invite_orderby_friend}</p>
<p class="mtn">
<select class="ps" onchange="clearlist=1;getUser(1, this.value)">
<option value="-1">{lang invite_all_friend}</option>
<!--{if $at == 1 && $_G['group']['allowat']}-->
<option value="-2">{lang invite_my_follow}</option>
<!--{/if}-->
<!--{loop $friendgrouplist $groupid $group}-->
<option value="$groupid">$group</option>
<!--{/loop}-->
</select>
</p>
</li>
</ul>
<div class="tbx">
<span class="y">{lang invite_still_choose}(<strong id="remainNum">0</strong>){lang unit}</span>
<span id="showUser_0" onclick="invitefs.showUser(0)" class="a brs">{lang invite_all_friend}</span>
<span id="showUser_1" onclick="invitefs.showUser(1)">{lang selected}(<strong id="selectNum">0</strong>)</span>
<span id="showUser_2" onclick="invitefs.showUser(2)">{lang unselected}(<cite id="unSelectTab">0</cite>)</span>
</div>
</div>
<ul class="usl cl{if empty($_G['inajax'])} usl2{/if}" id="friends"></ul>
<script type="text/javascript" reload="1">
var page = 1;
var gid = -1;
var showNum = 0;
var haveFriend = true;
var username = '';
function getUser(pageId, gid) {
page = parseInt(pageId);
gid = isUndefined(gid) ? -1 : parseInt(gid);
username = $('username').value;
var x = new Ajax();
x.get('home.php?mod=spacecp&ac=friend&op=getinviteuser&inajax=1&page='+ page + '&gid=' + gid + '&at={$at}&username='+ username + '&' + Math.random(), function(s) {
var data = eval('('+s+')');
var singlenum = parseInt(data['singlenum']);
var maxfriendnum = parseInt(data['maxfriendnum']);
invitefs.addDataSource(data, clearlist);
haveFriend = singlenum && singlenum == 20 ? true : false;
if(singlenum && invitefs.allNumber < 20 && invitefs.allNumber < maxfriendnum && maxfriendnum > 20 && haveFriend) {
page++;
clearlist = 0;
getUser(page);
}
});
}
function selector() {
var parameter = {'searchId':'username', 'showId':'friends', 'formId':'inviteform', 'showType':1, 'handleKey':'invitefs', 'maxSelectNumber':'20', 'selectTabId':'selectNum', 'unSelectTabId':'unSelectTab', 'maxSelectTabId':'remainNum'};
<!--{if $at == 1 && $_G['group']['allowat']}-->
parameter.maxSelectNumber = $maxselect;
<!--{/if}-->
invitefs = new friendSelector(parameter);
<!--{if $inviteduids}-->
invitefs.addFilterUser([$inviteduids]);
<!--{/if}-->
var listObj = $('friends');
listObj.onscroll = function() {
clearlist = 0;
if(this.scrollTop >= (this.scrollHeight/5-5)) {
page++;
gid = isUndefined(gid) ? -1 : parseInt(gid);
if(haveFriend) {
getUser(page, gid);
}
}
}
getUser(page);
}
if($('friendselector_js')) {
selector();
} else {
var scriptNode = document.createElement("script");
scriptNode.id = 'friendselector_js';
scriptNode.type = "text/javascript";
scriptNode.src = '{$_G[setting][jspath]}home_friendselector.js?{VERHASH}';
if(BROWSER.ie) {
scriptNode.onreadystatechange = function () {
if(scriptNode.readyState == 'loaded' || scriptNode.readyState == 'complete') {
selector();
}
}
} else {
scriptNode.onload = selector;
}
$('append_parent').appendChild(scriptNode);
}
</script>
<form method="post" autocomplete="off" name="invite" id="inviteform" action="misc.php?mod=invite&action=$_GET[action]&id=$id{if $_GET['activity']}&activity=1{/if}">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="referer" value="{echo dreferer()}" />
<!--{if !empty($_G['inajax'])}--><input type="hidden" name="handlekey" value="$_GET['handlekey']" /><!--{/if}-->
<p class="o pns{if empty($_G['inajax'])} mtw{/if}"><button type="submit" class="pn pnc" name="invitesubmit" value="yes"><strong>{lang invite_send}</strong></button></p>
</form>
</div>
<!--{if !$_G['inajax']}-->
</div>
</div>
<!--{/if}-->
<!--{template common/footer}-->

View File

@@ -0,0 +1,8 @@
<div class="bm"><div class="bm_h cl"><a href="javascript:;" onclick="$('ip_notice').style.display='none';setcookie('lip', '', -1);" class="y" title="{lang close}">{lang close}</a>
<h2>{lang ipnoice_title}</h2></div><div class="bm_c">
<dl class="xld cl bbda">
<dd>{lang ipnoice_current} {$status['lastip']} $nowipConvert<br />{lang ipnoice_last} {$lip[0]} $lastipConvert<br />{lang ipnoice_lasttime} $lastipDate</dd>
</dl>
<p class="ptn cl"><a href="home.php?mod=spacecp&ac=profile&op=password" onclick="$('ip_notice').style.display='none';setcookie('lip', '', -1);" class="xi2 y" target="_blank">{lang ipnoice_link} &raquo;</a></p>
</div>
</div>

View File

@@ -0,0 +1,118 @@
<!--{if $_GET['op'] == 'loadcropper'}-->
<!DOCTYPE html>
<html>
<head>
<meta charset="{CHARSET}" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> Powered by Discuz!</title>
<meta name="copyright" content="{lang copyright_s}" />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<script type="text/javascript">var STYLEID = '{STYLEID}', STATICURL = '{STATICURL}', IMGDIR = '{IMGDIR}', VERHASH = '{VERHASH}', charset = '{CHARSET}', discuz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}', showusercard = '{$_G[setting][showusercard]}', attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', creditnotice = '<!--{if $_G['setting']['creditnotice']}-->$_G['setting']['creditnames']<!--{/if}-->', defaultstyle = '$_G[style][defaultextstyle]', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]';</script>
<script type="text/javascript" src="{$_G[setting][jspath]}common.js?{VERHASH}"></script>
<script type="text/javascript" src="{$_G[setting][jspath]}imgcropper.js?{VERHASH}"></script>
<style type="text/css">
body{margin: 0; padding: 0}
#rightDown{
position:absolute;
background:#FFF url({IMGDIR}/r_b_resize.png) no-repeat 0 0;
width: 16px;
height: 16px;
z-index:500;
font-size:0;
opacity: 0.8;
filter:alpha(opacity=80);
cursor:nw-resize;
right:0;
bottom:0;
}
#bgDiv{width:{$cbgboxwidth}px; height:{$cbgboxheight}px; border:1px solid #666666; position:relative;}
#dragDiv{border:1px dashed #00f; width:{$cboxwidth}px; height:{$cboxheight}px; top:{$dragpt}px; left:{$dragpl}px; cursor:move; }
</style>
</head>
<body>
<div id="bgDiv" style="width:{$cbgboxwidth}px; height:{$cbgboxheight}px;">
<div id="dragDiv" style="top:{$dragpt}px; left:{$dragpl}px;">
</div>
<div id="rightDown"></div>
</div>
<script type="text/javascript">
var cropper = new ImgCropper("bgDiv", "dragDiv", "$_GET[img]", {
width: $cbgboxwidth, height: $cbgboxheight, color: "#000", min:true, minWidth:$cboxwidth, minHeight:{$cboxheight},
resize: true, rightDown: "rightDown"
});
</script>
</body>
</html>
<!--{else}-->
<!--{template common/header}-->
<h3 class="flb">
<em id="return_$_GET[handlekey]">{lang imgcropper}</em>
<!--{if $_G[inajax]}--><span><a href="javascript:;" onclick="hideWindow('$_GET[handlekey]');" class="flbc" title="{lang close}">{lang close}</a></span><!--{/if}-->
</h3>
<div id="__groupnameform_">
<form method="post" autocomplete="off" id="groupnameform_" name="groupnameform_" action="misc.php?mod=imgcropper" {if $_G[inajax]}onsubmit="ajaxpost(this.id, 'return_$_GET[handlekey]');"{/if}>
<input type="hidden" name="referer" value="{echo dreferer()}">
<input type="hidden" name="imgcroppersubmit" value="true" />
<!--{if $_G[inajax]}--><input type="hidden" name="handlekey" value="$_GET[handlekey]" /><!--{/if}-->
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="cutleft" id="cutleft" value="0" />
<input type="hidden" name="cuttop" id="cuttop" value="0" />
<input type="hidden" name="cutwidth" id="cutwidth" value="0" />
<input type="hidden" name="cutheight" id="cutheight" value="0" />
<input type="hidden" name="picwidth" id="picwidth" value="0" />
<input type="hidden" name="picheight" id="picheight" value="0" />
<input type="hidden" name="cutimg" value="$_GET['img']" />
<!--{if $_GET['ictype'] == 'block'}-->
<input type="hidden" name="bid" value="$_GET[bid]" />
<input type="hidden" name="picflag" value="$_GET[picflag]" />
<!--{/if}-->
<input type="hidden" name="ictype" value="$_GET[ictype]" />
<div class="c">
<iframe src="misc.php?mod=imgcropper&op=loadcropper&img={$prefix}{$_GET['img']}&width=$_GET['width']&height=$_GET['height']" id="cropperiframe" frameborder="0" scrolling="no" marginwidth="0" onload="setWinHeight(this)"></iframe>
</div>
<p class="o pns">
<button type="submit" name="groupnamesubmit_btn" value="true" class="pn pnc"><strong>{lang imgcropper_crop}</strong></button>
</p>
</form>
<script type="text/javascript">
function setWinHeight(obj){
var win = obj;
if (document.getElementById) {
if (win && !window.opera) {
if (win.contentDocument && win.contentDocument.documentElement.scrollHeight) {
win.height = win.contentDocument.documentElement.scrollHeight;
win.width = win.contentDocument.documentElement.scrollWidth;
} else if(win.Document && win.Document.body.scrollHeight) {
win.height = win.Document.body.scrollHeight;
win.width = win.Document.body.scrollWidth;
}
}
}
}
function resetHeight(divObj, ipos, imgObj) {
var iframeObject = $('cropperiframe');
iframeObject.height = divObj.style.height;
iframeObject.width = divObj.style.width;
$('cutleft').value = ipos.Left;
$('cuttop').value = ipos.Top;
$('cutwidth').value = ipos.Width-2;
$('cutheight').value = ipos.Height-2;
$('picwidth').value = imgObj.width;
$('picheight').value = imgObj.height;
}
function succeedhandle_$_GET[handlekey](url, msg, values) {
<!--{if $_GET['ictype'] == 'block'}-->
$('icflag').value = 1;
<!--{/if}-->
}
</script>
</div>
<!--{template common/footer}-->
<!--{/if}-->

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="{CHARSET}" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" type="text/css" href='{$_G['setting']['csspath']}{$_GET[styleid]}_common.css?{VERHASH}' />
<style type="text/css">
body { padding: 10px; }
.premsg { padding: 5px; background-color: {$_G['style'][commonbg]}; }
.xst { font-family: {$_G['style'][threadtitlefont]}; font-size: {$_G['style'][threadtitlefontsize]}; }
#ft { padding: 10px; text-align: center; }
</style>
</head>
<body>
<div id="hd" class="mbm">
<div class="hdc cl">
<h2>{$_G['style'][boardlogo]}</h2>
<div id="um">
<div class="avt y">
<!--{avatar($_G['member'], 'small')}-->
</div>
<p><strong><a href="#">$_G['member']['username']</a></strong><span class="xg1"> <a href="#">{lang setup}</a></span><span class="pipe">|</span><a href="#">{lang pm_center}</a></p>
<p>{lang credits}<span class="pipe">|</span>{lang usergroup}</p>
</div>
</div>
<div id="nv">
<ul>
<li><a href="#">$_G['setting']['navs'][1]['navname']<span>Home</span></a></li>
<li><a href="#">$_G['setting']['navs'][2]['navname']<span>BBS</span></a></li>
<li><a href="#">$_G['setting']['navs'][3]['navname']<span>Group</span></a></li>
<li><a href="#">$_G['setting']['navs'][4]['navname']<span>Space</span></a></li>
</ul>
</div>
</div>
<div class="bm">
<div class="bm_h cl">
<h2>{lang table_header}</h2>
</div>
<div class="bm_c">
<div class="premsg">{lang preview_msg}</div>
<table class="dt">
<tr>
<td class="xs0">{lang preview_smalltext}</td>
<td><a href="javascript:;">{lang preview_link}</a></td>
<td><a href="javascript:;" class="xi2">{lang preview_highlightlink}</a></td>
</tr>
<tr>
<td>{lang preview_text}</td>
<td class="xg2">{lang preview_midtext}</td>
<td class="xg1">{lang preview_lighttext}</td>
</tr>
<tr class="bw0_all">
<td colspan="3" class="xst">{lang preview_threadtext}</td>
</tr>
</table>
</div>
</div>
<div id="ft">
{lang preview_footertext}
</div>
</body>
</html>

View File

@@ -0,0 +1,75 @@
<!--{if $_G['setting']['search']}-->
<!--{eval $slist = array();}-->
<!--{if $_G['setting']['forumstatus'] && $_G['fid'] && $_G['forum']['status'] != 3 && !(isset($mod) && $mod == 'group')}--><!--{block slist['forumfid']}--><li><a href="javascript:;" rel="curforum" fid="$_G[fid]" >{lang search_this_forum}</a></li><!--{/block}--><!--{/if}-->
<!--{if $_G['setting']['portalstatus'] && $_G['setting']['search']['portal']['status'] && ($_G['group']['allowsearch'] & 1 || $_G['adminid'] == 1)}--><!--{block slist['portal']}--><li><a href="javascript:;" rel="article">{lang article}</a></li><!--{/block}--><!--{/if}-->
<!--{if $_G['setting']['forumstatus'] && $_G['setting']['search']['forum']['status'] && ($_G['group']['allowsearch'] & 2 || $_G['adminid'] == 1)}--><!--{block slist['forum']}--><li><a href="javascript:;" rel="forum" class="curtype">{lang thread}</a></li><!--{/block}--><!--{/if}-->
<!--{if helper_access::check_module('blog') && $_G['setting']['search']['blog']['status'] && ($_G['group']['allowsearch'] & 4 || $_G['adminid'] == 1)}--><!--{block slist['blog']}--><li><a href="javascript:;" rel="blog">{lang blog}</a></li><!--{/block}--><!--{/if}-->
<!--{if helper_access::check_module('album') && $_G['setting']['search']['album']['status'] && ($_G['group']['allowsearch'] & 8 || $_G['adminid'] == 1)}--><!--{block slist['album']}--><li><a href="javascript:;" rel="album">{lang album}</a></li><!--{/block}--><!--{/if}-->
<!--{if $_G['setting']['groupstatus'] && $_G['setting']['search']['group']['status'] && ($_G['group']['allowsearch'] & 16 || $_G['adminid'] == 1)}--><!--{block slist['group']}--><li><a href="javascript:;" rel="group">$_G['setting']['navs'][3]['navname']</a></li><!--{/block}--><!--{/if}-->
<!--{if $_G['setting']['friendstatus']}--><!--{block slist['user']}--><li><a href="javascript:;" rel="user">{lang users}</a></li><!--{/block}--><!--{/if}-->
<!--{/if}-->
<!--{if $_G['setting']['search'] && $slist}-->
<div id="scbar" class="{if $_G['setting']['srchhotkeywords'] && count($_G['setting']['srchhotkeywords']) > 5}scbar_narrow {/if}cl">
<form id="scbar_form" method="{if $_G[fid] && !empty($searchparams[url])}get{else}post{/if}" autocomplete="off" onsubmit="searchFocus($('scbar_txt'))" action="{if $_G[fid] && !empty($searchparams[url])}$searchparams[url]{else}search.php?searchsubmit=yes{/if}" target="_blank">
<input type="hidden" name="mod" id="scbar_mod" value="search" />
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="srchtype" value="title" />
<input type="hidden" name="srhfid" value="$_G[fid]" />
<input type="hidden" name="srhlocality" value="$_G['basescript']::{CURMODULE}" />
<!--{if !empty($searchparams[params])}-->
<!--{loop $searchparams[params] $key $value}-->
<!--{eval $srchotquery .= '&' . $key . '=' . rawurlencode($value);}-->
<input type="hidden" name="$key" value="$value" />
<!--{/loop}-->
<input type="hidden" name="source" value="discuz" />
<input type="hidden" name="fId" id="srchFId" value="$_G[fid]" />
<input type="hidden" name="q" id="cloudsearchquery" value="" />
<style>
#scbar { overflow: visible; position: relative; }
#sg{ background: #FFF; width:456px; border: 1px solid #B2C7DA; }
.scbar_narrow #sg { width: 316px; }
#sg li { padding:0 8px; line-height:30px; font-size:14px; }
#sg li span { color:#999; }
.sml { background:#FFF; cursor:default; }
.smo { background:#E5EDF2; cursor:default; }
</style>
<div style="display: none; position: absolute; top:37px; left:44px;" id="sg">
<div id="st_box" cellpadding="2" cellspacing="0"></div>
</div>
<!--{/if}-->
<table cellspacing="0" cellpadding="0">
<tr>
<td class="scbar_icon_td"></td>
<td class="scbar_txt_td"><input type="text" name="srchtxt" id="scbar_txt" value="{lang enter_content}" autocomplete="off" x-webkit-speech speech /></td>
<td class="scbar_type_td"><a href="javascript:;" id="scbar_type" class="xg1 showmenu" onclick="showMenu(this.id)" hidefocus="true">{lang search}</a></td>
<td class="scbar_btn_td"><button type="submit" name="searchsubmit" id="scbar_btn" sc="1" class="pn pnc" value="true"><strong class="xi2">{lang search}</strong></button></td>
<td class="scbar_hot_td">
<div id="scbar_hot">
<!--{if $_G['setting']['forumstatus'] && $_G['setting']['srchhotkeywords']}-->
<strong class="xw1">{lang hot_search}: </strong>
<!--{loop $_G['setting']['srchhotkeywords'] $val}-->
<!--{if $val=trim($val)}-->
<!--{eval $valenc=rawurlencode($val);}-->
<!--{block srchhotkeywords[]}-->
<!--{if !empty($searchparams[url])}-->
<a href="$searchparams[url]?q=$valenc&source=hotsearch{$srchotquery}" target="_blank" class="xi2" sc="1">$val</a>
<!--{else}-->
<a href="search.php?mod=forum&srchtxt=$valenc&formhash={FORMHASH}&searchsubmit=true&source=hotsearch" target="_blank" class="xi2" sc="1">$val</a>
<!--{/if}-->
<!--{/block}-->
<!--{/if}-->
<!--{/loop}-->
<!--{echo implode('', $srchhotkeywords);}-->
<!--{/if}-->
</div>
</td>
</tr>
</table>
</form>
</div>
<ul id="scbar_type_menu" class="p_pop" style="display: none;"><!--{echo implode('', $slist);}--></ul>
<script type="text/javascript">
initSearchmenu('scbar', '{$searchparams[url] or ''}');
</script>
<!--{/if}-->

View File

@@ -0,0 +1,41 @@
<!--{template common/header}-->
<h3 class="flb">
<em>{lang report}</em>
<span><a href="javascript:;" onclick="hideWindow('$_GET[handlekey]');" class="flbc" title="{lang close}">{lang close}</a></span>
</h3>
<form style="width:28em" method="post" autocomplete="off" id="form_$_GET[handlekey]" name="form_$_GET[handlekey]" action="misc.php?mod=report" {if $_G[inajax]}onsubmit="if(!$('report_message').value) return false;ajaxpost(this.id, 'form_$_GET[handlekey]');"{/if}>
<div class="reason_slct c" id="return_$_GET[handlekey]">
<p>{lang report_reason}</p>
<p class="mtn mbn" id="report_reasons"></p>
<div id="report_other" style="display:none">
<textarea id="report_message" name="message" class="reasonarea pt mtn xg1" onfocus="this.innerHTML='';this.focus=null;this.className='reasonarea pt mtn'" onkeydown="ctrlEnter(event, 'reportsubmit', 1);" onkeyup="strLenCalc(this, 'checklen');" rows="4">{lang report_reason_other}</textarea>
</div>
</div>
<p class="o pns">
<span id="report_msg" style="display:none"><span class="z">{lang input_message1} <strong id="checklen">200</strong> {lang input_message2}</span></span>
<button id="report_submit" type="submit" value="true" class="pn pnc"><strong>{lang confirms}</strong></button>
</p>
<input type="hidden" name="referer" value="{echo dreferer()}" />
<input type="hidden" name="reportsubmit" value="true" />
<input type="hidden" name="rtype" value="$_GET[rtype]" />
<input type="hidden" name="rid" value="$_GET[rid]" />
<!--{if $_GET['fid']}-->
<input type="hidden" name="fid" value="$_GET[fid]" />
<!--{/if}-->
<!--{if $_GET['uid']}-->
<input type="hidden" name="uid" value="$_GET[uid]" />
<!--{/if}-->
<input type="hidden" name="url" value="$_GET[url]" />
<input type="hidden" name="inajax" value="$_G[inajax]" />
<!--{if $_G[inajax]}--><input type="hidden" name="handlekey" value="$_GET[handlekey]" /><!--{/if}-->
<input type="hidden" name="formhash" value="{FORMHASH}" />
</form>
<script type="text/javascript" reload="1">
var reasons = {lang report_reason_message};
var reasonstring = '';
for (i=0; i<reasons.length; i++) {
reasonstring += '<label><input type="radio" name="report_select" class="pr" onclick="' + (i < reasons.length -1 ? '$(\'report_message\').innerHTML=this.value;' : '') + '$(\'report_other\').style.display=\'' + (i < reasons.length -1 ? 'none' : '') + '\';$(\'report_msg\').style.display=\'' + (i < reasons.length -1 ? 'none' : '') + '\'" value="' + reasons[i] + '"> ' + reasons[i] + '</label><br />';
}
$('report_reasons').innerHTML = reasonstring;
</script>
<!--{template common/footer}-->

View File

@@ -0,0 +1,57 @@
channel
{
font-size: 12px;
background: white;
font-family: verdana, arial, helvetica, 'Microsoft Yahei', sans-serif;
margin: 0px auto;
width: 100%;
padding:10px 10px 15px 10px;
text-align: center;
}
channel title
{
display: block;
font-weight: bold;
font-size: 18px;
z-index: 1;
position: relative;
height: auto;
}
item
{
padding:10px 10px 2px 10px;
display: block;
font-size: 14px;
margin: 20px 0px;
width: 90%;
line-height: 100%;
text-align: left;
}
image, image title, image height, image width, image url, category, ttl, generator, guid, language, docs, comments,pubDate
{
display: none;
}
rss, item title, item link, item description, item pubDate, item author, item
{
display: block;
font-weight: normal;
font-size: 14px;
margin: 5px;
background: #F0F8FB;
}
item title { font-weight: bold; font-size: 16px; display: block; height: auto; position: relative; z-index: 1}
item link { margin-bottom: 0; }
link { display: block; color: blue; text-decoration: underline; }
info { display: block; margin: 3em 4em 3em 4em; color: Black; text-align: center; padding: 1.5em; font-family: mono; font-size: small; }
managingEditor, webMaster, title, link, description, copyright, lastBuildDate, pubDate
{
display: block; font-size: 14px; line-height:150%;
}

View File

@@ -0,0 +1,12 @@
{eval
$sechash = !isset($sechash) ? 'S'.(empty($_G['inajax']) ? '' : 'A'.random(3)).$_G['sid'] : $sechash.random(3);
$sectpl = str_replace("'", "\'", $sectpl);
}
<!--{if $secqaacheck}-->
<span id="secqaa_q$sechash"></span>
<script type="text/javascript" reload="1">updatesecqaa('q$sechash', '$sectpl', '{$_G[basescript]}::{CURMODULE}');</script>
<!--{/if}-->
<!--{if $seccodecheck}-->
<span id="seccode_c$sechash"></span>
<script type="text/javascript" reload="1">updateseccode('c$sechash', '$sectpl', '{$_G[basescript]}::{CURMODULE}');</script>
<!--{/if}-->

View File

@@ -0,0 +1,20 @@
<!--{template common/header}-->
<div class="tm_c">
<h3 class="flb">
<em id="return_$handlekey">{lang secmobseccode}</em>
<span>
<a href="javascript:;" class="flbc" onclick="hideWindow('$handlekey')" title="{lang close}">{lang close}</a>
</span>
</h3>
<form id="confirmform" method="post" autocomplete="off" action="misc.php?mod=secmobseccode&action=send&svctype=$svctype&secmobicc=$secmobicc&secmobile=$secmobile" onsubmit="ajaxpost('confirmform', 'return_$handlekey', 'return_$handlekey');return false;">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<input type="hidden" name="seccodesubmit" value="true" />
<input type="hidden" name="handlekey" value="$handlekey" />
<!--{block sectpl}--><div class="rfm"><table><tr><th><sec>: </th><td><sec><br /><sec></td></tr></table></div><!--{/block}-->
<!--{subtemplate common/seccheck}-->
<p class="o pns">
<input type="submit" name="funcsubmit_btn" class="btn" value="{lang confirms}">
</p>
</form>
</div>
<!--{template common/footer}-->

View File

@@ -0,0 +1,32 @@
<script type="text/javascript" src="{$_G[setting][jspath]}seditor.js?{VERHASH}"></script>
<div class="fpd">
<!--{if in_array('bold', $seditor[1])}-->
<a href="javascript:;" title="{lang e_bold}" class="fbld"{if empty($seditor[2])} onclick="seditor_insertunit('$seditor[0]', '[b]', '[/b]');doane(event);"{/if}>B</a>
<!--{/if}-->
<!--{if in_array('color', $seditor[1])}-->
<a href="javascript:;" title="{lang e_forecolor}" class="fclr" id="{$seditor[0]}forecolor"{if empty($seditor[2])} onclick="showColorBox(this.id, 2, '$seditor[0]');doane(event);"{/if}>Color</a>
<!--{/if}-->
<!--{if in_array('img', $seditor[1])}-->
<a id="{$seditor[0]}img" href="javascript:;" title="{lang e_image}" class="fmg"{if empty($seditor[2])} onclick="seditor_menu('$seditor[0]', 'img');doane(event);"{/if}>Image</a>
<!--{/if}-->
<!--{if in_array('link', $seditor[1])}-->
<a id="{$seditor[0]}url" href="javascript:;" title="{lang e_url}" class="flnk"{if empty($seditor[2])} onclick="seditor_menu('$seditor[0]', 'url');doane(event);"{/if}>Link</a>
<!--{/if}-->
<!--{if in_array('quote', $seditor[1])}-->
<a id="{$seditor[0]}quote" href="javascript:;" title="{lang e_quote}" class="fqt"{if empty($seditor[2])} onclick="seditor_menu('$seditor[0]', 'quote');doane(event);"{/if}>Quote</a>
<!--{/if}-->
<!--{if in_array('code', $seditor[1])}-->
<a id="{$seditor[0]}code" href="javascript:;" title="{lang e_code}" class="fcd"{if empty($seditor[2])} onclick="seditor_menu('$seditor[0]', 'code');doane(event);"{/if}>Code</a>
<!--{/if}-->
<!--{if in_array('smilies', $seditor[1])}-->
<a href="javascript:;" class="fsml" id="{$seditor[0]}sml"{if empty($seditor[2])} onclick="showMenu({'ctrlid':this.id,'evt':'click','layer':2});return false;"{/if}>Smilies</a>
<!--{if empty($seditor[2])}-->
<script type="text/javascript" reload="1">smilies_show('{$seditor[0]}smiliesdiv', $_G['setting']['smcols'], '$seditor[0]');</script>
<!--{/if}-->
<!--{/if}-->
<!--{if in_array('at', $seditor[1]) && $_G['group']['allowat']}-->
<script type="text/javascript" src="{$_G['setting']['jspath']}at.js?{VERHASH}"></script>
<a id="{$seditor[0]}at" href="javascript:;" title="{lang e_at}" class="fat"{if empty($seditor[2])} onclick="seditor_menu('$seditor[0]', 'at');doane(event);"{/if}>{lang at_friend}</a>
<!--{/if}-->
{$seditor[3] or ''}
</div>

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="{$_G['charset']}" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>$subject</title>
</head>
<body>
hi, $toemail<br>
$subject<br>
$message
</body>
</html>

View File

@@ -0,0 +1,75 @@
<!--{if !$_G['inajax']}-->
<!--{template common/header}-->
<div id="ct" class="wp cl w">
<!--{if !$param[login]}-->
<div class="nfl">
<!--{else}-->
<div class="nfl" id="main_succeed" style="display: none">
<div class="f_c altw">
<div class="alert_right">
<p id="succeedmessage"></p>
<p id="succeedlocation" class="alert_btnleft"></p>
<p class="alert_btnleft"><a id="succeedmessage_href">{lang message_forward}</a></p>
</div>
</div>
</div>
<div class="nfl" id="main_message">
<!--{/if}-->
<!--{else}-->
<!--{template common/header_ajax}-->
<!--{/if}-->
<!--{if $param[msgtype] == 1 || $param[msgtype] == 2 && !$_G[inajax]}-->
<div class="f_c altw">
<div id="messagetext" class="$alerttype">
<p>$show_message</p>
<!--{if $url_forward}-->
<!--{if !$param[redirectmsg]}-->
<p class="alert_btnleft"><a href="$url_forward">{lang message_forward}</a></p>
<!--{else}-->
<p class="alert_btnleft"><a href="$url_forward">{lang attach_forward}</a></p>
<!--{/if}-->
<!--{elseif $allowreturn}-->
<script type="text/javascript">
if(history.length > (BROWSER.ie ? 0 : 1)) {
document.write('<p class="alert_btnleft"><a href="javascript:history.back()">{lang message_go_back}</a></p>');
} else {
document.write('<p class="alert_btnleft"><a href="./">[ $_G['setting']['bbname'] {lang homepage} ]</a></p>');
}
</script>
<!--{/if}-->
</div>
<!--{if $param[login]}-->
<div id="messagelogin"></div>
<script type="text/javascript">ajaxget('member.php?mod=logging&action=login&infloat=yes&frommessage', 'messagelogin');</script>
<!--{/if}-->
</div>
<!--{elseif $param[msgtype] == 2}-->
<h3 class="flb"><em>{lang board_message}</em><!--{if $_G[inajax]}--><span><a href="javascript:;" class="flbc" onclick="hideWindow('$_GET['handlekey']');" title="{lang close}">{lang close}</a></span><!--{/if}--></h3>
<div class="c altw">
<div class="$alerttype">$show_message</div>
</div>
<p class="o pns">
<!--{if $param['closetime']}-->
<span class="z xg1">$param['closetime'] {lang message_closetime}</span>
<!--{elseif $param['locationtime']}-->
<span class="z xg1">$param['locationtime'] {lang message_locationtime}</span>
<!--{/if}-->
<!--{if $param[login]}-->
<button type="button" class="pn pnc" onclick="hideWindow('$_GET['handlekey']');showWindow('login', 'member.php?mod=logging&action=login');"><strong>{lang login}</strong></button>
<!--{if !$_G['setting']['bbclosed']}-->
<button type="button" class="pn pnc" onclick="hideWindow('$_GET['handlekey']');window.open('member.php?mod={$_G[setting][regname]}');"><em>$_G['setting']['reglinkname']</em></button>
<!--{/if}-->
<button type="button" class="pn" onclick="hideWindow('$_GET['handlekey']');"><em>{lang cancel}</em></button>
<!--{elseif !$param['closetime'] && !$param['locationtime']}-->
<button type="button" class="pn pnc" id="closebtn" onclick="hideWindow('$_GET['handlekey']');"><strong>{lang confirms}</strong></button>
<script type="text/javascript" reload="1">if($('closebtn')) {$('closebtn').focus();}</script>
<!--{/if}-->
</p>
<!--{else}-->$show_message<!--{/if}-->
<!--{if !$_G['inajax']}-->
</div>
</div>
<!--{template common/footer}-->
<!--{else}-->
<!--{template common/footer_ajax}-->
<!--{/if}-->

View File

@@ -0,0 +1,19 @@
<div class="appl">
<div class="tbn">
<h2 class="mt bbda">{lang stats}</h2>
<ul>
<li class="cl{if $op == 'basic'} a{/if}"><a href="misc.php?mod=stat&op=basic">{lang basic_situation}</a></li>
<li class="cl{if $op == 'forumstat'} a{/if}"><a href="misc.php?mod=stat&op=forumstat">{lang forum_stat}</a></li>
<li class="cl{if $op == 'team'} a{/if}"><a href="misc.php?mod=stat&op=team">{lang manage_team}</a></li>
<!--{if $_G['setting']['modworkstatus']}-->
<li class="cl{if $op == 'modworks'} a{/if}"><a href="misc.php?mod=stat&op=modworks">{lang mod_works}</a></li>
<!--{/if}-->
<!--{if $_G['setting']['memliststatus']}-->
<li class="cl{if $op == 'memberlist'} a{/if}"><a href="misc.php?mod=stat&op=memberlist">{lang member_list}</a></li>
<!--{/if}-->
<!--{if $_G['setting']['updatestat']}-->
<li class="cl{if $op == 'trend'} a{/if}"><a href="misc.php?mod=stat&op=trend">{lang trend}</a></li>
<!--{/if}-->
</ul>
</div>
</div>

View File

@@ -0,0 +1,7 @@
<!--{if empty($_G['uploadjs'])}-->
<link rel="stylesheet" type="text/css" href="{STATICURL}js/webuploader/webuploader.css?{VERHASH}">
<script src="{STATICURL}js/mobile/jquery.min.js?{VERHASH}"></script><script>jQuery.noConflict();</script>
<script src="{STATICURL}js/webuploader/webuploader.min.js?{VERHASH}"></script>
<script type="text/javascript" src="{$_G[setting][jspath]}webuploader.js?{VERHASH}"></script>
{eval $_G['uploadjs'] = 1;}
<!--{/if}-->

View File

@@ -0,0 +1,9 @@
<!--{hook/global_userabout_top $_G['basescript'].'::'.CURMODULE}-->
<ul>
<!--{loop $_G['setting']['spacenavs'] $nav}-->
<!--{if is_array($nav) && $nav['available'] && (!$nav['level'] || ($nav['level'] == 1 && $_G['uid']) || ($nav['level'] == 2 && $_G['adminid'] > 0) || ($nav['level'] == 3 && $_G['adminid'] == 1))}-->
$nav[code]
<!--{/if}-->
<!--{/loop}-->
</ul>
<!--{hook/global_userabout_bottom $_G['basescript'].'::'.CURMODULE}-->

View File

@@ -0,0 +1,40 @@
/* ----------------------------------
Self-adaption Width CSS file for Discuz! X
(C) Comsenz Inc.
https://www.discuz.vip
Created & Modified by Pony.
---------------------------------- */
.wp { width: 98%; }
#hd .wp, #wp { min-width: 1200px; }
.ct2 { margin-right: 235px; }
.ct2 .sd { margin-right: -235px; }
.ct2 .mn { width: 100%; }
.ct2 #chart, .ct2 #an { margin-right: -235px; }
.ct2_a { padding-left: 150px; }
.ct2_a .appl { margin-left: -150px; }
.ct2_a .mn { width: 97%; }
.ct3_a { padding: 0 240px 0 160px; }
.ct3_a .appl { margin-left: -160px; }
.ct3_a .sd { margin-right: -240px; }
.ct3_a .mn { margin: 0; width: 100%; }
#nv { background-repeat: repeat-x; background-position: 0 -33px; }
#mu ul { border-bottom: 1px solid {COMMONBORDER}; background-image: none; }
.pg_post .ct2_a { margin-left: 0; padding-left: 0; }
.pg_post .ct2_a .appl { margin-left: 0; background: none; }
.pg_modcp .ct2_a, .pg_announcement .ct2_a { border: none; }
.pg_modcp .ct2_a .mn, .pg_announcement .ct2_a .mn { margin-right: 0; padding-top: 0; }
.tdats .tdat { width: 20%; }
.tdats .tfxf { width: 79.5%; }
.tdats .tfx, .tdats .tb, .tscr { width: 39.5%; }
.tscr .tdat, .tscr .tdat th, .tscr .tdat td { width: 100%; }
.widthauto .switchwidth:before { content: "\f105"; }

View File

@@ -0,0 +1,27 @@
/*
wysiwyg CSS file for Discuz! X
(C) Comsenz Inc.
https://www.discuz.vip
*/
* { margin: 0; padding: 0; word-wrap: break-word; }
html, body { border: 0 !important; }
body { background: #FFF; font: {FONTSIZE} {FONT}; font-size: {MSGFONTSIZE}; color: {TABLETEXT}; height: 400px; }
li { list-style-type: disc; margin-left: 2em; }
ol { *margin: 0; padding: 0; }
.litype_1 li, ol li { list-style-type: decimal; }
.litype_2 li { list-style-type: lower-alpha; }
.litype_3 li { list-style-type: upper-alpha; }
a { color: {HIGHLIGHTLINK}; }
a:hover { text-decoration: none; }
a img { border: none; }
hr.l { height: 1px; border: none; background: {COMMONBORDER}; color: {COMMONBORDER}; }
table { empty-cells: show; border-collapse: collapse; }
table td { padding: 4px; border: 1px solid {COMMONBORDER}; }
th { font-weight: 400; }
div.quote, div.blockcode { margin: 10px 0; padding: 10px 10px 10px 65px; }
div.quote { padding-bottom: 5px; background: #F9F9F9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27'%3e%3cpath fill='%23d8e7f2' d='M11 16v10H1V16C1 10 7 1 11 1v5c-2 0-5 6-5 10h5zm16 0v10H17V16c0-6 6-15 10-15v5c-2 0-5 6-5 10h5z'/%3e%3c/svg%3e") no-repeat 20px 6px; }
div.quote blockquote { margin: 0; padding: 0 65px 5px 0; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='27'%3e%3cpath fill='%23d8e7f2' d='M17 11V1h10v10c0 6-6 15-10 15v-5c2 0 5-6 5-10h-5zM1 11V1h10v10c0 6-6 15-10 15v-5c2 0 5-6 5-10H1z'/%3e%3c/svg%3e") no-repeat 100% 100%; line-height: 1.6em; }
div.blockcode { border: 1px solid #CCC; background: #F7F7F7 url({IMGDIR}/codebg.gif) repeat-y 0 0; }
div.blockcode blockquote { margin: 0; }
.float td { border: 0; padding: 0; }
img { max-width:400px; }