Subversion Repositories eFlore/Applications.del

Rev

Rev 477 | 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">
477 benjamin 5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
436 benjamin 6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
449 gduche 7
 
8
	<ui:style src="observationimages.css" />
9
	<g:HTMLPanel styleName="{style.zonePhotos}">
10
		<g:Image ui:field="photoPrincipale" styleName="{style.photoPrincipale}"/>
11
		<g:HTMLPanel ui:field="photos" styleName="{style.photos}"></g:HTMLPanel>
436 benjamin 12
	</g:HTMLPanel>
13
</ui:UiBinder>