HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/discuz/forumdata/templates/1_1_viewthread_printable.tpl.php
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?>
<html>
<head>
<title><?=$bbname?> - Powered by Discuz! Board</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>" />
<style type="text/css">
body 	   {margin: 10px 80px;}
body,table {font-size: <?=FONTSIZE?>; font-family: <?=FONT?>;}
</style>
<script src="<?=$jspath?>common.js?<?=VERHASH?>" type="text/javascript"></script>
<script src="<?=$jspath?>viewthread.js?<?=VERHASH?>" type="text/javascript"></script>
<script type="text/javascript">zoomstatus = 0;</script>
</head>

<body>
<img src="<?=BOARDIMG?>" alt="Board logo" border="0" /><br /><br />
<b>標題: </b><?=$thread['subject']?> <b><a href="###" onclick="this.style.visibility='hidden';window.print();this.style.visibility='visible'">[打印本頁]</a></b></span><br /><? if(is_array($postlist)) { foreach($postlist as $post) { $needhiddenreply = ($hiddenreplies && $discuz_uid != $post['authorid'] && $discuz_uid != $thread['authorid'] && !$post['first'] && !$forum['ismoderator']); ?><hr noshade size="2" width="100%" color="#808080">
<b>作者: </b><? if($post['author'] && !$post['anonymous']) { ?><?=$post['author']?><? } else { ?>匿名<? } ?>&nbsp; &nbsp; <b>時間: </b><?=$post['dateline']?>
<? if($post['subject']) { ?> &nbsp; &nbsp; <b>標題: </b><?=$post['subject']?><? } ?>
<br /><br />
<? if($adminid != 1 && $bannedmessages && (($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5))) { ?>
提示: <em>作者被禁止或刪除 內容自動屏蔽</em>
<? } elseif($adminid != 1 && $post['status'] & 1) { ?>
提示: <em>該帖被管理員或版主屏蔽</em>
<? } elseif($post['first'] && $threadpay) { ?>
本主題需向作者支付 <strong><?=$thread['price']?> <?=$extcredits[$creditstransextra['1']]['title']?> </strong> 才能瀏覽
<? } elseif($needhiddenreply) { ?>
此帖僅作者可見
<? } else { ?>
<?=$post['message']?><? if(is_array($post['attachments'])) { foreach($post['attachments'] as $attach) { ?><br /><br /><?=$attach['attachicon']?>
<? if(!$attach['attachimg'] || !$allowgetattach) { ?>
附件: <? if($attach['description']) { ?>[<?=$attach['description']?>]<? } ?> <b><?=$attach['filename']?></b> (<?=$attach['dateline']?>, <?=$attach['attachsize']?>) / 下載次數 <?=$attach['downloads']?><br /><?=$boardurl?>attachment.php?aid=<?=$attach['aid']?>&k=<? echo md5($attach['aid'].md5($authkey).$timestamp);; ?>&t=<?=$timestamp?>&sid=<?=$sid?>
<? } else { ?>
圖片附件: <? if($attach['description']) { ?>[<?=$attach['description']?>]<? } ?> <b><?=$attach['filename']?></b> (<?=$attach['dateline']?>, <?=$attach['attachsize']?>) / 下載次數 <?=$attach['downloads']?><br /><?=$boardurl?>attachment.php?aid=<?=$attach['aid']?>&k=<? echo md5($attach['aid'].md5($authkey).$timestamp);; ?>&t=<?=$timestamp?>&sid=<?=$sid?>
<? if(!$attach['price'] || $attach['payed']) { ?><br /><br /><img src="<?=$attach['url']?>/<?=$attach['attachment']?>" border="0" onload="if(this.width >screen.width*0.8) this.width=screen.width*0.8" alt="" /><? } } } } } } } ?><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>歡迎光臨 <?=$bbname?> (<?=$boardurl?>)</td>
<td align="right">
Powered by Discuz! <?=$version?></td></tr></table>

</body>
</html>