代码拉取完成,页面将自动刷新
同步操作将从 tjustbteacherYJ/bbs 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<style type="text/css">
table td {
height: 30px;
font-size: 16px;
}
a:link,a:visited {
color: #525252;
text-decoration: none;
} /* 未被访问的链接 */ /*已被访问的链接 */
a:hover {
color: #525252;
text-decoration: underline;
} /* 鼠标指针移动到链接上 */
.topicTitle:link,.topicTitle:visited {
color: #525252;
text-decoration: none;
}
.topicTitle:hover {
color: #2C86E5;
text-decoration: underline;
}
</style>
<div style="font-family: 微软雅黑;">
<table>
<%
int i = 1;
%>
<s:iterator value="listTopic" id="topic">
<tr>
<td style="width: 35px;font-style: italic;" align="center"><%=i%></td>
<td><div style="width:600px;">
<div
style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width: 400px;float: left;">
<a
href="cate_goCate.action?category.id=<s:property value="#topic.topicsType.typesCategory.id" />"
target="_top" style="font-size: 14px;"><s:property
value="#topic.topicsType.typesCategory.name" /> </a>-<a
href="type_goType.action?type.id=<s:property
value="#topic.topicsType.id" />"
target="_top" style="font-size: 14px;"><s:property
value="#topic.topicsType.name" /> </a>|| <a
href="topic_goTopic.action?topic.id=<s:property
value="#topic.id" />"
target="_top" class="topicTitle"><s:property
value="#topic.title" /> </a>
</div>
<div style="float: left;font-size: 12px;color: #4C9ED9">
[
<s:property value="#topic.integral" />分
] [回复:
<s:property value="#topic.countComment" />
] [
<s:if test="#topic.status==0">未结帖</s:if>
<s:else>已结帖</s:else>
]<s:if
test="#topic.niceTopic==1">[<font color="red">精品</font>]</s:if> <s:else></s:else>
</div>
</div></td>
<td align="right" width="80px;"><div
style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width: 80px;">
<a class="topicTitle" href="user_GoUser.action?user.id=<s:property
value="#topic.topicsUser.id" />" target="_top"
style="font-size: 14px;"><s:property
value="#topic.topicsUser.nickname" />
</a>
</div></td>
</tr>
<%
i++;
%>
</s:iterator>
</table>
</div>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。