📄 memcp_credits.htm
字号:
<!--{if $ec_mincredits}--><br>{lang memcp_credits_addfunds_rules_min} {$extcredits[$creditstrans][title]} <b>$ec_mincredits</b> {$extcredits[$creditstrans][unit]}<!--{/if}-->
<!--{if $ec_maxcredits}--><br>{lang memcp_credits_addfunds_rules_max} {$extcredits[$creditstrans][title]} <b>$ec_maxcredits</b> {$extcredits[$creditstrans][unit]}<!--{/if}-->
<!--{if $ec_maxcreditspermonth}--><br>{lang memcp_credits_addfunds_rules_month} {$extcredits[$creditstrans][title]} <b>$ec_maxcreditspermonth</b> {$extcredits[$creditstrans][unit]}<!--{/if}-->
</td>
</tr>
<tr>
<td class="altbg1" width="15%">{$extcredits[$creditstrans][title]} {lang memcp_credits_addfunds_amount}:</td>
<td class="altbg2" width="85%"><input type="text" size="15" name="amount" value="0"> {$extcredits[$creditstrans][unit]}</td>
</tr>
<tr>
<td colspan="2" class="category"><ul><li>{lang memcp_credits_addfunds_comment}</td>
</tr>
</table><br>
<center><input type="button" name="" value="{lang memcp_credits_caculate}" onclick="this.form.amount.value=Math.floor(this.form.amount.value);alert('{lang memcp_credits_addfunds_caculate} '+Math.ceil(this.form.amount.value/$ec_ratio*100)/100)">
<input type="submit" name="creditssubmit" value="{lang submit}">
</center></form>
<!--{elseif $operation == 'paymentlog'}-->
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header"><td colspan="7">{lang memcp_credits_log_payment}</td></tr>
<tr align="center" class="category">
<td width="33%">{lang subject}</td>
<td width="10%">{lang author}</td>
<td width="8%">{lang dateline}</td>
<td width="18%">{lang forum}</td>
<td width="8%">{lang memcp_credits_log_payment_dateline}</td>
<td width="9%">{lang price}</td>
<td width="9%">{lang pay_author_income}</td>
</tr>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td class="altbg1"><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td class="altbg2" align="center"><a href="viewpro.php?uid=$log[authorid]">$log[author]</a></td>
<td class="altbg1" align="center">$log[tdateline]</td>
<td class="altbg2" align="center"><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td class="altbg1" align="center">$log[dateline]</td>
<!--{if !$log['amount'] && !$log['netamount']}-->
<td class="altbg2" align="center" colspan="2">{lang memcp_credits_log_payment_refunded}</td>
<!--{else}-->
<td class="altbg2" align="center">{$extcredits[$creditstrans][title]} $log[amount] {$extcredits[$creditstrans][unit]}</td>
<td class="altbg1" align="center">{$extcredits[$creditstrans][title]} $log[netamount] {$extcredits[$creditstrans][unit]}</td>
<!--{/if}-->
</tr>
<!--{/loop}-->
<!--{else}-->
<td class="altbg1" colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</table>
<div class="subtable" style="width: {TABLEWIDTH}">$multipage</div>
<!--{elseif $operation == 'incomelog'}-->
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header"><td colspan="7">{lang memcp_credits_log_income}</td></tr>
<tr align="center" class="category">
<td width="33%">{lang subject}</td>
<td width="8%">{lang dateline}</td>
<td width="18%">{lang forum}</td>
<td width="10%">{lang memcp_credits_log_income_buyer}</td>
<td width="8%">{lang memcp_credits_log_payment_dateline}</td>
<td width="9%">{lang price}</td>
<td width="9%">{lang pay_author_income}</td>
</tr>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td class="altbg1"><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td class="altbg2" align="center">$log[tdateline]</td>
<td class="altbg1" align="center"><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td class="altbg2" align="center"><a href="viewpro.php?uid=$log[uid]">$log[username]</a></td>
<td class="altbg1" align="center">$log[dateline]</td>
<!--{if !$log['amount'] && !$log['netamount']}-->
<td class="altbg2" align="center" colspan="2">{lang memcp_credits_log_payment_refunded}</td>
<!--{else}-->
<td class="altbg2" align="center">{$extcredits[$creditstrans][title]} $log[amount] {$extcredits[$creditstrans][unit]}</td>
<td class="altbg1" align="center">{$extcredits[$creditstrans][title]} $log[netamount] {$extcredits[$creditstrans][unit]}</td>
<!--{/if}-->
</tr>
<!--{/loop}-->
<!--{else}-->
<td class="altbg1" colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</table>
<div class="subtable" style="width: {TABLEWIDTH}">$multipage</div>
<!--{elseif $operation == 'rewardpaylog'}-->
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header"><td colspan="7">{lang memcp_credits_log_income}</td></tr>
<tr align="center" class="category">
<td width="30%">{lang subject}</td>
<td width="20%">{lang dateline}</td>
<td width="18%">{lang forum}</td>
<td width="9%">{lang memcp_reward_log_payment_answerer}</td>
<td width="10%">{lang memcp_reward_total}</td>
<td width="10%">{lang memcp_reward_fact}</td>
</tr>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td class="altbg1"><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td class="altbg2" align="center">$log[dateline]</td>
<td class="altbg1" align="center"><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td class="altbg2" align="center"><a href="viewpro.php?uid=$log['uid']">$log[username]</a></td>
<td class="altbg1" align="center">{$extcredits[$creditstrans][title]} $log['price']<!--{if $extcredits[$creditstrans][unit] != ''}--> $extcredits[$creditstrans][unit]<!--{/if}--></td>
<td class="altbg2" align="center">{$extcredits[$creditstrans][title]} $log['netamount']<!--{if $extcredits[$creditstrans][unit] != ''}--> $extcredits[$creditstrans][unit]<!--{/if}--></td>
</tr>
<!--{/loop}-->
<!--{else}-->
<td class="altbg1" colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</table>
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center"><tr><td>$multipage</td></tr></table>
<!--{elseif $operation == 'rewardincomelog'}-->
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header"><td colspan="7">{lang memcp_credits_log_income}</td></tr>
<tr align="center" class="category">
<td width="30%">{lang subject}</td>
<td width="20%">{lang dateline}</td>
<td width="18%">{lang forum}</td>
<td width="9%">{lang memcp_reward_log_income_author}</td>
<td width="10%">{lang memcp_reward_total}</td>
</tr>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td class="altbg1"><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td class="altbg2" align="center">$log[dateline]</td>
<td class="altbg1" align="center"><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td class="altbg2" align="center"><a href="viewpro.php?uid=$log['uid']">$log[username]</a></td>
<td class="altbg1" align="center">{$extcredits[$creditstrans][title]} $log['price']<!--{if $extcredits[$creditstrans]['unit'] != ''}--> $extcredits[$creditstrans][unit]<!--{/if}--></td>
</tr>
<!--{/loop}-->
<!--{else}-->
<td class="altbg1" colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</table>
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center"><tr><td>$multipage</td></tr></table>
<!--{elseif $operation == 'creditslog'}-->
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header"><td colspan="5">{lang memcp_credits_log_transaction}</td></tr>
<tr align="center" class="category"><td width="20%">{lang memcp_credits_log_transaction_fromto}</td><td width="25%">{lang time}</td><td width="15%">{lang memcp_credits_log_transaction_outgo}</td><td width="15%">{lang memcp_credits_log_transaction_income}</td><td width="25%">{lang action}</td></tr>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr align="center">
<td class="altbg1"><!--{if $log['fromto'] == 'BANK ACCOUNT'}-->{lang memcp_credits_transfer_bank}<!--{else}--><a href="viewpro.php?username=$log[fromtoenc]">$log[fromto]</a><!--{/if}--></td>
<td class="altbg2">$log[dateline]</td>
<td class="altbg1"><!--{if $log['send']}-->{$extcredits[$log[sendcredits]][title]} $log[send] {$extcredits[$log[sendcredits]][unit]}<!--{/if}--></td>
<td class="altbg2"><!--{if $log['receive']}-->{$extcredits[$log[receivecredits]][title]} $log[receive] {$extcredits[$log[receivecredits]][unit]}<!--{/if}--></td>
<td class="altbg1">
<!--{if $log['operation'] == 'TFR'}-->
{lang memcp_credits_transfer_send}
<!--{elseif $log['operation'] == 'RCV'}-->
{lang memcp_credits_transfer_receive}
<!--{elseif $log['operation'] == 'EXC'}-->
{lang memcp_credits_exchange}
<!--{elseif $log['operation'] == 'UGP'}-->
{lang memcp_usergroups_charged}
<!--{elseif $log['operation'] == 'AFD'}-->
{lang memcp_credits_transfer_bank}
<!--{/if}-->
</td>
</tr>
<!--{/loop}-->
<!--{else}-->
<tr><td class="altbg1" colspan="5">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</table>
<div class="subtable" style="width: {TABLEWIDTH}">$multipage</div>
<!--{/if}-->
</td></tr></table>
{template footer}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -