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

📄 viewthread_printable.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<%@ taglib uri="/WEB-INF/jrun-tag.tld" prefix="jrun"%>
<jrun:include value="/forumdata/cache/style_${styleid}.jsp" defvalue="/forumdata/cache/style_${settings.styleid}.jsp"/>
<html>
<head>
<title>${settings.bbname} - Powered by JspRun!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="SHORTCUT ICON" href="favicon.ico" />
<style type="text/css">
body 	   {margin: 10px 80px;}
body,table {font-size: ${styles.FONTSIZE}; font-family: ${styles.FONT};}
</style>
<script type="text/javascript" src="include/javascript/common.js"></script>
<script type="text/javascript" src="include/javascript/menu.js"></script>
</head>
<body>
<img src="${styles.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 />
<c:forEach items="${postlist}" var="posts">
	<c:forEach items="${posts}" var="post">
		<hr noshade size="2" width="100%" color="#808080">
		<b>作者: </b>${post.key.author}&nbsp; &nbsp; <b>时间: </b><jrun:showTime timeInt="${post.key.dateline}" type="${dateformat} ${timeformat}" timeoffset="${timeoffset}"/>
		&nbsp; &nbsp; <b>标题: </b>${post.key.subject}
		<br /><br />
		${post.key.message}
		<c:if test="${post.value!=null}">
			<c:forEach items="${post.value}" var="atta">
				<br /><br /><img src="images/attachicons/image.gif" border="0" class="absmiddle" alt="" />	图片附件:  <b>${atta.filename}</b> (<jrun:showTime timeInt="${atta.dateline}" type="${dateformat} ${timeformat}" timeoffset="${timeoffset}"/>,<jrun:showFileSize size="${atta.filesize}"/>) / 该附件被下载次数 ${atta.downloads}<br />${boardurl}attachment.jsp?aid=${atta.aid}<br /><br /><c:if test="${settings.attachimgpost>0&&atta.attachment!=null}"><img src="attachments/${atta.attachment}" border="0" onload="if(this.width >screen.width*0.8) this.width=screen.width*0.8" alt="" /><br /><br /><br /></c:if><br>
			</c:forEach>
		</c:if>
	</c:forEach>
</c:forEach>
<br /><br /><br /><br /><hr noshade size="2" width="100%" color="${styles.BORDERCOLOR}">
<table cellspacing="0" cellpadding="0" border="0" width="95%" align="center" style="font-size: ${styles.SMFONTSIZE}; font-family: ${styles.SMFONT}">
<tr><td>欢迎光临 ${settings.bbname} (${boardurl})</td>
<td align="right">
Powered by JspRun! ${settings.version}</td></tr></table>
</body>
</html>

⌨️ 快捷键说明

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