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

33 lines
1.0 KiB
XML
Raw Normal View History

2020-11-05 14:05:14 +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"
2021-07-14 08:12:44 +02:00
xmlns:b="urn:import:org.gwtbootstrap3.client.ui">
2020-11-05 14:05:14 +01:00
<ui:style>
2020-11-19 15:19:27 +01:00
.max-width-400 {
2020-11-20 18:10:43 +01:00
max-width: 400px;
2020-11-19 15:19:27 +01:00
}
2020-11-20 18:10:43 +01:00
.float-right {
2020-11-19 15:19:27 +01:00
float: right;
2020-11-05 14:05:14 +01:00
}
2021-01-15 15:12:03 +01:00
.margin-top-10 {
margin-top: 10px;
}
2020-11-05 14:05:14 +01:00
</ui:style>
2020-11-20 18:10:43 +01:00
<g:HTMLPanel>
<!-- <b:Thumbnail size="4" addStyleNames="{style.max-width-400}" ui:field="thumbnailCont"> -->
<b:Button ui:field="viewImage" visible="false">View</b:Button>
<b:Button ui:field="openImage"
addStyleNames="{style.float-right}" visible="false">Open</b:Button>
2020-11-19 15:19:27 +01:00
<b:Image ui:field="imageURL" visible="false" />
2021-01-15 15:12:03 +01:00
<b:Caption addStyleNames="{style.margin-top-10}">
<b:Heading size="4" ui:field="heading" visible="false"></b:Heading>
2020-11-05 14:05:14 +01:00
<b:Paragraph ui:field="paragraph1">
</b:Paragraph>
2020-12-09 14:28:32 +01:00
<b:Paragraph ui:field="paragraph2" visible="false">
2020-11-05 14:05:14 +01:00
</b:Paragraph>
</b:Caption>
2020-11-20 18:10:43 +01:00
</g:HTMLPanel>
<!-- </b:Thumbnail> -->
2020-11-05 14:05:14 +01:00
</ui:UiBinder>