From ec3a51b5b403582a9dba4b1f339ff2066343bf7c Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Mon, 23 Jan 2017 12:16:38 +0000 Subject: [PATCH] remove scooby references from index.html | in org tabs add a check if it is defined | stats tab fix bad-closed html comment git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@45534 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../dataProvider/organizationsTab.component.ts | 4 ++-- .../src/app/landingPages/dataProvider/tabs.component.ts | 4 ++-- portal-2/src/index.html | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/portal-2/src/app/landingPages/dataProvider/organizationsTab.component.ts b/portal-2/src/app/landingPages/dataProvider/organizationsTab.component.ts index ba6d605e..48378b5c 100644 --- a/portal-2/src/app/landingPages/dataProvider/organizationsTab.component.ts +++ b/portal-2/src/app/landingPages/dataProvider/organizationsTab.component.ts @@ -3,11 +3,11 @@ import {Component, Input} from '@angular/core'; @Component({ selector: 'organizationsTab', template: ` -
+
There are no organizations
-
+

The results below are discovered through our pilot algorithms. Let us know how we are doing! diff --git a/portal-2/src/app/landingPages/dataProvider/tabs.component.ts b/portal-2/src/app/landingPages/dataProvider/tabs.component.ts index 5255ed33..e4467376 100644 --- a/portal-2/src/app/landingPages/dataProvider/tabs.component.ts +++ b/portal-2/src/app/landingPages/dataProvider/tabs.component.ts @@ -78,7 +78,7 @@ import {OpenaireProperties} from '../../utils/properties/openaireProperties';

There are no statistics @@ -120,7 +120,7 @@ import {OpenaireProperties} from '../../utils/properties/openaireProperties'; [paramsForSearchLink]="paramsForSearchLink" [searchDataprovidersComponent]="searchDataprovidersComponent"> - + [organizations]="organizations" - + @@ -49,7 +49,7 @@ "@context" : "http://schema.org", "@type" : "WebSite", "name" : "OpenAIRE", - "url" : "http://scoobydoo.di.uoa.gr:3000" + "url" : "http://demo.openaire.eu" } @@ -58,10 +58,10 @@ { "@context": "http://schema.org", "@type": "WebSite", - "url" : "http://scoobydoo.di.uoa.gr:3000", + "url" : "http://demo.openaire.eu", "potentialAction": { "@type": "SearchAction", - "target": "http://scoobydoo.di.uoa.gr:3000/search/find/?keyword={search_term_string}", + "target": "http://demo.openaire.eu/search/find/?keyword={search_term_string}", "query-input": "required name=search_term_string" } }