Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1460 Rev 1545
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
1
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
-
 
2
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateFormat="com.google.gwt.i18n.rebind.format.PropertiesFormat"
3
	ui:generateLocales="default">
4
	ui:generateLocales="default">
4
	<ui:with field='res'
-
 
5
		type='org.tela_botanica.del.client.resources.Ressources' />
5
	<ui:with field="res" type="org.tela_botanica.del.client.resources.Ressources" />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
-
 
Line 8... Line 7...
8
	
7
	
Line 9... Line 8...
9
	<ui:style src="MoteurIdentiplante.css" />
8
	<ui:style src="MoteurIdentiplante.css" />
10
		
9