You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>DMDirc</title>
  5. <link rel="stylesheet" type="text/css" href="/res/style.css">
  6. </head>
  7. <body>
  8. <div id="container">
  9. <img id="logo" src="/res/logo.png" alt="DMDirc logo">
  10. <h1>DMDirc</h1>
  11. <ul id="menu">
  12. <li><a href="/">Main Site</a></li>
  13. </ul>
  14. <div id="content">
  15. <h1>DMDirc reports</h1>
  16. <h2>Findbugs report</h2>
  17. <ul>
  18. <li><a href="report-fb.html" title="Findbugs report">Findbugs Report</a></li>
  19. </ul>
  20. <h2>Copy and paste detection report</h2>
  21. <ul>
  22. <li><a href="report-cpd.html" title="CPD Report">CPD Report</a></li>
  23. </ul>
  24. <h2>PMD Report</h2>
  25. <ul>
  26. <li><a href="report-pmd.html" title="PMD Report">PMD Report</a></li>
  27. </ul>
  28. <h2>Checkstyle reports</h2>
  29. <ul>
  30. <li><a href="report-all.html" title="Whole project">Whole project</a></li>
  31. <li><a href="report-actions.html" title="Actions">Actions</a></li>
  32. <li><a href="report-commandparser.html" title="Command Parser">Command Parser</a></li>
  33. <li><a href="report-core.html" title="Core">Core</a></li>
  34. <li><a href="report-config.html" title="Config">Config</a></li>
  35. <li><a href="report-logger.html" title="Logger">Logger</a></li>
  36. <li><a href="report-parser.html" title="Parser">Parser</a></li>
  37. <li><a href="report-plugins.html" title="Plugins">Plugins</a></li>
  38. <li><a href="report-ui.html" title="UI">UI</a></li>
  39. </ul>
  40. </div>
  41. <div id="footer">
  42. </div>
  43. </div>
  44. </body>
  45. </html>