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

28 lines
879 B
XML
Raw Normal View History

2020-10-08 16:06:58 +02:00
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
2020-10-09 16:34:23 +02:00
xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
2020-10-08 16:06:58 +02:00
<ui:style>
.important {
font-weight: bold;
}
2020-10-09 16:34:23 +02:00
.custom-page-header {
padding: 10px;
background-color: #f5f5f5;
margin: 20px 0 30px;
border-bottom: 1px solid #eee;
}
2020-10-08 16:06:58 +02:00
</ui:style>
2020-10-09 16:34:23 +02:00
<g:HTMLPanel ui:field="mainHTMLPanel">
<b:PageHeader subtext="data entry facility"
styleName="{style.custom-page-header}">GeoNa</b:PageHeader>
<b:TabPanel ui:field="mainTabPanel" tabPosition="left">
</b:TabPanel>
<!-- <b:AlertBlock type="DEFAULT" close="false"> -->
<b:FormActions>
<b:Button type="PRIMARY" icon="SAVE" ui:field="buttonSave">Save</b:Button>
</b:FormActions>
<!-- </b:AlertBlock> -->
2020-10-08 16:06:58 +02:00
</g:HTMLPanel>
</ui:UiBinder>