📄 memcp_credits.htm
字号:
<tr>
<th>{$extcredits[$creditstrans][title]} {lang memcp_credits_addfunds_amount}</th>
<td><input type="text" size="15" id="amount" name="amount" value="0" onkeyup="calcredit()" /> {$extcredits[$creditstrans][unit]}</td>
</tr>
<tr>
<th>支付方式</th>
<td>
<input type="radio" name="apitype" value='' checked="checked">支付宝
<input type="radio" name="apitype" value='tenpay'> 财付通
<input type="radio" name="apitype" value='cbpay'> 网银在线
</td>
</tr>
<tr>
<th>{lang memcp_credits_addfunds_caculate}</th>
<td>{lang memcp_credits_addfunds_caculate_radio}</td>
</tr>
<tr>
<th> </th><td>{lang memcp_credits_addfunds_comment}</td>
</tr>
</tbody>
<tr class="btns">
<th> </th><td><button class="submit" type="submit" name="creditssubmit" id="creditssubmit" value="true" tabindex="3">{lang submit}</button></td>
</tr>
</table>
</form>
<script type="text/javascript">
function calcredit() {
var amount = parseInt($('amount').value);
$('desamount').innerHTML = !isNaN(amount) ? Math.round(((amount / $ec_ratio) * 10)) / 10 : 0;
}
</script>
<!--{elseif $operation == 'paymentlog'}-->
<table summary="{lang memcp_credits_log_payment}" cellspacing="0" cellpadding="0" width="100%" align="center">
<thead>
<tr>
<td>{lang subject}</td>
<td class="user">{lang author}</td>
<td class="time">{lang dateline}</td>
<td>{lang forum}</td>
<td>{lang memcp_credits_log_payment_dateline}</td>
<td>{lang price}</td>
<td>{lang pay_author_income}</td>
</tr>
</thead>
<tbody>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td><a href="space.php?uid=$log[authorid]">$log[author]</a></td>
<td>$log[tdateline]</td>
<td><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td>$log[dateline]</td>
<!--{if !$log['amount'] && !$log['netamount']}-->
<td colspan="2">{lang memcp_credits_log_payment_refunded}</td>
<!--{else}-->
<td>{$extcredits[$creditstrans][title]} $log[amount] {$extcredits[$creditstrans][unit]}</td>
<td>{$extcredits[$creditstrans][title]} $log[netamount] {$extcredits[$creditstrans][unit]}</td>
<!--{/if}-->
</tr>
<!--{/loop}-->
<!--{else}-->
<td colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</tbody>
</table>
<div class="subtable">$multipage</div>
<!--{elseif $operation == 'incomelog'}-->
<table summary="{lang memcp_credits_log_income}" cellspacing="0" cellpadding="0" width="100%" align="center">
<thead>
<tr>
<td align="left">{lang subject}</td>
<td>{lang dateline}</td>
<td>{lang forum}</td>
<td>{lang memcp_credits_log_income_buyer}</td>
<td>{lang memcp_credits_log_payment_dateline}</td>
<td>{lang price}</td>
<td>{lang pay_author_income}</td>
</tr>
</thead>
<tbody>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td>$log[tdateline]</td>
<td><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td><a href="space.php?uid=$log[uid]">$log[username]</a></td>
<td>$log[dateline]</td>
<!--{if !$log['amount'] && !$log['netamount']}-->
<td colspan="2">{lang memcp_credits_log_payment_refunded}</td>
<!--{else}-->
<td>{$extcredits[$creditstrans][title]} $log[amount] {$extcredits[$creditstrans][unit]}</td>
<td>{$extcredits[$creditstrans][title]} $log[netamount] {$extcredits[$creditstrans][unit]}</td>
<!--{/if}-->
</tr>
<!--{/loop}-->
<!--{else}-->
<td colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</tbody>
</table>
<div class="subtable">$multipage</div>
<!--{elseif $operation == 'rewardpaylog'}-->
<table summary="{lang memcp_reward_log_payment}" cellspacing="0" cellpadding="0" width="100%" align="center">
<thead>
<tr>
<td>{lang subject}</td>
<td>{lang dateline}</td>
<td>{lang forum}</td>
<td>{lang memcp_reward_log_payment_answerer}</td>
<td>{lang memcp_reward_total}</td>
<td>{lang memcp_reward_fact}</td>
</tr></thead>
<tbody>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td>$log[dateline]</td>
<td><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td><a href="space.php?uid=$log['uid']">$log[username]</a></td>
<td>{$extcredits[$creditstrans][title]} $log['price']<!--{if $extcredits[$creditstrans][unit] != ''}--> $extcredits[$creditstrans][unit]<!--{/if}--></td>
<td>{$extcredits[$creditstrans][title]} $log['netamount']<!--{if $extcredits[$creditstrans][unit] != ''}--> $extcredits[$creditstrans][unit]<!--{/if}--></td>
</tr>
<!--{/loop}-->
<!--{else}-->
<td colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</tbody>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center"><tr><td>$multipage</td></tr></table>
<!--{elseif $operation == 'rewardincomelog'}-->
<table summary="{lang memcp_reward_log_income}" cellspacing="0" cellpadding="0" width="100%" align="center">
<thead>
<tr>
<td>{lang subject}</td>
<td>{lang dateline}</td>
<td>{lang forum}</td>
<td>{lang memcp_reward_log_income_author}</td>
<td>{lang memcp_reward_total}</td>
</tr>
</thead>
<tbody>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td><a href="viewthread.php?tid=$log[tid]">$log[subject]</a></td>
<td>$log[dateline]</td>
<td><a href="forumdisplay.php?fid=$log[fid]">$log[name]</a></td>
<td><a href="space.php?uid=$log['uid']">$log[username]</a></td>
<td>{$extcredits[$creditstrans][title]} $log['price']<!--{if $extcredits[$creditstrans]['unit'] != ''}--> $extcredits[$creditstrans][unit]<!--{/if}--></td>
</tr>
<!--{/loop}-->
<!--{else}-->
<td colspan="7">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</tbody>
</table>
<table cellspacing="0" cellpadding="0" border="0" align="center"><tr><td>$multipage</td></tr></table>
<!--{elseif $operation == 'creditslog'}-->
<table summary="{lang memcp_credits_log_transaction}" cellspacing="0" cellpadding="0" width="100%" align="center">
<thead>
<tr>
<td>{lang memcp_credits_log_transaction_fromto}</td>
<td>{lang time}</td><td width="15%">{lang memcp_credits_log_transaction_outgo}</td>
<td>{lang memcp_credits_log_transaction_income}</td>
<td>{lang action}</td>
</tr>
</thead>
<tbody>
<!--{if $loglist}-->
<!--{loop $loglist $log}-->
<tr>
<td><!--{if $log['fromto'] == 'BANK ACCOUNT'}-->{lang memcp_credits_transfer_bank}<!--{else}--><a href="space.php?username=$log[fromtoenc]">$log[fromto]</a><!--{/if}--></td>
<td>$log[dateline]</td>
<td><!--{if $log['send']}-->{$extcredits[$log[sendcredits]][title]} $log[send] {$extcredits[$log[sendcredits]][unit]}<!--{/if}--></td>
<td><!--{if $log['receive']}-->{$extcredits[$log[receivecredits]][title]} $log[receive] {$extcredits[$log[receivecredits]][unit]}<!--{/if}--></td>
<td>
<!--{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 colspan="5">{lang memcp_credits_log_none}</td></tr>
<!--{/if}-->
</tbody>
</table>
<!--{if !empty($multipage)}--><div class="pages_btns">$multipage</div><!--{/if}-->
<!--{/if}-->
</div>
</div>
<div class="side">
{template personal_navbar}
</div>
</div>
{template footer}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -