Subversion Repositories eFlore/Applications.del

Rev

Rev 1549 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1206 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'
2
	ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateLocales="default">
4
	<ui:with field='res'
5
		type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
8
	<ui:style src="entete.css" />
1549 jpm 9
	<g:HTMLPanel>
1206 gduche 10
		<g:HTMLPanel ui:field="zoneIdentification" styleName="{style.zoneIdentification}"></g:HTMLPanel>
11
		<g:HTMLPanel ui:field="zoneLiens" styleName="{style.zoneLiens}"></g:HTMLPanel>
12
	</g:HTMLPanel>
13
</ui:UiBinder>