⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pay_view.htm

📁 Discuz功能源码(开源)
💻 HTM
字号:
{template header}
<!--{if empty($infloat)}-->
	{subtemplate header_nofloat}
<!--{/if}-->

<div class="float" style="height: 410px">
<div class="floatbox">
	<h3 class="float_ctrl">
		<em id="return_$handlekey">{lang pay_view}</em>
		<span>
			<!--{if !empty($infloat)}--><a href="javascript:;" class="float_close" onclick="floatwin('close_$handlekey')" title="{lang close}">{lang close}</a><!--{/if}-->
		</span>
	</h3>
	<div class="floatwrap">
	<table class="list" cellspacing="0" cellpadding="0">
		<thead>
			<tr>
				<td>{lang username}</td>
				<td>{lang time}</td>
				<td>{$extcredits[$creditstransextra[1]][title]}</td>
			</tr>
		</thead>
		<!--{if $loglist}-->
			<!--{loop $loglist $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>
			<!--{/loop}-->
		<!--{else}-->
			<tr><td colspan="3">{lang pay_nobuyers}</td></tr>
		<!--{/if}-->
	</table>
	</div>
</div>
</div>

<!--{if empty($infloat)}-->
	{subtemplate footer_nofloat}
<!--{/if}-->
{template footer}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -