viewthread_printable.htm

来自「速度很快的PHP论坛源程序」· HTM 代码 · 共 36 行

HTM
36
字号
<html>
<head>
<title>$bbname - Powered by Discuz! Board</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}">
<style type="text/css">
body,table {font-size: {FONTSIZE}; font-family: {FONT} }
</style>
</head>

<body leftmargin="80">
<img src="{IMGDIR}/{BOARDIMG}" alt="Board logo" border="0"><br><br>
<b>{lang subject}: </b>$thread[subject] <b><a href="###" onclick="this.style.visibility='hidden';window.print();this.style.visibility='visible'">[{lang thread_print}]</a></b></span><br>

<!--{loop $postlist $post}-->
	<hr noshade size="2" width="100%" color="#808080">
	<b>{lang author}: </b>$post[author] &nbsp; &nbsp; <b>{lang time}: </b>$post[dateline]
	<!--{if $post['subject']}--> &nbsp; &nbsp; <b>{lang subject}: </b>$post[subject]<!--{/if}-->
	<br><br>$post[message]
	<!--{loop $post['attachments'] $attach}-->
		<br><br>$attach[attachicon] 
		<!--{if !$attach['attachimg']}-->
			{lang attachment}: $attach[filename] ($attach[attachsize]) / {lang attach_download_count} $attach[downloads]<br>{$boardurl}attachment.php?aid=$attach[aid]
		<!--{else}-->
			{lang attach_img} &nbsp; {$boardurl}attachment.php?aid=$attach[aid]<br><br><img src="$attachurl/$attach[attachment]" border="0" onload="if(this.width>screen.width*0.8) this.width=screen.width*0.8">
		<!--{/if}-->
	<!--{/loop}-->
<!--{/loop}-->

<br><br><br><br><hr noshade size="2" width="100%" color="{BORDERCOLOR}">
<table cellspacing="0" cellpadding="0" border="0" width="95%" align="center" style="font-size: {SMFONTSIZE}; font-family: {SMFONT}">
<tr><td>{lang welcometo} $bbname ($boardurl)</td>
<td align="right">
Powered by Discuz! $version</td></tr></table>

</body>
</html>

⌨️ 快捷键说明

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