my-vres/src/main/java/org/gcube/portlet/user/my_vres/client/NoVresPanel.ui.xml

12 lines
623 B
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">
<g:HTMLPanel>
<div class="NoVresStyle">
You are not subscribed to any environment,
please begin by
<g:Anchor ui:field="joinLink" styleName="vrelink"><span class="important">joining</span></g:Anchor> one.<br /><br />
<g:Anchor ui:field="availableLink" styleName="vrelink"><span class="important">Explore</span></g:Anchor> the Virtual Research Environments available in the infrastructure.
</div>
</g:HTMLPanel>
</ui:UiBinder>