From 475025f4cb65bba9b6ef2605a113021ceaf21205 Mon Sep 17 00:00:00 2001 From: "katerina.iatropoulou" Date: Mon, 20 Jun 2016 11:57:51 +0000 Subject: [PATCH] Tidy up pages git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@42961 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/claims/claims.component.html | 80 +++++++++++-------- src/app/home/home.component.html | 2 +- src/app/linking/linkingHome.component.ts | 4 +- .../linking/selected/selected.component.ts | 29 +++++-- 4 files changed, 74 insertions(+), 41 deletions(-) diff --git a/src/app/claims/claims.component.html b/src/app/claims/claims.component.html index 4b8aa7c1..19f9c6ac 100644 --- a/src/app/claims/claims.component.html +++ b/src/app/claims/claims.component.html @@ -1,5 +1,9 @@ +
+ -

Claims

+ + +
+
+
+ +
Claims related to
+ +
+

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+
-

No entries found.

-

Showing {{(size*page - size +1)}} to {{(size*page>resultsNum)?resultsNum:(size*page)}} of {{resultsNum}} entries

-

Show +

+ + diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index cbae1045..6ae03c49 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,6 +1,6 @@
-
+
diff --git a/src/app/linking/linkingHome.component.ts b/src/app/linking/linkingHome.component.ts index ca8aad4a..6ffd41d7 100644 --- a/src/app/linking/linkingHome.component.ts +++ b/src/app/linking/linkingHome.component.ts @@ -17,7 +17,7 @@ import {Observable} from 'rxjs/Observable';
-
+

Link with Community

Link your research result with research communities.

@@ -25,7 +25,7 @@ import {Observable} from 'rxjs/Observable';
-
+

Link with Software

....

diff --git a/src/app/linking/selected/selected.component.ts b/src/app/linking/selected/selected.component.ts index 88220607..c6c8935b 100644 --- a/src/app/linking/selected/selected.component.ts +++ b/src/app/linking/selected/selected.component.ts @@ -23,18 +23,37 @@ import {Component, Input,Output} from '@angular/core';
-
Selected Concepts:
- Community: {{context.community}} - Category: {{context.category}} +
    +
  • Selected Concepts:
  • +
  • {{context.community}} - Category: {{context.category}}
  • +
-
Selected projects:
- {{project.projectAcronym}} - {{project.projectName}} +
    +
  • Selected Projects
  • +
  • + + {{project.projectAcronym}} - {{project.projectName}} +
  • +
Selected datasets:
Datasets: Source: {{dataset.source}} - Title:
- TODO: add more types +
+
    +
  • Selected Projects:
  • +
  • Please use the form on the left to select a project
  • +
+
+
+
    +
  • Selected Concepts:
  • +
  • Please use the form on the left to select a concept
  • +
+
+ `, directives: [ PublicationTitleFormatter]