diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index 156dd1ee4..087ca0edf 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -166,7 +166,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. } .modal-button { padding:1px; - float:right; + float:left; background-color: #eeeeee; border: 1px solid #555555; color:#555555; @@ -178,6 +178,32 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. border-radius: 3px; } .modal-button:hover { + padding:1px; + float:left; + background-color: #dddddd; + border: 1px solid #333333; + color:#333333; + text-decoration:none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + } + .modal-button-right { + padding:1px; + float:right; + background-color: #eeeeee; + border: 1px solid #555555; + color:#555555; + text-decoration:none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + -khtml-border-radius: 3px; + -o-border-radius: 3px; + border-radius: 3px; + } + .modal-button-right:hover { padding:1px; float:right; background-color: #dddddd; @@ -429,28 +455,30 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. .nothidden { display:block; } + .infolink { + text-decoration:none; + color: blue; + float:right; + } + .infolink:hover { + text-decoration:none; + color: blue; + float:right; + }

Dependency Report

]]#

Project: $esc.html($applicationName)

-
Report Generated On: $date

- Scan Information (more):
-
+
#set($depCount=$dependencies.size()) #set($vulnCount=0) @@ -460,8 +488,18 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. #set($vulnCount=$vulnCount+1) #end #end - Dependencies Scanned: $depCount (show all)
- Vulnerable Dependencies: $vulnCount

+ Scan Information (more):
+
    +
  • dependency-check version: $version
  • +
  • Report Generated On: $date
  • +
  • Dependencies Scanned: $depCount
  • +
  • Vulnerable Dependencies: $vulnCount
  • +
  • ...
  • + #foreach($prop in $properties.getMetaData().entrySet()) +
  • $esc.html($prop.key): $esc.html($prop.value)
  • + #end +

+ Dependency Display: show all

    #set($lnkcnt=0) #foreach($dependency in $dependencies)