First commit
This commit is contained in:
68
template/default/forum/pay.htm
Normal file
68
template/default/forum/pay.htm
Normal file
@@ -0,0 +1,68 @@
|
||||
<!--{template common/header}-->
|
||||
<!--{if empty($_GET['infloat'])}-->
|
||||
<div id="pt" class="bm cl">
|
||||
<div class="z"><a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>›</em> $navigation</div>
|
||||
</div>
|
||||
<div id="ct" class="wp cl">
|
||||
<div class="mn">
|
||||
<div class="bm bw0">
|
||||
<!--{/if}-->
|
||||
|
||||
<form id="payform" method="post" autocomplete="off" action="forum.php?mod=misc&action=pay&paysubmit=yes&infloat=yes{if !empty($_GET['from'])}&from=$_GET['from']{/if}"{if !empty($_GET['infloat'])} onsubmit="ajaxpost('payform', 'return_$_GET['handlekey']', 'return_$_GET['handlekey']', 'onerror');return false;"{/if}>
|
||||
<div class="f_c">
|
||||
<h3 class="flb">
|
||||
<em id="return_$_GET['handlekey']">{lang pay}</em>
|
||||
<span>
|
||||
<!--{if !empty($_GET['infloat'])}--><a href="javascript:;" class="flbc" onclick="hideWindow('$_GET['handlekey']')" title="{lang close}">{lang close}</a><!--{/if}-->
|
||||
</span>
|
||||
</h3>
|
||||
<input type="hidden" name="formhash" value="{FORMHASH}" />
|
||||
<input type="hidden" name="referer" value="{echo dreferer()}" />
|
||||
<input type="hidden" name="tid" value="$_G[tid]" />
|
||||
<!--{if !empty($_GET['infloat'])}--><input type="hidden" name="handlekey" value="$_GET['handlekey']" /><!--{/if}-->
|
||||
<div class="c">
|
||||
<table class="list" cellspacing="0" cellpadding="0" style="width:200px">
|
||||
<tr>
|
||||
<th>{lang author}</th>
|
||||
<td><!--{if empty($thread['authorid'])}-->$thread['author']<!--{else}--><a href="home.php?mod=space&uid=$thread['authorid']">$thread['author']</a><!--{/if}--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th valign="top">{lang price}({$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]})</th>
|
||||
<td>$thread[price] {$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][unit]}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th valign="top">{lang pay_author_income}({$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]})</th>
|
||||
<td>$thread[netprice] {$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][unit]}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th valign="top">{lang pay_balance}({$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][title]})</th>
|
||||
<td>$balance {$_G['setting']['extcredits'][$_G['setting']['creditstransextra'][1]][unit]}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="o pns">
|
||||
<button type="submit" name="paysubmit" class="pn pnc" value="true"><span>{lang submit}</span></button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<!--{if !empty($_GET['infloat'])}-->
|
||||
<script type="text/javascript" reload="1">
|
||||
function succeedhandle_$_GET['handlekey'](locationhref) {
|
||||
<!--{if !empty($_GET['from'])}-->
|
||||
location.href = locationhref;
|
||||
<!--{else}-->
|
||||
ajaxget('forum.php?mod=viewthread&tid=$_G[tid]&viewpid=$_GET[pid]', 'post_$_GET[pid]');
|
||||
hideWindow('$_GET['handlekey']');
|
||||
showCreditPrompt();
|
||||
<!--{/if}-->
|
||||
}
|
||||
</script>
|
||||
<!--{/if}-->
|
||||
|
||||
<!--{if empty($_GET['infloat'])}-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--{/if}-->
|
||||
<!--{template common/footer}-->
|
Reference in New Issue
Block a user