Subversion Repositories eFlore/Applications.del

Rev

Rev 370 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
436 benjamin 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'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
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" />
166 gduche 7
 
436 benjamin 8
	<ui:style src="observation.css" />
9
 
10
	<g:HorizontalPanel>
11
		<g:HTMLPanel ui:field="imagesPanel" />
333 gduche 12
		<g:HTMLPanel>
436 benjamin 13
			<g:Label ui:field="lienDeterminer" styleName="lien {style.lienDetermination}"
14
				text="{constants.proposerSaDetermination}" />
15
			<g:HTMLPanel ui:field="determinationsPanel" />
333 gduche 16
		</g:HTMLPanel>
436 benjamin 17
	</g:HorizontalPanel>
166 gduche 18
</ui:UiBinder>