Guest User

Untitled

a guest
Nov 26th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  3. <head>
  4.     <title>NEWS</title>
  5.     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  6.         <style type="text/css">
  7.         th{
  8.             background-color: #0066FF;
  9.             color: #FFFF99;
  10.         }
  11.     </style>
  12. </head>
  13. <body>
  14. <table width="100%">
  15.     <tr>
  16.         <th >{L_TOPICS}</th>
  17.         <th>{L_REPLIES}</th>
  18.         <th>{L_VIEWS}</th>
  19.         <th>{L_LAST_POST}</th>
  20.     </tr>
  21.     <!-- BEGIN topicrow -->
  22.     <tr bgcolor="<!-- IF topicrow.S_ROW_COUNT is even -->#FFFFCC<!-- ELSE -->#99FFFF<!-- ENDIF -->">
  23.         <td>
  24.             <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br />
  25.             {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}
  26.         </td>
  27.         <td>{topicrow.REPLIES}</td>
  28.         <td>{topicrow.VIEWS}</td>
  29.         <td>
  30.             {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR}
  31.             <a href="{topicrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{L_POSTED_ON_DATE} {topicrow.LAST_POST_TIME}
  32.         </td>
  33.     </tr>
  34.     <!-- END topicrow -->
  35. </table>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment