这是上一节建站教程的附录源码:
列表页面模板代码
01.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
02.<html>
03.<head>
04.<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
05.<title>[!--pagetitle--]</title>
06.<style>
07.td {font-size: 10pt;}
08..line{line-height: 14pt;font-size: 10pt;}
09.A:link {text-decoration: none; color:#000000}
10.A:visited {text-decoration: none; color: #000000}
11.A:active {text-decoration: underline; color: #000000 }
12.A:hover {text-decoration: underline; color: #FF0000;}
13.</style>
14.</head>
15.
16.<body topmargin="0">
17.<table width="700" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CEEEFB">
18. <tr>
19. <td height="60">
20. <div align="center"><font size="6">我的个人技术站点</font></div></td>
21. </tr>
22. <tr>
23. <td height="25" bgcolor="#FFFFFF">
24. <div align="center"><a href="/">网站首页</a> | <a href="/php">PHP技术</a> | <a href="/asp">ASP技术</a>
25. | <a href="/jsp">JSP技术</a> | <a href="/net">.NET技术</a></div></td>
26. </tr>
27.</table>
28.<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
29. <tr>
30. <td width="50%" height="25">当前位置:[!--newsnav--]</td>
31. </tr>
32.</table>
33.<table width="700" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CEEEFB">
34. <tr>
35. <td height="23"><a href="/php"><strong>[!--pagetitle--]</strong></a></td>
36. </tr>
37. <tr>
38. <td bgcolor="#FFFFFF"><br>
39.<table width="100%" border="0" cellspacing="0" cellpadding="0">
40. [!--empirenews.listtemp--]
41. <tr>
42. <td height="23">
43. <!--list.var1-->
44. </td>
45. </tr>
46. [!--empirenews.listtemp--]
47.</table>
48. </td>
49. </tr>
50. <tr>
51. <td height="23" bgcolor="#FFFFFF">[!--show.page--]</td>
52. </tr>
53.</table>
54.<br>
55.<table width="700" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CEEEFB">
56. <tr>
57. <td height="23">
58.<div align="center">Powered by <a href="http://www.phome.net">EmpireCMS</a> ©
59. 2008-09 Phome.net Corporation<br>
60. </div></td>
61. </tr>
62.</table>
63.</body>
64.</html>
列表内容模板(list.var)
·<a href="[!--titleurl--]" target="_blank">[!--title--]</a> (<font color="#666666">[!--newstime--]</font>)