ֶ޸viewthread_printable.htmArchiverwapby ejew

\templates\default\viewthread_printable.htm



<!--{loop $postlist $post}-->
	<hr noshade size="2" width="100%" color="#808080">
	<b>{lang author}: </b><!--{if $post['author'] && !$post['anonymous']}-->$post[author]<!--{else}-->{lang anonymous}<!--{/if}-->&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'] || !$allowgetattach}-->
			{lang attachment}: <!--{if $attach['description']}-->[{$attach[description]}]<!--{/if}--> <b>$attach[filename]</b> ($attach[dateline], $attach[attachsize]) / {lang attach_download_count} $attach[downloads]<br>{$boardurl}attachment.php?aid=$attach[aid]
		<!--{else}-->
			{lang attach_img}: <!--{if $attach['description']}-->[{$attach[description]}]<!--{/if}--> <b>$attach[filename]</b> ($attach[dateline], $attach[attachsize]) / {lang attach_download_count} $attach[downloads]<br>{$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}-->

ĳɡ

<!--{loop $postlist $post}-->
	<hr noshade size="2" width="100%" color="#808080">
	<b>{lang author}: </b><!--{if $post['author'] && !$post['anonymous']}-->$post[author]<!--{else}-->{lang anonymous}<!--{/if}-->&nbsp; &nbsp; <b>{lang time}: </b>$post[dateline]
	<!--{if $post['subject']}--> &nbsp; &nbsp; <b>{lang subject}: </b>$post[subject]<!--{/if}-->
	<br><br><!--{if !$post['disable']}-->$post[message]<!--{else}-->******ѱԱ******<!--{/if}-->

	<!--{loop $post['attachments'] $attach}-->
<!--{if !$post['disable']}-->
		<br><br>$attach[attachicon] 
		<!--{if !$attach['attachimg'] || !$allowgetattach}-->
			{lang attachment}: <!--{if $attach['description']}-->[{$attach[description]}]<!--{/if}--> <b>$attach[filename]</b> ($attach[dateline], $attach[attachsize]) / {lang attach_download_count} $attach[downloads]<br>{$boardurl}attachment.php?aid=$attach[aid]
		<!--{else}-->
			{lang attach_img}: <!--{if $attach['description']}-->[{$attach[description]}]<!--{/if}--> <b>$attach[filename]</b> ($attach[dateline], $attach[attachsize]) / {lang attach_download_count} $attach[downloads]<br>{$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}-->
<!--{else}-->******ѱԱ******<!--{/if}-->
	<!--{/loop}-->
<!--{/loop}-->



wap\include\thread.inc.php

($post['message'])
ĳ
(!$post['disable'] ? $post['message']:'******ѱԱ******')

archiver\include\thread.inc.php


message, anonymous
ĳ
message, anonymous, disable


<?=$post['message']?>
ĳ
<?=!$post['disable'] ? $post['message']:'******ѱԱ******'?>