Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1189 Rev 1194
Line 107... Line 107...
107
	/**
107
	/**
108
	 * Afficher ler titre Identiplance
108
	 * Afficher ler titre Identiplance
109
	 * */
109
	 * */
110
	public void afficherTitrePictoFlora(Panel titre) {
110
	public void afficherTitrePictoFlora(Panel titre) {
111
		titre.clear();
111
		titre.clear();
112
		HTML html = new HTML("<h1>Pictoflora</h1>");
112
		HTML html = new HTML("<h1>PictoFlora</h1>");
113
		titre.add(html);
113
		titre.add(html);
114
	}
114
	}
Line 115... Line 115...
115
	
115
	
116
	/**
116
	/**