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

📄 magic_log.htm

📁 Discuz功能源码(开源)
💻 HTM
字号:
{subtemplate header}
<div id="nav"><a href="$indexname">$bbname</a> &raquo; <a href="magic.php">{lang magics_title}</a> &raquo; {lang magics_log}</div>
<div id="wrap" class="wrap with_side s_clear">
	<div class="main">
		<div class="content">
			<div class="itemtitle s_clear">
				<h1>{lang magics_log}</h1>
				<ul>
					<li<!--{if $operation == 'uselog'}--> class="current"<!--{/if}-->><a href="magic.php?action=log&operation=uselog"><span>{lang magics_log_use}</span></a></li>
					<li<!--{if $operation == 'buylog'}--> class="current"<!--{/if}-->><a href="magic.php?action=log&operation=buylog"><span>{lang magics_log_buy}</span></a></li>
					<li<!--{if $operation == 'givelog'}--> class="current"<!--{/if}-->><a href="magic.php?action=log&operation=givelog"><span>{lang magics_log_present}</span></a></li>
					<li<!--{if $operation == 'receivelog'}--> class="current"<!--{/if}-->><a href="magic.php?action=log&operation=receivelog"><span>{lang magics_log_receive}</span></a></li>

					<!--{if $magicmarket}-->
					<li<!--{if $operation == 'marketlog'}--> class="current"<!--{/if}-->><a href="magic.php?action=log&operation=marketlog"><span>{lang magics_log_market}</span></a></li>
					<!--{/if}-->
				</ul>
				<button onclick="window.location='magic.php'" class="submit right">{lang return}</button>
			</div>
			<!--{if !$magicstatus && $adminid == 1}-->
				<div class="channelinfo">{lang magics_tips}</div>
			<!--{/if}-->
			<div class="datalist">
				<!--{if $operation == 'uselog'}-->
					<table summary="{lang magics_log_use}" cellspacing="0" cellpadding="0" class="datatable">
						<!--{if $loglist}-->
							<thead class="colplural">
								<tr>
									<td>{lang magics_name}</td>
									<td width="20%">{lang magics_dateline_use}</td>
									<td width="20%">{lang magics_target_use}</td>
								</tr>
							</thead>
							<!--{loop $loglist $log}-->
								<tr class="{echo swapclass('colplural')}">
									<td><a href="magic.php?action=index&operation=buy&magicid=$log[magicid]" target="_blank">$log[name]</a></td>
									<td>$log[dateline]</td>
									<td><!--{if $log['target']}--><a href="$log[target]" target="_blank">{lang magics_target}</a><!--{else}-->{lang magics_operation_drop}<!--{/if}--></td>
								</tr>
							<!--{/loop}-->
						<!--{else}-->
							<tr><td><p class="nodata">{lang data_nonexistence}</p></td></tr>
						<!--{/if}-->
					</table>
					<!--{if !empty($multipage)}--><div class="pages_btns">$multipage</div><!--{/if}-->
				<!--{elseif $operation == 'buylog'}-->
					<table summary="{lang magics_log_buy}" cellspacing="0" cellpadding="0" class="datatable">
						<!--{if $loglist}-->
							<thead class="colplural">
								<tr>
									<td>{lang magics_name}</td>
									<td width="20%">{lang magics_dateline_buy}</td>
									<td width="20%">{lang magics_amount_buy}</td>
									<td width="20%">{lang magics_price_buy} ($extcredits[$creditstransextra[3]][title])</td>
								</tr>
							</thead>
							<!--{loop $loglist $log}-->
								<tr class="{echo swapclass('colplural')}">
									<td><a href="magic.php?action=index&operation=buy&magicid=$log[magicid]" target="_blank">$log[name]</a></td>
									<td>$log[dateline]</td>
									<td>$log[amount]</td>
									<td>$log[price]</td>
								</tr>
							<!--{/loop}-->
						<!--{else}-->
							<tr><td><p class="nodata">{lang data_nonexistence}</p></td></tr>
						<!--{/if}-->
					</table>
					<!--{if !empty($multipage)}--><div class="pages_btns">$multipage</div><!--{/if}-->
				<!--{elseif $operation == 'givelog'}-->
					<table summary="{lang magics_log_present}" cellspacing="0" cellpadding="0" class="datatable">
						<!--{if $loglist}-->
							<thead class="colplural">
								<tr>
									<td>{lang magics_name}</td>
									<td width="20%">{lang magics_dateline_present}</td>
									<td width="20%">{lang magics_amount_present}</td>
									<td width="20%">{lang magics_target_present}</td>
								</tr>
							</thead>
							<!--{loop $loglist $log}-->
								<tr class="{echo swapclass('colplural')}">
									<td><a href="magic.php?action=index&operation=buy&magicid=$log[magicid]" target="_blank">$log[name]</a></td>
									<td>$log[dateline]</td>
									<td>$log[amount]</td>
									<td><a href="space.php?uid=$log[targetuid]" target="_blank">$log[username]</a></td>
								</tr>
							<!--{/loop}-->
						<!--{else}-->
							<tr><td><p class="nodata">{lang data_nonexistence}</p></td></tr>
						<!--{/if}-->
					</table>
					<!--{if !empty($multipage)}--><div class="pages_btns">$multipage</div><!--{/if}-->
				<!--{elseif $operation == 'receivelog'}-->
					<table summary="{lang magics_log_receive}" cellspacing="0" cellpadding="0" class="datatable">
						<!--{if $loglist}-->
							<thead class="colplural">
								<tr>
									<td>{lang magics_name}</td>
									<td width="20%">{lang magics_dateline_receive}</td>
									<td width="20%">{lang magics_amount_receive}</td>
									<td width="20%">{lang magics_target_receive}</td>
								</tr>
							</thead>
							<!--{loop $loglist $log}-->
								<tr class="{echo swapclass('colplural')}">
									<td><a href="magic.php?action=index&operation=buy&magicid=$log[magicid]" target="_blank">$log[name]</a></td>
									<td>$log[dateline]</td>
									<td>$log[amount]</td>
									<td class="user"><a href="space.php?uid=$log[targetuid]" target="_blank">$log[username]</a></td>
								</tr>
							<!--{/loop}-->
						<!--{else}-->
							<tr><td><p class="nodata">{lang data_nonexistence}</p></td></tr>
						<!--{/if}-->
					</table>
					<!--{if !empty($multipage)}--><div class="pages_btns">$multipage</div><!--{/if}-->
				<!--{elseif $operation == 'marketlog'}-->
					<table summary="{lang magics_log_market}" cellspacing="0" cellpadding="0" class="datatable">
						<!--{if $loglist}-->
							<thead class="colplural">
								<tr>
									<td>{lang magics_name}</td>
									<td width="20%">{lang magics_dateline_operation}</td>
									<td width="10%">{lang magics_amount_operation}</td>
									<td width="15%">{lang magics_price_operation} ($extcredits[$creditstransextra[3]][title])</td>
									<td width="10%">{lang magics_operation}</td>
								</tr>
							</thead>
							<!--{loop $loglist $log}-->
								<tr class="{echo swapclass('colplural')}">
									<td><a href="magic.php?action=index&operation=buy&magicid=$log[magicid]" target="_blank">$log[name]</a></td>
									<td>$log[dateline]</td>
									<td>$log[amount]</td>
									<td>$log[price]</td>
									<td><!--{if $log['action'] == '4'}-->{lang magics_operation_sell}<!--{elseif $log['action'] == '5'}-->{lang magics_operation_buy}<!--{elseif $log['action'] == '6'}-->{lang magics_operation_down}<!--{/if}--></td>
								</tr>
							<!--{/loop}-->
						<!--{else}-->
							<tr><td><p class="nodata">{lang data_nonexistence}</p></td></tr>
						<!--{/if}-->
					</table>
					<!--{if !empty($multipage)}--><div class="pages_btns">$multipage</div><!--{/if}-->
				<!--{/if}-->
			</div>
		</div>
	</div>
	<div class="side">
		{subtemplate personal_navbar}
	</div>
</div>
{subtemplate footer}

⌨️ 快捷键说明

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