Revision 7a3445c1

b/src/gr/ebs/gss/client/AboutDialog.java
50 50
		// Create the 'about' text and set the style.
51 51
		final HTML text = new HTML("This is the Web client for the " + service +
52 52
					" service. You can use it to store, retrieve and share " +
53
					"files in the " + service + " server grid. <p>Version: " +
54
					conf.version() + "<br>Design and implementation: " +
53
					"files in the " + service + " server grid. <p>Pithos version: " +
54
					conf.version() + "<br> A GRNET service designed and implemented by " + "<a href='http://www.grnet.gr'>GRNET</a>" + " and " +
55 55
					"<a href='http://www.ebs.gr' target='about'>EBS</a></p>");
56 56
		text.setStyleName("gss-AboutText");
57 57
		outer.add(text);

Also available in: Unified diff