From af3005c863a65957d6695ccc8a8eb126adedc86d Mon Sep 17 00:00:00 2001 From: "L. Henze" Date: Tue, 17 Sep 2019 17:19:34 -0400 Subject: [PATCH] wip --- resources/i18n/en.json5 | 4 ++ .../browse-by-metadata-page.component.html | 22 +++++++ .../collection-page.component.html | 60 ++++++++++++------- .../community-page.component.html | 8 +++ .../comcol-page-browse-by.component.html | 14 +++-- 5 files changed, 79 insertions(+), 29 deletions(-) diff --git a/resources/i18n/en.json5 b/resources/i18n/en.json5 index 6570d5bf3a..72dee36c23 100644 --- a/resources/i18n/en.json5 +++ b/resources/i18n/en.json5 @@ -140,8 +140,10 @@ "collection.form.title": "Name", "collection.page.browse.recent.head": "Recent Submissions", "collection.page.browse.recent.empty": "No items to show", + "collection.page.handle": "Collection Handle", "collection.page.license": "License", "collection.page.news": "News", + "collection.landing.head": "Submission date", "community.create.head": "Create a Community", "community.create.sub-head": "Create a Sub-Community for Community {{ parent }}", @@ -159,8 +161,10 @@ "community.form.rights": "Copyright text (HTML)", "community.form.tableofcontents": "News (HTML)", "community.form.title": "Name", + "community.page.handle": "Community Handle", "community.page.license": "License", "community.page.news": "News", + "community.landing.head": "Subcommunities and Collections", "community.sub-collection-list.head": "Collections of this Community", "community.sub-community-list.head": "Communities of this Community", diff --git a/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html b/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html index c589c543d4..60e8446200 100644 --- a/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html +++ b/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html @@ -1,4 +1,26 @@
+
+
+
+ + + + + + + + + + + + + + +
+
+
+ + + diff --git a/src/app/+community-page/community-page.component.html b/src/app/+community-page/community-page.component.html index e429d224f2..3518c06017 100644 --- a/src/app/+community-page/community-page.component.html +++ b/src/app/+community-page/community-page.component.html @@ -26,6 +26,14 @@ [content]="communityPayload.copyrightText" [hasInnerHtml]="true"> + + + + + + diff --git a/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html b/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html index 1c73fbb3df..7f29ab58c7 100644 --- a/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html +++ b/src/app/shared/comcol-page-browse-by/comcol-page-browse-by.component.html @@ -1,6 +1,8 @@ -

{{'browse.comcol.head' | translate}}

- +

{{'browse.comcol.head' | translate}}

+