Advertisement
Guest User

Untitled

a guest
May 19th, 2010
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.32 KB | None | 0 0
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.     <title>Squid User's Access Report</title>
  6.     <style type="text/css">
  7.         #content         { width:20em; margin-left:auto; margin-right:auto; }
  8.         h1               { color:green; font-size:1.2em; text-align:center; }
  9.         table#reports    { border-collapse:collapse; width:20em; margin-left:auto; margin-right:auto; font-size:0.8em; }
  10.         table#reports td { padding:2px; background-color:#f5f5dc; border:solid white 1px; }
  11.         table#reports th { background-color:#feebcd; border:solid white 1px; color:#00008b; }
  12.     </style>
  13. </head>
  14. <body>
  15.  
  16. <div id="content">
  17.     <h1>Squid User's Access Report</h1>
  18.  
  19.     <table summary="" id="reports">
  20.     <tbody>
  21.     <tr>
  22.         <th>DIRECTORY</th>
  23.         <th>DESCRIPTION</th>
  24.     </tr>
  25.     <tr>
  26.         <td><a href="ONE-SHOT/index.html">ONE-SHOT</a></td>
  27.         <td>One shot reports</td>
  28.     </tr>
  29.     <tr>
  30.         <td><a href="daily/index.html">daily</a></td>
  31.         <td>Daily reports</td>
  32.     </tr>
  33.     <tr>
  34.         <td><a href="weekly/index.html">weekly</a></td>
  35.         <td>Weekly reports</td>
  36.     </tr>
  37.     <tr>
  38.         <td><a href="monthly/index.html">monthly</a></td>
  39.         <td>Monthly reports</td>
  40.     </tr>
  41.     </tbody>
  42.     </table>
  43. </div>
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement