+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+
+ #card_container .time{
+ display: flex;
+ flex-direction: row;
+ height: 24px;
+ }
+
+ #card_container .from {
+ width: 50%;
+ font-size: 12px;
+ }
+
+ #card_container .to {
+ width: 50%;
+ font-size: 12px;
+ }
+
+ paper-fab.type {
+ bottom: -20px;
+ right: 12px;
+ cursor: auto;
+ }
+
+
+
+
-
-
{{owner}}
-
-
-
{{from}}
-
-
{{to}}
-
-
-
-
-
-
-
-
-
+
+
+
+
{{name}}
+
{{owner}}
+
+
+ {{from}}
+
+
+ {{to}}
+
+
+
+
+
+
+
-
Explore
-
-
-
- {{goal}}
-
-
+
+
+
+
+
+
+
+
+ {{goal}}
+
+
-
@@ -133,23 +209,23 @@
properties: {
name:{
type: String,
- value: "text"
+ value: ""
},
owner:{
type: String,
- value: "text"
+ value: ""
},
from:{
type: String,
- value: "text"
+ value: ""
},
to:{
type: String,
- value: "text"
+ value: ""
},
goal:{
type: String,
- value: "text"
+ value: ""
},
roomUrl: {
type: String,
@@ -170,13 +246,11 @@
},
attached: function(){
- },
+ cocreation_room_ln["ln"] = ODE.user_language;
- _toggle: function(){
- var moreInfo = this.$.more_info;
- var iconButton = Polymer.dom(event).localTarget;
- iconButton.icon = moreInfo.opened ? 'expand-less' : 'expand-more';
- moreInfo.toggle();
+ this.$.goal.innerHTML = cocreation_room_ln["goal_" + cocreation_room_ln["ln"]];
+ this.$.tooltip_goal.innerHTML = cocreation_room_ln["goal_" + cocreation_room_ln["ln"]];
+ this.$.explore.innerHTML = cocreation_room_ln["explore_" + cocreation_room_ln["ln"]];
},
_handleDeleteClick: function(e){
diff --git a/controllets/select-dataset-controllet/select-dataset-controllet.html b/controllets/select-dataset-controllet/select-dataset-controllet.html
index 6b172b0..f585940 100755
--- a/controllets/select-dataset-controllet/select-dataset-controllet.html
+++ b/controllets/select-dataset-controllet/select-dataset-controllet.html
@@ -358,6 +358,7 @@
this.$.providers_datasets.innerHTML = ln["providersDatasets_" + ln["localization"]];
this.$.spod_users_datasets.innerHTML = ln["spodUsersDatasets_" + ln["localization"]];
this.$.extended_datasets.innerHTML = ln["extendedDatasets_" + ln["localization"]];
+
this.$.options_header.innerHTML = ln["datasets_" + ln["localization"]];
this.$.all.innerHTML = ln["all_" + ln["localization"]];
@@ -441,7 +442,7 @@
this.$.version_option.style.display = "block";
}
else if(this.tabIndex == 2) {
- this.$.options_header.style.display = "none";
+ this.$.options_header.style.display = "block";
this.$.provider_option.style.display = "none";
// this.$.view_option.style.display = "none";
// this.$.search_option.style.display = "none";
diff --git a/locales/cocreation_paper_card_ln.js b/locales/cocreation_paper_card_ln.js
new file mode 100644
index 0000000..83bb3cb
--- /dev/null
+++ b/locales/cocreation_paper_card_ln.js
@@ -0,0 +1,17 @@
+cocreation_room_ln = [];
+
+/*EN*/
+cocreation_room_ln["explore_en"] = "EXPLORE";
+cocreation_room_ln["goal_en"] = "GOAL";
+
+/*IT*/
+cocreation_room_ln["explore_it"] = "ESPLORA";
+cocreation_room_ln["goal_it"] = "GOAL";
+
+/*FR*/
+cocreation_room_ln["explore_fr"] = "EXPLORE";
+cocreation_room_ln["goal_fr"] = "GOAL";
+
+/*NL*/
+cocreation_room_ln["explore_nl"] = "EXPLORE";
+cocreation_room_ln["goal_nl"] = "GOAL";
\ No newline at end of file
diff --git a/locales/controllet_ln.js b/locales/controllet_ln.js
index 1f3fda1..33c4691 100755
--- a/locales/controllet_ln.js
+++ b/locales/controllet_ln.js
@@ -252,8 +252,9 @@ ln["forward_it"] = "AVANTI";
ln["selectedUrl_it"] = "Url selezionato";
ln["wrongUrl_it"] = "Url non valido o provider dati non ancora supportato.";
-ln["providersDatasets_it"] = "DATASETS DEI PROVIDER";
+ln["providersDatasets_it"] = "DATASET DEI PROVIDER";
ln["spodUsersDatasets_it"] = "DATASET COCREATI";
+ln["extendedDatasets_it"] = "RICERCA ESTESA";
ln["datasets_it"] = "LISTA DEI DATASET";
ln["provider_it"] = "Provider";
@@ -477,7 +478,8 @@ ln["selectedUrl_fr"] = "API URL sélectionné";
ln["wrongUrl_fr"] = "URL invalide ou fournisseur de données pas encore supporté.";
ln["providersDatasets_fr"] = "DATASET DE PROVIDER";
-ln["spodUsersDatasets_fr"] = "DATASET COCRÉÉ";
+ln["spodUsersDatasets_fr"] = "DATASET COCRÉE";
+ln["extendedDatasets_fr"] = "RECHERCHE AVANCÉE";
ln["datasets_fr"] = "LISTE DE DATASET";
ln["provider_fr"] = "Provider";
@@ -702,6 +704,7 @@ ln["wrongUrl_nl"] = "Invalid url or data provider not supported yet.";
ln["providersDatasets_nl"] = "PROVIDERS DATASETS";
ln["spodUsersDatasets_nl"] = "COCREATED DATASETS";
+ln["extendedDatasets_nl"] = "FROM EXTENDED SEARCH";
ln["datasets_nl"] = "DATASETS LIST";
ln["provider_nl"] = "Provider";