Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 245
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">
5
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
5
	<ui:with field='res' type='org.tela_botanica.del.client.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
 
7
 
8
 
8
 
9
	<g:VerticalPanel>
9
	<g:HTMLPanel>
10
		<g:Hyperlink ui:field="lienRechercheImages" />
10
		<g:Hyperlink ui:field="lienRechercheImages" />
11
		<g:Hyperlink ui:field="lienRechercheObservations" />
11
		<g:Hyperlink ui:field="lienRechercheObservations" />
12
	</g:VerticalPanel>
12
	</g:HTMLPanel>
13
</ui:UiBinder>
13
</ui:UiBinder>