join-vre/src/main/java/org/gcube/portlets/user/joinvre/client/ui/AccessViaInviteDialog.ui.xml

38 lines
1.3 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>
.circleImage {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}
.alignCenter {
width: 100%;
text-align: center;
}
</ui:style>
<g:HTMLPanel>
<b:Modal ui:field="m" title="My Modal" backdrop="STATIC"
keyboard="true" animation="true">
<b:HelpBlock ui:field="helpBlock" />
<b:Icon type="COG" size="THREE_TIMES" spin="true" ui:field="loading"
visible="true" />
<g:SimplePanel addStyleNames="{style.alignCenter}">
<b:Image ui:field="avatarImage" visible="false" width="150px"
addStyleNames="{style.circleImage}"></b:Image>
</g:SimplePanel>
<b:HelpBlock ui:field="touGatewayBlock" visible="false">
By entering this VRE you agree to the terms indicated in the
<a href="/terms-of-use" target="_blank">Terms of Use</a>
of this gateway.
</b:HelpBlock>
<g:HTML ui:field="touText"></g:HTML>
<b:ModalFooter>
<b:Button type="DEFAULT" ui:field="confirmRequest" enabled="false"></b:Button>
<b:Button type="DEFAULT" ui:field="close">Close</b:Button>
</b:ModalFooter>
</b:Modal>
</g:HTMLPanel>
</ui:UiBinder>