Skip to content

Commit cbaf5f8

Browse files
author
DKravtsov
committed
Added phpcpd report schema v1.0.0.
1 parent 6aa844f commit cbaf5f8

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

images/favicon.ico

318 Bytes
Binary file not shown.

images/logo-black-big.png

7.82 KB
Loading

images/logo-black-small.png

2.68 KB
Loading

images/logo-white-big.png

8.27 KB
Loading

images/logo-white-small.png

2.83 KB
Loading

phpcpd/schema/cpdhtml-v1.xslt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js"/>
1919
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.js"/>
2020
<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" />
2123

2224
</head>
2325
<body style="padding-top: 3.5rem;">
2426
<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>
2628
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
2729
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
2830
<span class="navbar-toggler-icon"></span>
@@ -48,8 +50,8 @@
4850
<div class="container">
4951
<div class="row">
5052
<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>
53+
<h4>PHPCPD <xsl:value-of select="cpd:pmd-cpd/attribute::phpcpdVersion"/> - Summary of duplicated code</h4>
54+
<p>This page summarizes the code fragments that have been found at <xsl:value-of select="cpd:pmd-cpd/attribute::timestamp"/> to be replicated in the code.</p>
5355

5456
<table class="table table-light table-bordered table-striped table-hover">
5557
<tr>

phpcpd/schema/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>PHP Copy/Paste Detector</title>
5+
</head>
6+
<body>
7+
<div style="text-align: center;"><a href="https://www.systemsdk.com" target="_self"><img src="../../images/logo-black-big.png" alt="Visit web-site"></a></div>
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)