diff --git a/src/main/resources/org/gcube/portlets/user/td/openwidget/TDOpen.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/openwidget/TDOpen.gwt.xml new file mode 100644 index 0000000..c876a53 --- /dev/null +++ b/src/main/resources/org/gcube/portlets/user/td/openwidget/TDOpen.gwt.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/org/gcube/portlets/user/td/openwidget/client/Messages.properties b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/Messages.properties new file mode 100644 index 0000000..c222555 --- /dev/null +++ b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/Messages.properties @@ -0,0 +1,2 @@ +sendButton = Send +nameField = Enter your name \ No newline at end of file diff --git a/src/main/resources/org/gcube/portlets/user/td/openwidget/client/Messages_fr.properties b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/Messages_fr.properties new file mode 100644 index 0000000..b4a7627 --- /dev/null +++ b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/Messages_fr.properties @@ -0,0 +1,2 @@ +sendButton = Envoyer +nameField = Entrez votre nom \ No newline at end of file diff --git a/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/TDOpen.css b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/TDOpen.css new file mode 100644 index 0000000..21e8e84 --- /dev/null +++ b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/TDOpen.css @@ -0,0 +1,53 @@ +@CHARSET "UTF-8"; + + +.wizard-title { + padding: 5px; + font-weight: bold; + font-size: small; + background-color: #C3D9FF; +} + +.wizard-footer { + padding: 5px; + font-weight: bold; + font-size: small; + text-align: right; + background-color: #CDEB8B +} + +.source-selection-hover:hover { + cursor: pointer; +} + + + +/*.column-excluded { + background-color: #e6e0da !important; + color: #bfa698; +}*/ + +.importSelection-sources { + padding: 30px; + display: block; + +} + +.importSelection-source { + padding-bottom: 20px; +} + + + +.sdmxRegistryUrlStyle { + padding-top:5px; +} + +.sdmxRegistryUrlInputStyle { + width:300px!important; +} + + +input#sdmxRegistryUrlInputFieldId-input { + width:300px!important; +} diff --git a/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh.png b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh.png new file mode 100644 index 0000000..764f995 Binary files /dev/null and b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh.png differ diff --git a/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh_16.png b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh_16.png new file mode 100644 index 0000000..72edf8a Binary files /dev/null and b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh_16.png differ diff --git a/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh_32.png b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh_32.png new file mode 100644 index 0000000..f3521ea Binary files /dev/null and b/src/main/resources/org/gcube/portlets/user/td/openwidget/client/dataresource/resources/arrow-refresh_32.png differ