?? searchstep2.jsp
字號(hào):
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="common/include/taglibs.jsp" %>
<html:html>
<head>
<title><lybbs:web key="forumName"/></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<%@ include file="common/include/header.jsp" %>
</head>
<body topmargin=0 leftmargin=0>
<TABLE class=tableCommonStyle cellSpacing=1 cellPadding=3 border=0 align=center>
<TR>
<TD height=4 class=bgStyle></TD>
</TR>
<TR>
<TD class=noBgStyle>
<lybbs:typeAdTag/>
</TD>
</TR>
<TR>
<TD height=4 class=bgStyle></TD>
</TR>
<tr>
<td class=menuStyle height=22>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr>
<td align=left>
<lybbs:typeUserHeaderTag forumID="0"/>
</td>
<td align=right>
<lybbs:web key="returnHomeLink"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
<tr>
<td class=navStyle vAlign=center height=25>
<img src="lybbs/images/forum_nav.gif" width="9" height="9" align="absMiddle"> <a href="bbs_index.do"><lybbs:web key="forumName"/></a> <bean:message key="common.lybbs.arrow"/> <bean:message key="jsp.search.list"/>
</td>
</tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
<tr>
<td class=catStyle valign=middle colspan=5 align=center>
<bean:write name="title" filter="false"/>
</td>
</tr>
<tr>
<td class=forumColorOne valign=middle align=center><b><bean:message key="common.lybbs.title"/></b></td>
<td class=forumColorOne valign=middle align=center width=15%><b><bean:message key="jsp.search.result.forumname"/></b></td>
<td class=forumColorOne valign=middle align=center width=13%><b><bean:message key="common.lybbs.author"/></b></td>
<td class=forumColorOne valign=middle align=center width=13%><b><bean:message key="tag.typetopiclisttag.post.postat"/></b></td>
<td class=forumColorOne valign=middle align=center width=15%><b><bean:message key="jsp.search.keyword"/></b></td>
</tr>
<nested:iterate id="element" name="searchListBean">
<tr>
<td class=forumColorTwo valign=middle>
<nested:equal name="element" property="parentID" value="0">
<B><a href=bbs_topic.do?forumID=<nested:write name="element" property="forumID"/>&postID=<nested:write name="element" property="postID"/>&highlight=<bean:write name="oldSearchString"/>><nested:write name="element" property="title"/></a></B>
</nested:equal>
<nested:notEqual name="element" property="parentID" value="0">
<B><a href=bbs_topic.do?forumID=<nested:write name="element" property="forumID"/>&postID=<nested:write name="element" property="parentID"/>&replyID=<nested:write name="element" property="postID"/>&skin=1&highlight=<bean:write name="oldSearchString"/>><nested:write name="element" property="title"/></a></B>
</nested:notEqual>
</td>
<td class=forumColorTwo valign=middle>
<nested:present name="element" property="forum">
<a href=bbs_forum.do?forumID=<nested:write name="element" property="forum.forumID"/>><nested:write name="element" property="forum.forumName"/></a>
</nested:present>
</td>
<td class=forumColorTwo valign=middle align=center>
<nested:write name="element" property="author"/>
</td>
<td class=forumColorTwo valign=middle align=center>
<nested:write name="element" property="postAt"/>
</td>
<td class=forumColorTwo valign=middle align=center>
<b>
<bean:write name="newSearchString"/>
</b>
</td>
</tr>
</nested:iterate>
<tr>
<td class=forumColorOne colspan=4>
<bean:write name="pageUtils" property="pageInfo" filter="false"/>
</td>
<td class=forumColorOne align=center>
<a href=bbs_search.do><b>>> <bean:message key="jsp.search.again"/><<</b></a>
</td>
</tr>
</table>
<br>
<lybbs:web key="foot"/>
</body>
</html:html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -