Subversion Repositories eFlore/Applications.del

Rev

Rev 480 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 480 Rev 652
Line 5... Line 5...
5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
5
	<ui:with field='res' type='org.tela_botanica.del.client.resources.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" />
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
	<ui:style src="observationdetermination.css" />
8
	<ui:style src="observationdetermination.css" />
9
		
9
		
10
	<g:HorizontalPanel>
10
	<g:HTMLPanel>
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:FlexTable styleName="{style.determination}" ui:field="tableauPropositions" />
12
			<g:HTMLPanel styleName="{style.determination}" ui:field="tableauPropositions" />
13
		</g:HTMLPanel>
13
		</g:HTMLPanel>
14
	</g:HorizontalPanel>
14
	</g:HTMLPanel>