Subversion Repositories eFlore/Applications.coel

Rev

Rev 435 | Rev 439 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 435 Rev 436
Line 43... Line 43...
43
 
43
 
44
import com.google.gwt.core.client.GWT;
44
import com.google.gwt.core.client.GWT;
45
import com.google.gwt.i18n.client.DateTimeFormat;
45
import com.google.gwt.i18n.client.DateTimeFormat;
Line 46... Line 46...
46
import com.google.gwt.user.client.ui.Image;
46
import com.google.gwt.user.client.ui.Image;
Line 47... Line 47...
47
 
47
 
Line 48... Line 48...
48
public class PersonneDetailPanneauVue extends LayoutContainer implements Rafraichissable {
48
public class PersonneDetailVue extends LayoutContainer implements Rafraichissable {
Line 95... Line 95...
95
									"<div class='coel-fieldset'>" +
95
									"<div class='coel-fieldset'>" +
96
									"		<span style='vertical-align:top'><b>Description:</b></span> {description}<br />" +
96
									"		<span style='vertical-align:top'><b>Description:</b></span> {description}<br />" +
97
									"</div>";
97
									"</div>";
Line 98... Line 98...
98
	
98
	
Line 99... Line 99...
99
	
99
	
Line 100... Line 100...
100
	public PersonneDetailPanneauVue() {
100
	public PersonneDetailVue() {
101
		
101