From 9ed40c36d1dca9a3b2665259d95cc7907337f7ff Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 20 Dec 2017 14:26:30 +0000 Subject: [PATCH] manage communities page added | pages separated by type (added new options in menu on the left) | each page has a link to edit its page contents git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@50183 d315682c-612b-4755-9ff5-7f18f6832af3 --- app/app.component.html | 51 ++++- app/app.module.ts | 8 +- app/app.routing.ts | 11 +- app/dashboard.component.html | 4 +- app/domain/community.ts | 13 +- app/domain/page.ts | 3 +- .../community/communities.component.html | 93 +++++++++ app/pages/community/communities.component.ts | 160 ++++++++++++++++ .../community/community-form.component.html | 7 + .../community/community-form.component.ts | 41 ++++ .../edit-page-help-content.component.ts | 12 +- app/pages/helpcontent/entities.component.html | 112 +++++++++++ app/pages/helpcontent/entities.component.ts | 180 ++++++++++++++++++ .../new-page-help-content.component.ts | 11 +- .../helpcontent/page-form.component.html | 10 +- app/pages/helpcontent/page-form.component.ts | 8 +- .../page-help-contents.component.html | 8 +- .../page-help-contents.component.ts | 52 ++++- app/pages/helpcontent/pages.component.html | 20 +- app/pages/helpcontent/pages.component.ts | 50 +++-- app/pages/modal-form.component.ts | 13 ++ app/services/help-content.service.ts | 54 ++++++ index.html | 3 +- styles.css | 20 +- 24 files changed, 882 insertions(+), 62 deletions(-) create mode 100644 app/pages/community/communities.component.html create mode 100644 app/pages/community/communities.component.ts create mode 100644 app/pages/community/community-form.component.html create mode 100644 app/pages/community/community-form.component.ts create mode 100644 app/pages/helpcontent/entities.component.html create mode 100644 app/pages/helpcontent/entities.component.ts diff --git a/app/app.component.html b/app/app.component.html index 846f041..9907982 100644 --- a/app/app.component.html +++ b/app/app.component.html @@ -35,13 +35,53 @@ --> + +