Subversion Repositories eFlore/Applications.del

Rev

Rev 447 | Go to most recent revision | Details | 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" />
7
 
8
 
9
 
10
	<g:HTMLPanel>
11
		<g:VerticalPanel>
12
			<g:Image ui:field="photoPrincipale" />
13
			<g:Label ui:field="nomRetenu" styleName="sousTitre" />
14
			<g:Label ui:field="famille" />
15
			<g:Label ui:field="auteur" />
16
			<g:Label ui:field="date" />
17
			<g:Label ui:field="localite" />
18
			<g:Label ui:field="motsClefs" />
19
			<g:Label ui:field="numNomenclatural" />
20
		</g:VerticalPanel>
21
 
22
		<g:HTMLPanel ui:field="photos"></g:HTMLPanel>
23
	</g:HTMLPanel>
24
</ui:UiBinder>