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

62 lines
1.6 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;
}
.wrapper {
display: flex;
width: 100%;
}
.tree-panel {
padding: 5px;
border: 1px solid #e7e7e7;
}
.tree-panel ul {
background: #e7e7e7;
}
.w20 {
width: 20%;
}
.w80 {
width: 80%;
}
.ml5{
margin-left: 5px;
}
</ui:style>
<g:HTMLPanel ui:field="mainHTMLPanel">
<g:HTMLPanel addStyleNames="{style.wrapper}">
<g:HTMLPanel addStyleNames="{style.tree-panel}">
<b:NavList visible=" false " ui:field="navbarTree">
<b:NavHeader>Sections</b:NavHeader>
<b:Button text="Duplicate" addStyleNames="{style.ml5}" ui:field="duplicateSelected"
icon="COPY">
</b:Button>
<b:Button text="Delete" addStyleNames="{style.ml5}" ui:field="removeSelected"
icon="TRASH">
Delete</b:Button>
</b:NavList>
<g:ScrollPanel ui:field="treePanel">
</g:ScrollPanel>
</g:HTMLPanel>
<g:ScrollPanel ui:field="inputPanel"
addStyleNames="{style.w80}"></g:ScrollPanel>
</g:HTMLPanel>
<!-- <b:TabPanel ui:field="mainTabPanel" tabPosition="left">
</b:TabPanel> -->
<b:AlertBlock type="DEFAULT" visible="false"
close="false" ui:field="alertFormAction"></b:AlertBlock>
<b:FormActions ui:field="formActions" visible="false">
<b:Button type="PRIMARY" icon="SAVE" ui:field="buttonSave">Save</b:Button>
</b:FormActions>
</g:HTMLPanel>
</ui:UiBinder>