-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from rightsstatements/develop
Launch release
- Loading branch information
Showing
13 changed files
with
124 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "test/resources/data-model"] | ||
path = test/resources/data-model | ||
url = https://github.com/rightsstatements/data-model.git | ||
[submodule "public/rightsstatements.github.io"] | ||
path = public/rightsstatements.github.io | ||
url = https://github.com/rightsstatements/rightsstatements.github.io.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,69 @@ | ||
<script type="application/ld+json"> | ||
{{json data}} | ||
</script> | ||
<!doctype html> | ||
|
||
{{> table.hbs data}} | ||
<html class="no-js" lang="{{ language }}"> | ||
|
||
{{#parameters.date}} | ||
<p>{{i18n data.identifier . locale=language}}</p> | ||
{{/parameters.date}} | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Rights Statements</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.2.0/foundation.min.css" /> | ||
<link rel="stylesheet" href="/css/stmt.css" /> | ||
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7018914/6677352/css/fonts.css" /> | ||
</head> | ||
|
||
{{#parameters.relatedURL}} | ||
<p>{{{i18n data.identifier . locale=language}}}</p> | ||
{{/parameters.relatedURL}} | ||
<body> | ||
|
||
<p>{{{i18n "Disclaimer" locale=language}}}</p> | ||
<script type="application/ld+json"> | ||
{{json data}} | ||
</script> | ||
|
||
<div class="row columns statement-container"> | ||
<div class="row statement-main"> | ||
<div class="large-4 columns"> | ||
<div class="statement-iconcolumn"> | ||
<img src="/files/icons/{{ data.identifier }}.white.svg" title="{{ data.prefLabel.[@value] }}" /> | ||
</div> | ||
</div> | ||
<div class="large-8 columns"> | ||
<div class="statement-textcolumn"> | ||
<h1>{{ data.prefLabel.[@value] }}</h1> | ||
<p>{{ data.definition.[@value] }}</p> | ||
<h2>{{i18n "notices" locale=language}}</h2> | ||
<ul> | ||
{{#data.note}} | ||
<li><span>{{ [@value] }}</span></li> | ||
{{/data.note}} | ||
</ul> | ||
<p class="disclaimer">{{{i18n "Disclaimer" locale=language}}}</p> | ||
{{#parameters.date}} | ||
<p>{{i18n data.identifier . locale=language}}</p> | ||
{{/parameters.date}} | ||
|
||
{{#parameters.relatedURL}} | ||
<p>{{{i18n data.identifier . locale=language}}}</p> | ||
{{/parameters.relatedURL}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="row footer"> | ||
<div class="large-9 columns"> | ||
{{{ i18n "provider" locale=language }}} | ||
</div> | ||
<div class="large-3 columns"> | ||
<img src="/files/images/logo.svg" /> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script> | ||
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/what-input/2.0.1/what-input.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/foundation/6.2.0/foundation.min.js"></script> | ||
<script> | ||
$(document).foundation(); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rightsstatements.github.io
added at
23dd95
Oops, something went wrong.