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

12 lines
663 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 Virtual Research Environment,
begin by
<a class="vrelink" href="/group/data-e-infrastructure-gateway/join-new/"><span class="important">joining</span></a> one. <br /><br />
<a class="vrelink" href="/group/data-e-infrastructure-gateway/join-new/"><span class="important">Find out</span></a> the Virtual Research Environments available in the infrastructure!
</div>
</g:HTMLPanel>
</ui:UiBinder>