📄 post_preview.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 + -