Subversion Repositories eFlore/Applications.del

Rev

Rev 221 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 221 Rev 223
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' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
Line 5... Line -...
5
 
-
 
6
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
5
 
Line 7... Line 6...
7
	<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" />
8
	
7
	
9
	<g:VerticalPanel>		
8
	<g:VerticalPanel>		
10
		<g:Button ui:field="boutonFermer" text="Fermer" />		
9
		<g:Button ui:field="boutonFermer" text="{constants.fermer}" />		
11
		<g:HTMLPanel ui:field="overlay" />
10
		<g:HTMLPanel ui:field="overlay" />
12
		<g:HTMLPanel ui:field="overlayContenu" />
11
		<g:HTMLPanel ui:field="overlayContenu" />