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

55 lines
1.3 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">
2020-11-10 14:11:10 +01:00
2020-11-04 17:49:22 +01:00
<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 17:17:07 +01:00
.font-size-h1-22 h1 {
2020-11-05 14:05:14 +01:00
font-size: 22px;
}
2020-11-10 18:17:53 +01:00
2020-11-11 12:05:21 +01:00
<!--
.display-60 {--><!--
width: 60%; --> <!--
2020-11-10 18:17:53 +01:00
display: inline-block;
2020-11-11 12:05:21 +01:00
-->
<!--
2020-11-10 18:17:53 +01:00
}
2020-11-11 12:05:21 +01:00
-->
<!--
.display-400-px {--><!--
width: 400px; --> <!--
2020-11-10 18:17:53 +01:00
display: inline-block;
2020-11-11 12:05:21 +01:00
-->
<!--
2020-11-10 18:17:53 +01:00
}
2020-11-11 12:05:21 +01:00
-->
2020-11-04 17:49:22 +01:00
</ui:style>
2020-11-10 14:11:10 +01:00
<g:HTMLPanel ui:field="pageViewDetails">
2020-11-11 12:05:21 +01:00
<b:PageHeader ui:field="titolo"></b:PageHeader>
<b:Paragraph ui:field="introduzione"></b:Paragraph>
2020-11-10 16:22:28 +01:00
<g:HorizontalPanel>
2020-11-11 12:05:21 +01:00
<g:HTMLPanel ui:field="concessioniPanel">
2020-11-10 16:22:28 +01:00
</g:HTMLPanel>
2020-11-11 12:05:21 +01:00
<g:HTMLPanel ui:field="mapViewPanel">
2020-11-10 18:17:53 +01:00
</g:HTMLPanel>
2020-11-10 16:22:28 +01:00
</g:HorizontalPanel>
2020-11-05 17:17:07 +01:00
<g:HTMLPanel ui:field="relazioneScavoPanel"
addStyleNames="{style.margin-left-10}" visible="false">
<b:PageHeader addStyleNames="{style.font-size-h1-22}">Relazione Scavo</b:PageHeader>
</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>