File: C:/xampp/htdocs/discuz/forumdata/templates/1_1_attachpay_view.tpl.php
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); hookscriptoutput('attachpay_view');?><? include template('header', '0', ''); if(empty($infloat)) { ?>
<div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> <?=$navigation?></div>
<div id="wrap" class="wrap s_clear">
<div class="main"><div class="content nofloat">
<? } ?>
<div class="fcontent">
<h3 class="float_ctrl">
<em id="return_<?=$handlekey?>">記錄</em>
<span>
<? if(!empty($infloat)) { ?><a href="javascript:;" class="float_close" onclick="hideWindow('<?=$handlekey?>')" title="關閉">關閉</a><? } ?>
</span>
</h3>
<div class="floatwrap">
<table class="list" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td>用戶名</td>
<td>時間</td>
<td><?=$extcredits[$creditstransextra['1']]['title']?></td>
</tr>
</thead>
<? if($loglist) { if(is_array($loglist)) { foreach($loglist as $log) { ?><tr>
<td><a href="space.php?uid=<?=$log['uid']?>"><?=$log['username']?></a></td>
<td><?=$log['dateline']?></td>
<td><?=$log['amount']?> <?=$extcredits[$creditstransextra['1']]['unit']?></td>
</tr><? } } } else { ?>
<tr><td colspan="3">目前沒有用戶購買此附件。</td></tr>
<? } ?>
</table>
</div>
</div>
<? if(empty($infloat)) { ?>
</div></div>
</div>
<? } include template('footer', '0', ''); ?>