Changed the dataset word to product almost everywhere

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@129445 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-26 20:11:41 +00:00
parent 452a24f8c7
commit a161becebb
3 changed files with 36 additions and 53 deletions

View File

@ -23,23 +23,6 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="lib" path="/home/costantino/Downloads/gwt-2.7.0/gwt-user.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/costantino/Downloads/gwt-2.7.0/doc/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/costantino/Downloads/gwt-2.7.0/gwt-codeserver.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/costantino/Downloads/gwt-2.7.0/doc/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/costantino/Downloads/gwt-2.7.0/gwt-dev.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/costantino/Downloads/gwt-2.7.0/doc/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/costantino/Downloads/gwt-2.7.0/validation-api-1.0.0.GA-sources.jar"/>
<classpathentry kind="lib" path="/home/costantino/Downloads/gwt-2.7.0/validation-api-1.0.0.GA.jar" sourcepath="/home/costantino/Downloads/gwt-2.7.0/validation-api-1.0.0.GA-sources.jar"/>
<classpathentry excluding="**" kind="src" output="${webappDirectory}/WEB-INF/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="${webappDirectory}/WEB-INF/classes" path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>

View File

@ -58,7 +58,7 @@
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="http://example.com/image.jpg" <b:TextBox alternateSize="LARGE" placeholder="http://example.com/image.jpg"
b:id="url" title="Dataset title" ui:field="resourceUrlTextBox" /> b:id="url" title="Product's title" ui:field="resourceUrlTextBox" />
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
@ -95,7 +95,7 @@
</b:Fieldset> </b:Fieldset>
</b:Form> </b:Form>
<b:Button title="Go to dataset" ui:field="goToDatasetButton" <b:Button title="Go to Product" ui:field="goToDatasetButton"
block="true" visible="true">Go to Dataset</b:Button> block="true" visible="true">Go to Product</b:Button>
</g:HTMLPanel> </g:HTMLPanel>
</ui:UiBinder> </ui:UiBinder>

View File

