pnews.template模板

类别:Java 点击:0 评论:0 推荐:


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">&nbsp;&nbsp;发布时间:<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">&nbsp;</td>
  </tr>
  <str_Temp>
</table>
</body>
</html>

本文地址:http://com.8s8s.com/it/it13445.htm