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

📄 conferencebyidresult.jsp

📁 该源码包括了基于J2EE的数据持久层设计,设计中使用了DAO,Service,等模式,并在Struts下进行了测试.
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Conferendence Information</title>
<style type="text/css">
<!--
.style1 {	font-size: 18;
	color: #FFFFFF;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {color: #FFFFFF}
.style4 {	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.style6 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
</style>
</head>

<body>
<p><span class="style4">Your Location:<a href="<%=request.getContextPath()%>/pages/mainmenu.jsp"> Systemmenu</a>&gt;&gt;<a href="<%=request.getContextPath()%>/conferenceNews.do">Conference Query</a>&gt;&gt;Query Result</span></p>
<p align="center" class="style6">Conference Information </p>
<table width="780" border="1" align="center" cellspacing="0">
<logic:present name="conferenceList">
  <tr bgcolor="#61B2DF">
    <td width="375" height="30" valign="middle" bgcolor="#61B2DF"><div align="center"><span class="style3">&nbsp;
        </span>
        <span class="style3">Title </span> </div>      <div align="center"></div></td>
    <td width="201"><div align="center"><span class="style3">Date</span></div></td>
    <td width="190"><div align="center"><span class="style3">Address</span></div></td>
  </tr>
  <tr>
    <td height="30">&nbsp;<bean:write name="conferenceList" property="title"/></td>
    <td>&nbsp;<bean:write name="conferenceList" property="sdateforconference"/></td>
    <td>&nbsp;<bean:write name="conferenceList" property="address"/></td>
  </tr>
  <tr bgcolor="#61B2DF">
   <td height="30"><div align="center"><span class="style3">Url</span></div></td>
    <td><div align="center"><span class="style3">Organizer</span></div></td>
    <td><div align="center"><span class="style3">Interests</span></div></td>
  </tr>
  <tr>
    <td height="30">&nbsp;<bean:write name="conferenceList" property="url"/></td>
    <td>&nbsp;<bean:write name="conferenceList" property="organizer"/></td>
    <td>&nbsp;<bean:write name="conferenceList" property="interests"/></td>
  </tr>
  <tr  bgcolor="#61B2DF">
    <td height="30" colspan="3"><div align="center"><span class="style3">Comments</span></div></td>
  </tr>
  <tr>
    <td height="30" colspan="3">&nbsp;<bean:write name="conferenceList" property="comments"/></td>
  </tr>
  </logic:present>
</table>
</body>
</html>

⌨️ 快捷键说明

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