Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/main.css ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/main.css (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/main.css Wed Nov 26 13:28:09 2014 @@ -0,0 +1,131 @@ +@import url("help.css"); +@import url("source-viewer.css"); +@import url("tooltip.css"); + +.hidden { + display: none; +} + +a.dfn { + border-bottom: 1px dotted #00aa00; + cursor: help; +} + +a.dfn:active, a.dfn:link, a.dfn:visited { + color: #000000; + text-decoration: none; +} + +a.dfn:hover { + color: #0000ff; + text-decoration: none; +} + +body { + font-family: verdana, arial, helvetica; +} + +h1, h2, h3, h4, h5, h6 { + margin-bottom: 0.5em; +} + +h5 { + margin-top: 0.5em; +} + +div.footer { + font-size: 68%; + margin-top: 1.5em; +} + +div.percentgraph +{ + background-color: #f02020; + border: #808080 1px solid; + height: 1.3em; + margin: 0px; + padding: 0px; + width: 100px; +} + +div.percentgraph div.greenbar +{ + background-color: #00f000; + height: 1.3em; + margin: 0px; + padding: 0px; +} + +div.percentgraph div.na +{ + background-color: #eaeaea; + height: 1.3em; + margin: 0px; + padding: 0px; +} + +div.percentgraph span.text +{ + display: block; + position: absolute; + text-align: center; + width: 100px; +} + +div.separator { + height: 10px; +} + +table tr td, table tr th { + font-size: 68%; +} + +td.value table tr td { + font-size: 11px; +} + +table.percentgraph { + border: 0px; + font-size: 130%; + margin: 0px; + margin-left: auto; + margin-right: 0px; + padding: 0px; +} + +table.percentgraph tr.percentgraph { + border: 0px; + margin: 0px; + padding: 0px; +} + +table.percentgraph td.percentgraph { + border: 0px; + margin: 0px; + padding: 0px; + padding-left: 4px; +} + +table.report { + border-collapse: collapse; + width: 100%; +} + +table.report td { + border: #d0d0d0 1px solid; +} + +table.report td.heading { + background: #dcecff; + font-weight: bold; + text-align: center; +} + +table.report td.heading:hover { + background: #c0ffc0; + cursor: pointer; +} + +table.report td.value { + text-align: right; +}
Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/main.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/main.css ------------------------------------------------------------------------------ svn:keywords = Id Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/sortabletable.css ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/sortabletable.css (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/sortabletable.css Wed Nov 26 13:28:09 2014 @@ -0,0 +1,50 @@ +.sort-table { + font: Icon; + border: 1px Solid ThreeDShadow; + background: Window; + color: WindowText; +} + +.sort-table thead { + background: ButtonFace; +} + +.sort-table td { + padding: 2px 5px; +} + +.sort-table thead td { + border: 1px solid; + border-color: ButtonHighlight ButtonShadow + ButtonShadow ButtonHighlight; + cursor: default; +} + +.sort-table thead td:active { + border-color: ButtonShadow ButtonHighlight + ButtonHighlight ButtonShadow; + padding: 3px 4px 1px 6px; +} + +.sort-table thead td[_sortType=None]:active { + border-color: ButtonHighlight ButtonShadow + ButtonShadow ButtonHighlight; + padding: 2px 5px; +} + +.sort-arrow { + width: 11px; + height: 11px; + background-position: center center; + background-repeat: no-repeat; + margin: 0 2px; +} + +.sort-arrow.descending { + background-image: url("../images/downsimple.png"); + +} + +.sort-arrow.ascending { + background-image: url("../images/upsimple.png"); +} \ No newline at end of file Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/sortabletable.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/sortabletable.css ------------------------------------------------------------------------------ svn:keywords = Id Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/source-viewer.css ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/source-viewer.css (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/source-viewer.css Wed Nov 26 13:28:09 2014 @@ -0,0 +1,73 @@ +pre.src { + background: #ffffff; + margin-top: 0px; + margin-bottom: 0px; +} + +table.src { + border: #dcdcdc 1px solid; + font-size: 16px; +} + +td.numLine { + background: #f0f0f0; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.numLineCover { + background: #80ff80; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.nbHits { + background: #f0f0f0; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.nbHitsCovered { + background: #80ff80; + border-right: #dcdcdc 1px solid; + padding-right: 3px; + text-align: right; +} + +td.nbHitsUncovered { + background: #ff9090; + border-right: #dcdcdc 1px solid; + font-weight: bold; + padding-right: 3px; + text-align: right; +} + +td.src { + width: 100%; +} + +span.comment { + color: #b22222; + font-style: italic; +} + +span.keyword { + color: #2020bf; + font-weight: bold; +} + +span.srcUncovered { + background: #ff9090; +} + +span.string { + color: #2a00ff; +} + +span.text_italic { + font-size: 12px; + font-style: italic; +} Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/source-viewer.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/source-viewer.css ------------------------------------------------------------------------------ svn:keywords = Id Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/tooltip.css ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/tooltip.css (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/tooltip.css Wed Nov 26 13:28:09 2014 @@ -0,0 +1,49 @@ +a.hastooltip { + border-bottom: 1px dotted #00aa00; + color: #000000; + cursor: help; + font-style: normal; + position: relative; /* This is the key */ + text-decoration: none; + z-index: 24; /* What does this do? */ +} + +a.hastooltip:active { + color: #000000; + text-decoration: none; +} + +a.hastooltip:link { + color: #000000; + text-decoration: none; +} + +a.hastooltip:hover { + background-color: #a0b8ff; + color: #000000; + text-decoration: none; + z-index: 25; +} + +a.hastooltip:visited { + color: #000000; + text-decoration: none; +} + +a.hastooltip span { + display: none; +} + +a.hastooltip:hover span { + background-color: #eeeeee; + border: 1px solid #000000; + color: #000000; + display: block; + padding: 5px; + left: -15.2em; + position: absolute; + text-align: center; + text-decoration: none; + top: 2em; + width: 20em; +} Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/tooltip.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/css/tooltip.css ------------------------------------------------------------------------------ svn:keywords = Id Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-packages.html ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-packages.html (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-packages.html Wed Nov 26 13:28:09 2014 @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>Coverage Report</title> +<link title="Style" type="text/css" rel="stylesheet" href="css/main.css" /> +</head> +<body> +<h5>Packages</h5> +<table width="100%"> +<tr> +<td nowrap="nowrap"><a href="frame-summary.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles.html"' target="summary">All</a></td> +</tr> +<tr> +<td nowrap="nowrap"><a href="frame-summary-org.apache.commons.csv.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.commons.csv.html"' target="summary">org.apache.commons.csv</a></td> +</tr> +</table> +</body> +</html> Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-packages.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-packages.html ------------------------------------------------------------------------------ svn:keywords = Id Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles-org.apache.commons.csv.html ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles-org.apache.commons.csv.html (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles-org.apache.commons.csv.html Wed Nov 26 13:28:09 2014 @@ -0,0 +1,50 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<title>Coverage Report Classes</title> +<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/> +</head> +<body> +<h5> +org.apache.commons.csv +</h5> +<div class="separator"> </div> +<h5>Classes</h5> +<table width="100%"> +<tbody> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Assertions.html">Assertions</a> <i>(60%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVFormat.html">CSVFormat</a> <i>(90%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVParser.html">CSVParser</a> <i>(96%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVPrinter.html">CSVPrinter</a> <i>(96%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVRecord.html">CSVRecord</a> <i>(95%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Constants.html">Constants</a> <i>(50%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.ExtendedBufferedReader.html">ExtendedBufferedReader</a> <i>(100%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Lexer.html">Lexer</a> <i>(93%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.QuoteMode.html">QuoteMode</a> <i>(100%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Token.html">Token</a> <i>(92%)</i></td> +</tr> +</tbody> +</table> +</body> +</html> Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles-org.apache.commons.csv.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles-org.apache.commons.csv.html ------------------------------------------------------------------------------ svn:keywords = Id Added: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles.html ============================================================================== --- websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles.html (added) +++ websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles.html Wed Nov 26 13:28:09 2014 @@ -0,0 +1,50 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +<title>Coverage Report Classes</title> +<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/> +</head> +<body> +<h5> +All Packages +</h5> +<div class="separator"> </div> +<h5>Classes</h5> +<table width="100%"> +<tbody> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Assertions.html">Assertions</a> <i>(60%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVFormat.html">CSVFormat</a> <i>(90%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVParser.html">CSVParser</a> <i>(96%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVPrinter.html">CSVPrinter</a> <i>(96%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.CSVRecord.html">CSVRecord</a> <i>(95%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Constants.html">Constants</a> <i>(50%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.ExtendedBufferedReader.html">ExtendedBufferedReader</a> <i>(100%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Lexer.html">Lexer</a> <i>(93%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.QuoteMode.html">QuoteMode</a> <i>(100%)</i></td> +</tr> +<tr> +<td nowrap="nowrap"><a target="summary" href="org.apache.commons.csv.Token.html">Token</a> <i>(92%)</i></td> +</tr> +</tbody> +</table> +</body> +</html> Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-csv/archives/1.1/cobertura/frame-sourcefiles.html ------------------------------------------------------------------------------ svn:keywords = Id