@ -56,23 +56,23 @@
visible="false" ui:field="infoBlock" styleName="{style.block-alert-style}"></b:AlertBlock> visible="false" ui:field="infoBlock" styleName="{style.block-alert-style}"></b:AlertBlock>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="title" title="Dataset title"> <b:ControlLabel for="title" title="Product title">
<font color="red">*</font> <font color="red">*</font>
Title : Title :
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="Dataset title" <b:TextBox alternateSize="LARGE" placeholder="Product title"
b:id="title" title="Dataset title" ui:field="titleTextBox" /> b:id="title" title="Product title" ui:field="titleTextBox" />
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="description" title="Dataset description"> <b:ControlLabel for="description" title="Product description">
Description: Description:
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextArea placeholder="eg. Some useful notes about the data" <b:TextArea placeholder="eg. Some useful notes about the product"
alternateSize="LARGE" b:id="description" title="Dataset description" alternateSize="LARGE" b:id="description" title="Product description"
ui:field="descriptionTextarea"></b:TextArea> ui:field="descriptionTextarea"></b:TextArea>
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
@ -80,17 +80,17 @@
<!-- TAGS Panel --> <!-- TAGS Panel -->
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="tags" title="Dataset tags"> <b:ControlLabel for="tags" title="Product tags">
Tags: Tags:
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" <b:TextBox alternateSize="LARGE"
placeholder="Enter one or more tag for the dataset" b:id="tags" placeholder="Enter one or more tag for the product" b:id="tags"
ui:field="tagsEnterTextBox" /> ui:field="tagsEnterTextBox" />
<span style="float:right; width:256px; color: #aaaaaa;"> <span style="float:right; width:256px; color: #aaaaaa;">
<b:Icon type="INFO_SIGN" size="TWO_TIMES" /> <b:Icon type="INFO_SIGN" size="TWO_TIMES" />
Tags are meaningful information that can be associated to the Tags are meaningful information that can be associated to the
dataset and by means of them product and by means of them
it can be retrieved. A tag cannot it can be retrieved. A tag cannot
contain white spaces and can contain only alphanumeric contain white spaces and can contain only alphanumeric
characters. characters.
@ -108,7 +108,7 @@
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="licenses" title="License">License:</b:ControlLabel> <b:ControlLabel for="licenses" title="License">License:</b:ControlLabel>
<b:Controls> <b:Controls>
<b:ListBox b:id="licenses" title="Dataset license" <b:ListBox b:id="licenses" title="Product license"
width="60%" ui:field="licenseListbox"> width="60%" ui:field="licenseListbox">
</b:ListBox> </b:ListBox>
<span style="float:right; width:256px; color: #aaaaaa;"> <span style="float:right; width:256px; color: #aaaaaa;">
@ -122,15 +122,15 @@
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="visibility" title="Visibility">Visibility:</b:ControlLabel> <b:ControlLabel for="visibility" title="Visibility">Visibility:</b:ControlLabel>
<b:Controls> <b:Controls>
<b:ListBox b:id="visibility" title="Dataset visibility" <b:ListBox b:id="visibility" title="Product visibility"
width="60%" ui:field="visibilityListbox"> width="60%" ui:field="visibilityListbox">
<g:item title="private">Private</g:item> <g:item title="private">Private</g:item>
<g:item enabled="true" title="public">Public</g:item> <g:item enabled="true" title="public">Public</g:item>
</b:ListBox> </b:ListBox>
<span style="float:right; width:256px; color: #aaaaaa;"> <span style="float:right; width:256px; color: #aaaaaa;">
<b:Icon type="INFO_SIGN" size="TWO_TIMES" /> <b:Icon type="INFO_SIGN" size="TWO_TIMES" />
Private datasets can only be accessed by certain users, while Private products can only be accessed by certain users, while
public datasets can be accessed by anyone. public products can be accessed by anyone.
</span> </span>
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
@ -145,63 +145,63 @@
</b:ControlGroup> </b:ControlGroup>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="version" title="Dataset version"> <b:ControlLabel for="version" title="Product version">
Version: Version:
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="1.0" b:id="version" <b:TextBox alternateSize="LARGE" placeholder="1.0" b:id="version"
title="Dataset version" ui:field="versionTextbox" /> title="Product version" ui:field="versionTextbox" />
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="author" title="Dataset author"> <b:ControlLabel for="author" title="Product author">
<font color="red">*</font> <font color="red">*</font>
Author: Author:
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="Joe Bloggs" <b:TextBox alternateSize="LARGE" placeholder="Joe Bloggs"
enabled="false" b:id="author" title="Dataset author" ui:field="authorTextbox" /> enabled="false" b:id="author" title="Product author" ui:field="authorTextbox" />
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="email" title="Dataset author's email"> <b:ControlLabel for="email" title="Product author's email">
<font color="red">*</font> <font color="red">*</font>
Author Email: Author Email:
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="joe.bloggs@example.com" <b:TextBox alternateSize="LARGE" placeholder="joe.bloggs@example.com"
enabled="false" b:id="email" title="Dataset author" ui:field="authorEmailTextbox" /> enabled="false" b:id="email" title="Product author" ui:field="authorEmailTextbox" />
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="maintainer" title="Dataset maintainer"> <b:ControlLabel for="maintainer" title="Product maintainer">
Maintainer: Maintainer:
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="Joe Bloggs" <b:TextBox alternateSize="LARGE" placeholder="Joe Bloggs"
b:id="maintainer" title="Dataset maintainer" ui:field="maintainerTextbox" /> b:id="maintainer" title="Product maintainer" ui:field="maintainerTextbox" />
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="emailMaintaner" title="Dataset author's email"> <b:ControlLabel for="emailMaintaner" title="Product author's email">
Maintainer Email: Maintainer Email:
</b:ControlLabel> </b:ControlLabel>
<b:Controls> <b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="maintainer@example.com" <b:TextBox alternateSize="LARGE" placeholder="maintainer@example.com"
b:id="emailMaintaner" title="Dataset author" ui:field="maintainerEmailTextbox" /> b:id="emailMaintaner" title="Product author" ui:field="maintainerEmailTextbox" />
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
<b:ControlGroup> <b:ControlGroup>
<b:ControlLabel for="metadataProfilesFormat" title="Metadata profile formats">Product <b:ControlLabel for="metadataProfilesFormat" title="Product profile formats">Product
Profile:</b:ControlLabel> Profile:</b:ControlLabel>
<b:Controls> <b:Controls>
<b:ListBox b:id="metadataProfilesFormat" alternateSize="LARGE" <b:ListBox b:id="metadataProfilesFormat" alternateSize="LARGE"
title="The metadata profile format to be used" ui:field="metadataProfilesFormatListbox"> title="The product profile format to be used" ui:field="metadataProfilesFormatListbox">
<g:item enabled="true" title="None">none</g:item> <g:item enabled="true" title="None">none</g:item>
</b:ListBox> </b:ListBox>
</b:Controls> </b:Controls>
@ -247,11 +247,11 @@
<span style="float:right; width:256px; color: #aaaaaa;"> <span style="float:right; width:256px; color: #aaaaaa;">
<b:Icon type="INFO_SIGN" size="TWO_TIMES" /> <b:Icon type="INFO_SIGN" size="TWO_TIMES" />
Custom fields are customable metadata that will be added to the Custom fields are customable metadata that will be added to the
dataset. product.
You have to choose a unique key for the field and a value You have to choose a unique key for the field and a value
for this. You for this. You
can remove them at any time until you create the can remove them at any time until you create the
dataset. product.
</span> </span>
<b:Button icon="PLUS_SIGN" title="Add Custom Field" <b:Button icon="PLUS_SIGN" title="Add Custom Field"
ui:field="addCustomFieldButton"></b:Button> ui:field="addCustomFieldButton"></b:Button>
@ -262,13 +262,13 @@
visible="false"> visible="false">
<b:Controls> <b:Controls>
<b:CheckBox <b:CheckBox
title="Automatically add the folder content to the dataset as resource" title="Automatically add the folder content to the product as resource"
checked="true" ui:field="addResourcesCheckBox"> checked="true" ui:field="addResourcesCheckBox">
<b>Add folder content as resources</b> <b>Add folder content as resources</b>
</b:CheckBox> </b:CheckBox>
<span style="float:right; width:256px; color: #aaaaaa;"> <span style="float:right; width:256px; color: #aaaaaa;">
<b:Icon type="INFO_SIGN" size="TWO_TIMES" /> <b:Icon type="INFO_SIGN" size="TWO_TIMES" />
Automatically add folder content as resources of the dataset Automatically add folder content as resources of the product
</span> </span>
</b:Controls> </b:Controls>
</b:ControlGroup> </b:ControlGroup>
@ -278,16 +278,16 @@
visible="false" ui:field="onCreateAlertBlock" styleName="{style.block-alert-style}"> visible="false" ui:field="onCreateAlertBlock" styleName="{style.block-alert-style}">
</b:AlertBlock> </b:AlertBlock>
<b:Button title="Add resources to the just created dataset" <b:Button title="Add resources to the just created product"
block="true" type="PRIMARY" visible="false" ui:field="addResourcesButton">Add Resources</b:Button> block="true" type="PRIMARY" visible="false" ui:field="addResourcesButton">Add Resources</b:Button>
<b:Button title="Create dataset" ui:field="createButton" <b:Button title="Create product" ui:field="createButton"
type="PRIMARY" block="true">Create</b:Button> type="PRIMARY" block="true">Create</b:Button>
<b:Button title="Go Back" ui:field="goBackButton" block="true">Go <b:Button title="Go Back" ui:field="goBackButton" block="true">Go
Back</b:Button> Back</b:Button>
<b:Button title="Go to dataset" ui:field="goToDatasetButton" <b:Button title="Go to product" ui:field="goToDatasetButton"
block="true" visible="false">Go to Dataset</b:Button> block="true" visible="false">Go to Product</b:Button>
</b:Fieldset> </b:Fieldset>
</b:Form> </b:Form>