David Price

Removed report Kind was always Copex and improved report header with month and title.

......@@ -8,6 +8,7 @@ WHERE {
?field npd:name ?fieldName .
}
}"
>
<!--
......@@ -19,7 +20,8 @@ let:facilityName="{# SELECT DISTINCT
<h1>{= ?fieldName } Field</h1>
<h1>Monthly Government Report : {= ?fieldName } Field</h1>
<h2>{# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } } {# SELECT ?month WHERE { ?report a ep-report:ProductionReport . ?report ep-report:issuedAt ?month . } }</h2>
<!-- <ui:forEach ui:resultSet="{#
SELECT
......