Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
Konstantina Galouni | d65478b01c | |
argirok | 1dfd8872e4 | |
argirok | 300c223b11 | |
argirok | 096ab34613 | |
Alex Martzios | 03cbc12f8f | |
Konstantina Galouni | 448c50b430 |
|
@ -75,7 +75,7 @@ function buildCss(portal: string, suffix = null, variables: {} = null, customCss
|
|||
}
|
||||
|
||||
function buildAll(res: Response = null) {
|
||||
let layoutsURL = properties.adminToolsAPIURL + '/community/layouts';
|
||||
let layoutsURL = properties.adminToolsAPIURL + 'community/layouts';
|
||||
axios.get(layoutsURL).then(response => {
|
||||
if (response.data && Array.isArray(response.data) && response.data.length > 0) {
|
||||
response.data.forEach((layout: Layout) => {
|
||||
|
|
|
@ -356,8 +356,7 @@
|
|||
<div class="target uk-text-center">
|
||||
<h5 class=" uk-card-title uk-margin-small-bottom uk-text-uppercase uk-text-primary">CONNECT +<br>MONITOR BUNDLE</h5>
|
||||
<div>
|
||||
Bundle CONNECT and MONITOR plans at a special price.
|
||||
|
||||
Bundle CONNECT and MONITOR plans at a special subscription fee.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -88,11 +88,11 @@ export class CommunityComponent {
|
|||
|
||||
getPagePlugins() {
|
||||
this.showLoading = true;
|
||||
this.subscriptions.push(this._pluginsService.getPluginTemplatesByPageRoute(this.properties.adminToolsAPIURL, this.community.communityId, this._router.url.split('?')[0] ).subscribe(
|
||||
this.subscriptions.push(this._pluginsService.getPluginTemplatesByPageRoute(this.community.communityId, this._router.url.split('?')[0] ).subscribe(
|
||||
templates => {
|
||||
this.pluginTemplates = templates;
|
||||
|
||||
this.subscriptions.push(this._pluginsService.getPluginsByPageRoute(this.properties.adminToolsAPIURL, this.community.communityId, this._router.url.split('?')[0]).subscribe(
|
||||
this.subscriptions.push(this._pluginsService.getPluginsByPageRoute(this.community.communityId, this._router.url.split('?')[0]).subscribe(
|
||||
plugins => {
|
||||
this.plugins = plugins;
|
||||
this.pluginsByPlacement = new Map();
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ad17ffaf9510b1252964834aa2f5c2c695201009
|
||||
Subproject commit 503ab40616c53a071cd74fb2802cd3de130923f6
|
|
@ -476,11 +476,7 @@ import {Breadcrumb} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.compo
|
|||
</table>
|
||||
<div>
|
||||
<ul>
|
||||
<!--<li><b> CONNECT+MONITOR BUNDLE</b>: It’s possible to combine OpenAIRE CONNECT Advanced and OpenAIRE
|
||||
Monitor
|
||||
premium at the Special Price of 10 000€
|
||||
</li>-->
|
||||
<!-- <li> OpenAIRE members get a 30% discount</li>-->
|
||||
|
||||
<li>0% VAT (24% VAT applies only for Greek TAX ID number holders)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -502,14 +498,12 @@ import {Breadcrumb} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.compo
|
|||
</div>-->
|
||||
<div class="uk-card-body ">
|
||||
<div class="target uk-text-center">
|
||||
<h5 class=" uk-card-title uk-margin-medium-bottom">OpenAIRE CONNECT and MONITOR <br>at the special price
|
||||
of 10 000€</h5>
|
||||
<!--<div>
|
||||
It’s possible to combine OpenAIRE CONNECT Advanced and OpenAIRE
|
||||
MONITOR
|
||||
Premium at the special price of 10 000€
|
||||
<h5 class=" uk-card-title uk-margin-medium-bottom">
|
||||
|
||||
We offer special bundle packages of CONNECT+MONITOR. <br>Contact us for a consultation.
|
||||
|
||||
</div>-->
|
||||
</h5>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -519,19 +513,10 @@ import {Breadcrumb} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.compo
|
|||
|
||||
<div class="uk-first-column">
|
||||
<div class="uk-card uk-card-default uk-padding">
|
||||
<!--<div class="uk-card-media-top uk-flex uk-flex-middle uk-flex-center
|
||||
\t\t\t\t\t\t\t\tuk-padding-small uk-padding-remove-vertical uk-margin-top uk-margin-bottom">
|
||||
<div>
|
||||
<img src="assets/connect-assets/home/virtual.svg"
|
||||
alt="A Virtual Research Environment" style="height:60px; width:67px"/>
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="uk-card-body ">
|
||||
<div class="target uk-text-center">
|
||||
<h5 class=" uk-card-title uk-margin-medium-bottom">OpenAIRE members <br>get a 30% discount</h5>
|
||||
<!--<div>
|
||||
OpenAIRE members get a 30% discount
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6bc02125166daa907d39ff523cd635088bdb63c2
|
||||
Subproject commit 038684a0dca02700164e467abd390bbd865df3d9
|
|
@ -1 +1 @@
|
|||
Subproject commit b4d09b7cd942893c238d4152eeac1bbc822a0b13
|
||||
Subproject commit c6d21a6c027df56ae3bbf5c489b2ee9893924aef
|
|
@ -19,8 +19,6 @@ let props: EnvProperties = {
|
|||
domain: 'https://beta.connect.openaire.eu',
|
||||
baseLink : "",
|
||||
|
||||
adminToolsAPIURL: 'http://scoobydoo.di.uoa.gr:8880/uoa-admin-tools/',
|
||||
utilsService:"http://scoobydoo.di.uoa.gr:8000",
|
||||
monitorStatsFrameUrl:"https://stats.madgik.di.uoa.gr/stats-api/",
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue