Removed report Kind was always Copex and improved report header with month and title.
Showing
2 changed files
with
3 additions
and
1 deletions
This diff could not be displayed because it is too large.
... | @@ -8,6 +8,7 @@ WHERE { | ... | @@ -8,6 +8,7 @@ WHERE { |
8 | ?field npd:name ?fieldName . | 8 | ?field npd:name ?fieldName . |
9 | } | 9 | } |
10 | }" | 10 | }" |
11 | + | ||
11 | > | 12 | > |
12 | 13 | ||
13 | <!-- | 14 | <!-- |
... | @@ -19,7 +20,8 @@ let:facilityName="{# SELECT DISTINCT | ... | @@ -19,7 +20,8 @@ let:facilityName="{# SELECT DISTINCT |
19 | 20 | ||
20 | 21 | ||
21 | 22 | ||
22 | -<h1>{= ?fieldName } Field</h1> | 23 | +<h1>Monthly Government Report : {= ?fieldName } Field</h1> |
24 | +<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> | ||
23 | 25 | ||
24 | <!-- <ui:forEach ui:resultSet="{# | 26 | <!-- <ui:forEach ui:resultSet="{# |
25 | SELECT | 27 | SELECT | ... | ... |
-
Please register or login to post a comment