Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Holger Knublauch
2011-08-11 13:10:36 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52a2ac939df1719ddc44696c9c81a6016aa56b44
52a2ac93
1 parent
0ff4d891
DDR download page progress
Adjusted NPD namespace prefix in ISO file
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
www.reportinghub.no/download-ddr.swp
www.reportinghub.no/np/schema/NPD-to-15926.spin.ttl
www.reportinghub.no/download-ddr.swp
View file @
52a2ac9
...
...
@@ -63,11 +63,13 @@
</div><br
/>
<div>
<div
class=
"formHeader"
>
3. Select Date(s):
</div>
<input
type=
"text"
id=
"datepicker1"
name=
"timeFrom"
style=
"width: 90px"
/>
-
<input
type=
"text"
id=
"datepicker2"
name=
"timeTo"
style=
"width: 90px"
/>
<input
type=
"hidden"
name=
"timeFrom"
id=
"timeFrom"
/>
<input
type=
"hidden"
name=
"timeTo"
id=
"timeTo"
/>
<input
type=
"text"
id=
"datepicker1"
style=
"width: 90px"
/>
-
<input
type=
"text"
id=
"datepicker2"
style=
"width: 90px"
/>
<script>
$
(
function
()
{
$
(
"#datepicker1"
).
datepicker
();
$
(
"#datepicker2"
).
datepicker
();
$
(
"#datepicker1"
).
datepicker
(
{
altField
:
'#timeFrom'
,
altFormat
:
'yy-mm-dd'
}
);
$
(
"#datepicker2"
).
datepicker
(
{
altField
:
'#timeTo'
,
altFormat
:
'yy-mm-dd'
}
);
});
</script>
</div>
...
...
www.reportinghub.no/np/schema/NPD-to-15926.spin.ttl
View file @
52a2ac9
...
...
@@ -10,7 +10,7 @@
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
@prefix
dm:
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#>
.
@prefix
npd:
<http://www.reportinghub.no/schema/npd#>
.
@prefix
npd:
<http://www.reportinghub.no/
np/
schema/npd#>
.
@prefix
npdMap:
<http://www.reportinghub.no/1.1/schema/NPD-to-15926#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
...
...
Please
register
or
login
to post a comment