geoportal-data-viewer-app/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/ui/products/ConcessioneView.ui.xml

42 lines
1.2 KiB
XML
Raw Normal View History

2020-11-04 17:49:22 +01:00
<!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;
}
2020-11-05 14:05:14 +01:00
2020-11-04 17:49:22 +01:00
.margin-left-10 {
margin-left: 10px;
}
2020-11-05 14:05:14 +01:00
.font-size-h1-22 h1{
font-size: 22px;
}
2020-11-04 17:49:22 +01:00
</ui:style>
<g:HTMLPanel>
<b:Hero>
<b:Heading size="2" ui:field="titolo">Hero Unit</b:Heading>
<b:Paragraph ui:field="introduzione">Some Text for the Hero Unit.</b:Paragraph>
</b:Hero>
2020-11-05 14:05:14 +01:00
<g:HTMLPanel ui:field="concessioniPanel"
addStyleNames="{style.margin-left-10}">
2020-11-04 17:49:22 +01:00
<b:Row>
<b:Column size="2">
<g:Label>Autori</g:Label>
</b:Column>
<b:Column size="8" ui:field="autori"></b:Column>
</b:Row>
2020-11-05 14:05:14 +01:00
<b:Row>
2020-11-04 17:49:22 +01:00
<b:Column size="2">
<g:Label>Contributore</g:Label>
</b:Column>
<b:Column size="8" ui:field="contributore"></b:Column>
</b:Row>
</g:HTMLPanel>
2020-11-05 14:05:14 +01:00
<g:HTMLPanel ui:field="imagesPanel"
addStyleNames="{style.margin-left-10}" visible="false">
<b:PageHeader addStyleNames="{style.font-size-h1-22}">Immagini Rappresentative</b:PageHeader>
</g:HTMLPanel>
2020-11-04 17:49:22 +01:00
</g:HTMLPanel>
</ui:UiBinder>