Subversion Repositories eFlore/Applications.del

Rev

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

Rev 183 Rev 200
Line 2... Line 2...
2
			ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
2
			ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
Line 5... Line 5...
5
 
5
 
6
<ui:style src="observation.css" />
6
<ui:style src="observation.css" />
7
	<g:HTMLPanel>
7
	<g:HTMLPanel styleName="{style.ligneObservation}">
8
		<g:HTMLPanel styleName="{style.description}">
8
		<g:HTMLPanel styleName="{style.description}">
9
			<g:Label ui:field="nomRetenu" styleName="sousTitre"/>
9
			<g:Label ui:field="nomRetenu" styleName="sousTitre"/>
10
			<g:Label ui:field="famille" />
10
			<g:Label ui:field="famille" />
Line 14... Line 14...
14
			<g:Label ui:field="motsClefs" />
14
			<g:Label ui:field="motsClefs" />
Line 15... Line 15...
15
			
15
			
Line 16... Line 16...
16
			<g:Label ui:field="numNomenclatural" />
16
			<g:Label ui:field="numNomenclatural" />
17
			
17
			
-
 
18
		</g:HTMLPanel>
18
		</g:HTMLPanel>
19
		<g:HorizontalPanel styleName="{style.photos}">
19
		<g:HTMLPanel styleName="{style.photos}">
20
			<g:Image ui:field="photoPrincipale" styleName="{style.photoPrincipale}"/>
20
			<g:Image ui:field="photoPrincipale" />
21
			<g:HTMLPanel ui:field="photos"></g:HTMLPanel>	
Line 21... Line 22...
21
		</g:HTMLPanel>
22
		</g:HorizontalPanel>
22
		<g:FlexTable styleName="{style.determination}" ui:field="tableauPropositions" />
23
		<g:FlexTable styleName="{style.determination}" ui:field="tableauPropositions" />
23
					
24
					
24
		<g:HTMLPanel styleName="nettoyage" />
25
		<g:HTMLPanel styleName="nettoyage" />