forked from uncch-rdmc/dataverse-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
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 IQSS#260 from IQSS/feature/249-boilerplate-file-page
249 - File Page boilerplate
- Loading branch information
Showing
167 changed files
with
1,999 additions
and
1,597 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"tabs": { | ||
"metadata": "Metadata" | ||
}, | ||
"subtext": "This file is part of \"{{datasetTitle}}\".", | ||
"fileAccess": { | ||
"title": "File Access", | ||
"restricted": { | ||
"name": "Restricted", | ||
"icon": "Restricted File Icon" | ||
}, | ||
"restrictedWithAccess": { | ||
"name": "Restricted with Access Granted", | ||
"icon": "Restricted with access Icon" | ||
}, | ||
"embargoed": { | ||
"name": "Embargoed" | ||
}, | ||
"public": { | ||
"name": "Public", | ||
"icon": "Public File Icon" | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"heading": "Page Not Found", | ||
"message": "The page you are looking for was not found. If you believe this is an error, please contact Demo Dataverse Support for assistance." | ||
"message": "The page you are looking for was not found." | ||
} |
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
Oops, something went wrong.