ckan2zenodo-publisher-widget/src/main/java/org/gcube/portlets/widgets/ckan2zenodopublisher/client/ui/publishfile/PublishFilesFormView.ui.xml

41 lines
1.1 KiB
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
<ui:style>
.important {
font-weight: bold;
}
.noBorder {
border: 0px;
}
.maring-top-high {
margin-top: 50px;
border: 0px;
}
.margin-left-files-published {
margin-left: 20px;
}
</ui:style>
<g:HTMLPanel>
<b:Form type="HORIZONTAL">
<b:Fieldset styleName="{style.noBorder}"
ui:field="field_form_files_already_published" visible="false">
<b:Legend addStyleNames="legend-style">
File/s already published on Zenodo
</b:Legend>
<g:HorizontalPanel
ui:field="panelOfFilesPublished"
addStyleNames="{style.margin-left-files-published}"></g:HorizontalPanel>
</b:Fieldset>
<b:Fieldset addStyleNames="{style.maring-top-high}"
ui:field="field_form_files">
<b:Legend addStyleNames="legend-style"> Select the file/s to upload
</b:Legend>
</b:Fieldset>
</b:Form>
</g:HTMLPanel>
</ui:UiBinder>