geoportal-data-entry-app/src/main/java/org/gcube/portlets/user/geoportaldataentry/client/ui/edit/UpdateFileset.ui.xml

29 lines
894 B
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;
}
</ui:style>
<g:HTMLPanel>
<b:Form type="INLINE">
<b:Fieldset>
<b:ControlGroup>
<b:ControlLabel>Section</b:ControlLabel>
<b:Controls>
<b:ListBox ui:field="listBoxPaths"></b:ListBox>
</b:Controls>
</b:ControlGroup>
<b:ControlGroup ui:field="cgSelectFile" visible="false">
<b:ControlLabel>Select File to be replaced</b:ControlLabel>
<b:Controls>
<b:ListBox ui:field="listBoxIndex"></b:ListBox>
</b:Controls>
</b:ControlGroup>
</b:Fieldset>
</b:Form>
<g:HTMLPanel ui:field="uploadFileContainer"></g:HTMLPanel>
</g:HTMLPanel>
</ui:UiBinder>