📄 index_jsp.java
字号:
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" <td width=\"218\" valign=\"top\" > <marquee behavior=\"scroll\" align=\"middle\" direction=up width=200 height=\"70\" scrollamount=\"1\" scrolldelay=\"100\" onmouseover=this.stop() onmouseout=this.start() border=\"0\" >\r\n");
out.write(" <span class=\"1\"> 您希望汉语史研究中心网站做出哪些改进?请提出您的宝贵意见。<br>\r\n");
out.write(" ----谢谢。</span> </marquee> </td>\r\n");
out.write(" <td width=\"26\" > </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" <td > </td>\r\n");
out.write(" <td > </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"17\" ></td>\r\n");
out.write(" <td valign=\"top\" ><img src=\"images/web_09.jpg\" width=\"511\" height=\"17\"></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"9\" ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"28\" ></td>\r\n");
out.write(" <td valign=\"top\" ><img src=\"images/web_11.jpg\" width=\"511\" height=\"28\"></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"519\" ></td>\r\n");
out.write(" <td valign=\"top\" ><table background=\"images/web_12.jpg\"width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"27\" height=\"18\"></td>\r\n");
out.write(" <td width=\"16\"></td>\r\n");
out.write(" <td width=\"164\"></td>\r\n");
out.write(" <td width=\"24\"></td>\r\n");
out.write(" <td colspan=\"2\" rowspan=\"3\" valign=\"top\" ><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" >\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"263\" height=\"12\" ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"105\" valign=\"top\" ><strong><font color=\"#a55741\" size=\"2\">最新新闻<br>\r\n");
out.write(" </font></strong><img src=\"images/spacer.gif\" width=\"25\" height=\"15\"><a href=\"");
if(m.containsKey("nid"))
out.print("newscontent.jsp?nid=" + m.get("nid"));
else
out.print("#");
out.write("\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t");
if(m.containsKey("brief"))
out.print(m.get("brief"));
else
out.print("10月2日―9日,我中心教授颜洽茂博士跟随以张浚生书记为首的浙江大学代表团,访问了日本静冈大学(Shizuoka " +
"University)、京都大学(Kyoto University) 、大阪大学(Osak.....");
out.write("</a><br> \r\n");
out.write(" <br> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" <td width=\"19\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"89\"></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td valign=\"top\">\r\n");
out.write("\t\t\t\t <a href=\"");
if(m.containsKey("nid"))
out.print("newscontent.jsp?nid=" + m.get("nid"));
else
out.print("#");
out.write("\">\r\n");
out.write("\t\t\t\t <img border=\"0\" src=\"");
if(m.containsKey("path"))
out.print(m.get("path"));
else
out.print("images/xm.jpg");
out.write("\" width=\"164\" height=\"87\"></a></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"10\"></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"402\"> </td>\r\n");
out.write(" <td colspan=\"4\" valign=\"top\" >\r\n");
out.write("\t\t\t\t ");
ResultSet titleNewsSet = myNewsManager.getTitleNews();
for(int i = 0; titleNewsSet != null && titleNewsSet.next() && i < 15; i++) {
int nid = titleNewsSet.getInt("nid");
out.write("\r\n");
out.write("\t\t\t\t <a href=\"newscontent.jsp?nid=");
out.print(nid);
out.write('"');
out.write('>');
out.write('◎');
out.print(myNewsManager.getTitle(nid));
out.write("</a>\r\n");
out.write("\t\t\t\t <span class=\"data\">\r\n");
out.write("\t\t\t\t ");
if(myNewsPicManager.isNewsHavePic(nid))
out.print("<font color=\"#FF0000\">[图]</font>");
out.print(myNewsManager.getPostDate(nid));
out.write("\r\n");
out.write("\t\t\t\t </span><br>\r\n");
out.write("\t\t\t\t ");
}
titleNewsSet.close();
out.write("\r\n");
out.write("\t\t\t\t <img src=\"images/spacer.gif\" width=\"333\" height=\"19\"><img src=\"images/into.gif\" width=\"20\" height=\"16\"> \r\n");
out.write(" <a href=\"news.jsp\">更多新闻......</a><br> </td>\r\n");
out.write(" <td width=\"1\" > </td>\r\n");
out.write(" <td></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"1\"></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td width=\"261\"></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" </table></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"20\" ></td>\r\n");
out.write(" <td colspan=\"2\" valign=\"top\" ><img src=\"images/web_15.jpg\" width=\"511\" height=\"20\"></td>\r\n");
out.write(" <td > </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"508\" height=\"2\" ></td>\r\n");
out.write(" <td width=\"29\" ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"55\" colspan=\"2\" valign=\"top\" ><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"bgcolor=\"#b39d8d\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"154\" height=\"9\" ></td>\r\n");
out.write(" <td width=\"358\" ></td>\r\n");
out.write(" <td width=\"85\" rowspan=\"3\" valign=\"top\" ><img src=\"images/base_logo.jpg\" width=\"85\" height=\"55\"></td>\r\n");
out.write(" <td width=\"146\" ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"38\" ></td>\r\n");
out.write(" <td valign=\"top\" ><div align=\"center\"><span class=\"3\"><img src=\"images/spacer.gif\" width=\"1\" height=\"20\">版权所有(C) \r\n");
out.write(" 汉语史研究中心<br>\r\n");
out.write(" 地址:教学楼五楼、六楼 </span><br>\r\n");
out.write(" </div></td>\r\n");
out.write(" <td > </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"8\" ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" <td ></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" <td > </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write("</div>\r\n");
out.write("<map name=\"Map\">\r\n");
out.write(" <area shape=\"rect\" coords=\"205,23,248,39\" href=\"\">\r\n");
out.write(" <area shape=\"rect\" coords=\"253,22,322,40\" href=\"jianjie0.htm\">\r\n");
out.write(" <area shape=\"rect\" coords=\"325,21,396,40\" href=\"#\">\r\n");
out.write(" <area shape=\"rect\" coords=\"400,22,469,41\" href=\"#\">\r\n");
out.write(" <area shape=\"rect\" coords=\"474,21,542,38\" href=\"chengguo.htm\">\r\n");
out.write(" <area shape=\"rect\" coords=\"546,22,615,40\" href=\"researcher_2.htm\">\r\n");
out.write(" <area shape=\"rect\" coords=\"619,21,689,40\" href=\"#\">\r\n");
out.write(" <area shape=\"rect\" coords=\"695,21,761,40\" href=\"#\">\r\n");
out.write("</map>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -