基于JSP的网上留言系统的设计与实现 第7页

基于JSP的网上留言系统的设计与实现 第7页
            </tr>
                        </table>
                      </fieldset></td>
                    </tr>
                  </table>
                    <div align="right">发表时间: <%=mydate%> &nbsp; </div></td>
              </tr>
          </table></td>
      </tr>
      <%
if(recontent!=null)
{
//站长回复
%>
      <tr>
        <td height="30" align="center" bgcolor="#cccccc" ><font color=red>站长回复:</font></td>
        <td bgcolor="f5f5f5"><table width="100%" border="0" cellpadding="0" cellspacing="4" bgcolor="#cccccc">
            <tr>
              <td bgcolor="#CCCCCC"><font color=red><%=recontent%></font></td>
            </tr>
        </table></td>
      </tr>
      <%
 }
   if(a==null||a.booleanValue()==false)
   {}else{
%>
      <tr bgcolor="#cccccc">
        <td colspan="2"><div align="right"><a href="javascript:go('del.jsp?id=<%=id%>','您确定要删除?')">删除</a> <a href="JavaScript:openwin('Reply.jsp?id=<%=id%>',600,500)">回复/编辑回复</a> <a href="JavaScript:openwin('Edit.jsp?id=<%=id%>',600,500)">编辑</a> </div></td>
      </tr>
      <%
 }
%>
    </table>
  </div>
  </DIV>
</DIV>
<%
  Rs.next();
   i++;
//读流言信息结束
  }
%>
<DIV class=pageContent>
<DIV class=page style="FLOAT: right">
<UL>
  <LI class=pageNumber><STRONG>
  第<%=intPage%>页 共<%=intRowCount%>条记录/共<%=intPageCount%>页
 <%
 if(intPage<2){
 out.print("首页 | 上一页");
 }else{%>
              <a href="index.jsp?page=1">首页 </a> | <a href="index.jsp?page=<%=intPage-1%>">上一页</a>
<%}%>|
<%
 if((intPageCount-intPage)<1)
{
  out.print("下一页 | 尾页");
 }else{%>
<a href="index.jsp?page=<%=intPage+1%>">下一页</a> | <a href="index.jsp?page=<%=intPageCount%>">尾页</a>
<%}
}
else{
}
 if(conn!=null)
 {
  conn.close();
 }
 if(stmt!=null)
 {
  stmt.close();
 }


%>
  </STRONG></LI></UL></DIV></DIV></DIV>
<DIV id=mainContent-bottomimg></DIV></DIV></DIV>
<%@ include file="sidebar.jsp" %>
<DIV style="CLEAR: both; DISPLAY: block; FONT: 0px/0px sans-serif"></DIV><!--底部-->
<DIV id=foot>
<P>&nbsp;</P>
<P style="FONT-SIZE: 15px"><BR>
</P>
</DIV></DIV>
</BODY></HTML>

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 下一页

Copyright © 2007-2012 www.chuibin.com 六维论文网 版权所有