Subversion Repositories eFlore/Applications.del

Rev

Rev 447 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 447 Rev 449
Line 2... Line 2...
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
	<ui:style src="observationimages.css" />
8
	<g:HTMLPanel>
9
	<g:HTMLPanel styleName="{style.zonePhotos}">
9
		<g:Image ui:field="photoPrincipale" />
10
		<g:Image ui:field="photoPrincipale" styleName="{style.photoPrincipale}"/>
10
		<g:HTMLPanel ui:field="photos"></g:HTMLPanel>
11
		<g:HTMLPanel ui:field="photos" styleName="{style.photos}"></g:HTMLPanel>
11
	</g:HTMLPanel>
12
	</g:HTMLPanel>
12
</ui:UiBinder>
13
</ui:UiBinder>
13
14