DDR download page progress
Adjusted NPD namespace prefix in ISO file
Showing
2 changed files
with
6 additions
and
4 deletions
... | @@ -63,11 +63,13 @@ | ... | @@ -63,11 +63,13 @@ |
63 | </div><br /> | 63 | </div><br /> |
64 | <div> | 64 | <div> |
65 | <div class="formHeader">3. Select Date(s):</div> | 65 | <div class="formHeader">3. Select Date(s):</div> |
66 | - <input type="text" id="datepicker1" name="timeFrom" style="width: 90px" /> - <input type="text" id="datepicker2" name="timeTo" style="width: 90px" /> | 66 | + <input type="hidden" name="timeFrom" id="timeFrom" /> |
67 | + <input type="hidden" name="timeTo" id="timeTo" /> | ||
68 | + <input type="text" id="datepicker1" style="width: 90px" /> - <input type="text" id="datepicker2" style="width: 90px" /> | ||
67 | <script> | 69 | <script> |
68 | $(function() { | 70 | $(function() { |
69 | - $("#datepicker1").datepicker(); | 71 | + $("#datepicker1").datepicker({ altField: '#timeFrom' , altFormat: 'yy-mm-dd' }); |
70 | - $("#datepicker2").datepicker(); | 72 | + $("#datepicker2").datepicker({ altField: '#timeTo' , altFormat: 'yy-mm-dd' }); |
71 | }); | 73 | }); |
72 | </script> | 74 | </script> |
73 | </div> | 75 | </div> | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | 10 | ||
11 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 11 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
12 | @prefix dm: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | 12 | @prefix dm: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . |
13 | -@prefix npd: <http://www.reportinghub.no/schema/npd#> . | 13 | +@prefix npd: <http://www.reportinghub.no/np/schema/npd#> . |
14 | @prefix npdMap: <http://www.reportinghub.no/1.1/schema/NPD-to-15926#> . | 14 | @prefix npdMap: <http://www.reportinghub.no/1.1/schema/NPD-to-15926#> . |
15 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 15 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
16 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 16 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ... | ... |
-
Please register or login to post a comment