Subversion Repositories eFlore/Applications.del

Rev

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

Rev 44 Rev 52
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
Line 3... Line 3...
3
 
3
 
4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
4
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
-
 
5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
Line 5... Line 6...
5
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
6
<ui:style src="observation.css" />
6
 
7
 
7
	<g:HTMLPanel>
8
	<g:HTMLPanel styleName="{style.observations}">
8
		<g:VerticalPanel>
9
		<g:VerticalPanel>
9
			<g:Label ui:field="nomEspece">Nom</g:Label>
10
			<g:Label ui:field="nomEspece">Nom</g:Label>
10
			<g:Label ui:field="nomAuteur">Auteur</g:Label>
11
			<g:Label ui:field="nomAuteur">Auteur</g:Label>
11
			<g:Image ui:field="imagePrincipale" resource='{res.logo}'/>
12
			<g:Image ui:field="imagePrincipale" resource='{res.logo}' />
12
		</g:VerticalPanel>
13
		</g:VerticalPanel>
13
		 <g:DisclosurePanel>
14
		<g:Label ui:field="enSavoirPlus" text="Plus"/>
14
		   <g:header>Plus</g:header>
15
		<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
15
		   		<g:VerticalPanel>
16
		   		<g:VerticalPanel>
16
		   			<g:HorizontalPanel>
17
		   			<g:HorizontalPanel>
17
		   				<g:Label text="{constants.observateur} : "/>
18
		   				<g:Label text="{constants.observateur} : "/>
Line 32... Line 33...
32
		   			<g:HorizontalPanel>
33
		   			<g:HorizontalPanel>
33
		   				<g:Label text="{constants.localite} : "/>
34
		   				<g:Label text="{constants.localite} : "/>
34
		   				<g:Label ui:field="localite">Localite</g:Label>
35
		   				<g:Label ui:field="localite">Localite</g:Label>
35
		   			</g:HorizontalPanel>
36
		   			</g:HorizontalPanel>
36
		   		</g:VerticalPanel>
37
		   		</g:VerticalPanel>
37
		 </g:DisclosurePanel>
38
		 </g:VerticalPanel>
38
	</g:HTMLPanel>
39
	</g:HTMLPanel>
39
</ui:UiBinder>
40
</ui:UiBinder>