|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:cpd="https://systemsdk.github.io/phpcpd/schema" exclude-result-prefixes="cpd"> |
| 2 | +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:cpd="https://systemsdk.github.io/phpcpd/report" exclude-result-prefixes="cpd"> |
3 | 3 | <xsl:output method="html" doctype-system="about:legacy-compat"/> |
4 | 4 | <xsl:template match="/"> |
5 | 5 | <html> |
|
18 | 18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js"/> |
19 | 19 | <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.js"/> |
20 | 20 | <script src="https://cdn.datatables.net/v/bs5/jszip-2.5.0/dt-1.13.4/b-2.3.6/b-html5-2.3.6/b-print-2.3.6/datatables.min.js"/> |
| 21 | + <title>PHPCPD Report</title> |
| 22 | + <link rel="icon" href="https://systemsdk.github.io/images/favicon.ico" sizes="32x32" /> |
21 | 23 |
|
22 | 24 | </head> |
23 | 25 | <body style="padding-top: 3.5rem;"> |
24 | 26 | <nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark"> |
25 | | - <a class="navbar-brand" href="#">PHP Copy/Paste Detector</a> |
| 27 | + <a class="navbar-brand" href="#"></a> |
26 | 28 | <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" |
27 | 29 | aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> |
28 | 30 | <span class="navbar-toggler-icon"></span> |
|
43 | 45 | </li> |
44 | 46 | </ul> |
45 | 47 | </div> |
| 48 | + <img alt="Logo" src="https://systemsdk.github.io/images/logo-white-small.png" style="border-right: 20px solid;"/> |
46 | 49 | </nav> |
47 | 50 |
|
48 | 51 | <div class="container"> |
49 | 52 | <div class="row"> |
50 | 53 | <div class="col"> |
51 | | - <h4>Summary of duplicated code</h4> |
52 | | - <p>This page summarizes the code fragments that have been found to be replicated in the code.</p> |
| 54 | + <h4>PHPCPD <font color="#0000FF"><xsl:value-of select="cpd:pmd-cpd/attribute::phpcpdVersion"/></font> - Summary of duplicated code</h4> |
| 55 | + <p>This page summarizes the code fragments that have been found at <font color="#0000FF"><xsl:value-of select="cpd:pmd-cpd/attribute::timestamp"/></font> to be replicated in the code.</p> |
53 | 56 |
|
54 | 57 | <table class="table table-light table-bordered table-striped table-hover"> |
55 | 58 | <tr> |
|
0 commit comments