diff options
author | Brett Porter <brett@apache.org> | 2006-09-08 14:33:45 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-09-08 14:33:45 +0000 |
commit | 44dce100876f756c26945ce0e5295af448785bd8 (patch) | |
tree | 54ed503c35907d39bcee4ced627eb68ccf67e1b5 /design | |
parent | 3e5e310c64046ee7ae3e02d392663a6ad2e2ca40 (diff) | |
download | archiva-44dce100876f756c26945ce0e5295af448785bd8.tar.gz archiva-44dce100876f756c26945ce0e5295af448785bd8.zip |
[MRM-77] preliminary reporting web interface
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441516 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'design')
-rw-r--r-- | design/white-site/src/site/xdoc/reports.xml | 130 |
1 files changed, 84 insertions, 46 deletions
diff --git a/design/white-site/src/site/xdoc/reports.xml b/design/white-site/src/site/xdoc/reports.xml index ab7b8738a..7de7c34d4 100644 --- a/design/white-site/src/site/xdoc/reports.xml +++ b/design/white-site/src/site/xdoc/reports.xml @@ -10,75 +10,113 @@ </div> <div id="contentArea"> - <h2>Status</h2> + <h2>Repository 1</h2> + + <p> + Status: + <img src="images/icon_error_sml.gif" width="15" height="15" alt=""/> + 2 + <img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/> + 0 + ( + <a href="#">Repair all</a> + ) + </p> + + <h3>Artifacts</h3> <table> <tr> - <th>Last run</th> - <td>1 February 13:01:04</td> - </tr> - <tr> - <th>Next run</th> - <td>1 February 17:00:00</td> + <td> + <img src="images/icon_error_sml.gif" width="15" height="15" alt=""/> + </td> + <td> + File is missing SHA1 checksum + <p> + <span style="font-size: x-small"> + <strong>Group ID:</strong> + <a href="browse2.html">org</a> + / + <a href="browse2.html">apache</a> + / + <a href="browse2.html">maven</a> + <strong>Artifact ID:</strong> + <a href="browse3.html">maven-artifact</a> + <strong>Version(s):</strong> + <a href="artifact.html">2.0</a> + </span> + </p> + </td> + <td> + <a href="#">Repair</a> + </td> </tr> <tr> - <th>Status</th> <td> - <span class="statusWarn">WARNING</span> - : some warnings were found. + <img src="images/icon_error_sml.gif" width="15" height="15" alt=""/> + </td> + <td>File is missing SHA1 checksum + <p> + <span style="font-size: x-small"> + <strong>Group ID:</strong> + <a href="browse2.html">org</a> + / + <a href="browse2.html">apache</a> + / + <a href="browse2.html">maven</a> + <strong>Artifact ID:</strong> + <a href="browse3.html">maven-artifact</a> + <strong>Version(s):</strong> + <a href="artifact.html">2.0.1</a> + </span> + </p> + </td> + <td> + <a href="#">Repair</a> </td> </tr> </table> - <h2>Errors</h2> - <p> - No errors found. - </p> - <h2>Warnings</h2> + + <h2>Repository 2</h2> + <p> - 3 warnings found. ( + Status: + <img src="images/icon_error_sml.gif" width="15" height="15" alt=""/> + 0 + <img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/> + 1 + ( <a href="#">Repair all</a> ) </p> + + <h3>Artifacts</h3> <table> <tr> - <th>Group ID</th> - <th>Artifact ID</th> - <th>Version</th> - <th>Message</th> - <th></th> - </tr> - <tr> - <td>org.apache.maven</td> - <td>maven-model</td> - <td>2.0.1</td> - <td>File is missing SHA1 checksum</td> <td> - <a href="#">Repair</a> + <img src="images/icon_warning_sml.gif" width="15" height="15" alt=""/> </td> - </tr> - <tr> - <td>org.apache.maven</td> - <td>maven-model</td> - <td>2.0.2</td> - <td>File is missing SHA1 checksum</td> <td> - <span - style="color: green; font-weight: bold">Fixed - </span> + File is missing a digital signature + <p> + <span style="font-size: x-small"> + <strong>Group ID:</strong> + <a href="browse2.html">org</a> + / + <a href="browse2.html">apache</a> + / + <a href="browse2.html">maven</a> + <strong>Artifact ID:</strong> + <a href="browse3.html">maven-artifact</a> + <strong>Version(s):</strong> + <a href="artifact.html">2.0.1</a> + </span> + </p> </td> - </tr> - <tr> - <td>org.apache.maven</td> - <td>maven-model</td> - <td>2.0.2</td> - <td>File is missing a digital signature</td> <td> <span style="color: gray">No fix available</span> </td> </tr> </table> - <table> - - </table> </div> </body> </document> |