files.shtml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. %!: /header.html
  2. <h1>File statistics</h1>
  3. <center>
  4. <table width="300">
  5. <tr><td><a href="/index.html">/index.html</a></td>
  6. <td>%! file-stats /index.html
  7. </td><td><img src="/fade.png" height=10 width=%! file-stats /index.html
  8. > </td></tr>
  9. <tr><td><a href="/files.shtml">/files.shtml</a></td>
  10. <td>%! file-stats /files.shtml
  11. </td><td><img src="/fade.png" height=10 width=%! file-stats /files.shtml
  12. > </td></tr>
  13. <tr><td><a href="/tcp.shtml">/tcp.shtml</a></td>
  14. <td>%! file-stats /tcp.shtml
  15. </td><td><img src="/fade.png" height=10 width=%! file-stats /tcp.shtml
  16. > </td></tr>
  17. <tr><td><a href="/stats.shtml">/stats.shtml</a></td>
  18. <td>%! file-stats /stats.shtml
  19. </td><td><img src="/fade.png" height=10 width=%! file-stats /stats.shtml
  20. > </td></tr>
  21. <tr><td><a href="/style.css">/style.css</a></td>
  22. <td>%! file-stats /style.css
  23. </td><td><img src="/fade.png" height=10 width=%! file-stats /style.css
  24. > </td></tr>
  25. <tr><td><a href="/404.html">/404.html</a></td>
  26. <td>%! file-stats /404.html
  27. </td><td><img src="/fade.png" height=10 width=%! file-stats /404.html
  28. > </td></tr>
  29. <tr><td><a href="/fade.png">/fade.png</a></td>
  30. <td>%! file-stats /fade.png
  31. </td><td><img src="/fade.png" height=10 width=%! file-stats /fade.png
  32. > </td></tr>
  33. </table>
  34. </center>
  35. %!: /footer.html