首页 > 代码库 > 留言列表模板HTML代码

留言列表模板HTML代码

 

<!DOCTYPE html>  <html xmlns="http://www.w3.org/1999/xhtml">  <head>  <title>留言列表 -- HoverTree</title>  <style>  .keleyitable {  width: 800px;  }    .keleyitable table, td, th {  border: 1px solid green;margin-top:10px;  }  .klytd {width:100px;text-align:right  }  .hvttd {  width:500px}  </style>    </head>  <body>  <div style="margin:0px auto;" class="keleyitable"><h2>留言列表</h2>      <table>  <tr><td class="klytd">留言时间:</td><td class="hvttd">2014-12-20</td></tr>  <tr><td class="klytd">留言人:</td><td class ="hvttd">柯乐义</td></tr>   <tr><td class="klytd">标题:</td><td class ="hvttd">HoverTree 项目将要使用什么语言编写呢?</td></tr>  <tr><td class="klytd">内容:</td><td class ="hvttd">是VB.NET还是C#,还是其他呢?</td></tr>  <tr><td class="klytd">回复:</td><td class="hvttd">你好,HoverTree项目将使用C#作为编程语言。使用SQL Server数据库。.net版本是4.0。开发工具使用<a href="http://keleyi.com/a/bjad/nvy3vslt.htm">Visual Studio 2013社区版。</a></td></tr>  </table>    <table>  <tr><td class="klytd">留言时间:</td><td class="hvttd">2014-12-21</td></tr>  <tr><td class="klytd">留言人:</td><td class="hvttd">Tom</td></tr>  <tr><td class="klytd">标题:</td><td class="hvttd">Is HoverTree a jQuery plugin?</td></tr>  <tr><td class="klytd">内容:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">回复:</td><td class="hvttd">Yes,please go to <a href="http://keleyi.com/jq/hovertree/">http://keleyi.com/jq/hovertree/</a> .And it‘s a asp.net open source project too.</td></tr>  </table>    <table>  <tr><td class="klytd">留言时间:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">留言人:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">标题:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">内容:</td><td class="hvttd"></td></tr>  <tr><td class="klytd">回复:</td><td class="hvttd"></td></tr>  </table>    </div>    <div style="width:800px;margin:10px auto;font-family:Arial, Helvetica, sans-serif;text-align:center;">HoverTree &copy; 2014 keleyi.com </div>  <!--最近打算开发一个留言板,asp.net的开源项目,http://hovertree.codeplex.com -->  </body>  </html>  

http://keleyi.com/a/bjad/aqqsi7eb.htm

web前端汇总:http://www.cnblogs.com/jihua/p/webfront.html

留言列表模板HTML代码