pnews.template模板
<html>
<head>
<title><temp_title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
td {
font-size:12px
}
A:link {
COLOR: 990000; TEXT-DECORATION: none
}
A:visited {
COLOR: #666666; TEXT-DECORATION: none
}
A:hover {
COLOR: #fd6827; TEXT-DECORATION: none
}
-->
</style>
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<th align="center"><temp_title></th>
</tr>
<tr>
<td align="center"> 发布时间:<font color=#ff0000><temp_date></font></td>
</tr>
<tr>
<td valign="top"><img src="../../../images/<temp_picture>" width="292" height="300">
<pre><div align="top"><temp_content></div>
</pre> </td>
</tr>
<tr>
<td height="20"> </td>
</tr>
<str_Temp>
</table>
</body>
</html>
相关文档
struts_hibernate_spring实例 - Oct 27, 2006
JSP数据库(MYSQL)操作 - Oct 26, 2006
使用struts+spring+hibernate 组装web应用 - Jul 16, 2006
下一代的WEB开发框架 - Jul 09, 2006
详细介绍在tomcat中配置数据源以及数据源的原理 - May 01, 2006
Eclipse开发struts完全指南 - Feb 25, 2006
WebLogic JDBC & Transaction版精华帖整理 - Feb 23, 2006
Web Tier to Go With Java EE 5: Summary of New Features in JSP 2.1 Technology - Feb 20, 2006
JSP数据库(MYSQL)操作 - Oct 26, 2006
使用struts+spring+hibernate 组装web应用 - Jul 16, 2006
下一代的WEB开发框架 - Jul 09, 2006
详细介绍在tomcat中配置数据源以及数据源的原理 - May 01, 2006
Eclipse开发struts完全指南 - Feb 25, 2006
WebLogic JDBC & Transaction版精华帖整理 - Feb 23, 2006
Web Tier to Go With Java EE 5: Summary of New Features in JSP 2.1 Technology - Feb 20, 2006
文章评论(0)