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

📄 post_preview.htm

📁 论坛代码网增加免费空间业务
💻 HTM
字号:
<!--{if empty($showpreview)}-->
<link rel="stylesheet" type="text/css" href="forumdata/cache/style_{STYLEID}_viewthread.css" />
<div class="mainbox viewthread" id="previewtable" style="display: $previewdisplay">
	<h1>{lang post_previewpost}</h1>
	<table summary="{lang post_previewpost}" cellspacing="0" cellpadding="0">
		<tr>
			<td class="postauthor">
				<!--{if $action == 'edit'}-->
					<!--{if $postinfo['authorid']}--><a href="space.php?uid=$postinfo[authorid]">$postinfo[author]</a><!--{else}-->{lang guest}<!--{/if}-->
				<!--{else}-->
					<!--{if $discuz_uid}-->$discuz_userss<!--{else}-->{lang guest}<!--{/if}-->
				<!--{/if}-->
			</td>
			<td class="postcontent">
				<div class="postmessage" id="previewmessage">
					<h2>$subject</h2>
					$message_preview
				</div>
			</td>
		</tr>
	</table>
	</div>
<br />
<!--{/if}-->

⌨️ 快捷键说明

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