Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1151 Rev 1152
Line 6... Line 6...
6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
Line 8... Line 8...
8
 
8
 
9
	<ui:style src="MotsClesImage.css" />
9
	<ui:style src="MotsClesImage.css" />
-
 
10
	<g:HTMLPanel>	
10
	<g:HTMLPanel>	
11
		<g:HTML styleName="{style.titrePanneau}" text="{constants.motsCles}"></g:HTML>
11
		<g:HTMLPanel>
12
		<g:HTMLPanel>
12
			<g:Label ui:field="motsCles"></g:Label>
13
			<g:HTMLPanel styleName="{style.panneauSaisieMotsCles}" ui:field="saisieMotsCles"></g:HTMLPanel>
13
		</g:HTMLPanel>
14
		</g:HTMLPanel>
14
		<g:HTMLPanel>
15
		<g:HTMLPanel>
15
			<g:HTMLPanel ui:field="saisieMotsCles"></g:HTMLPanel>
16
			<g:HTML ui:field="motsCles"></g:HTML>
16
		</g:HTMLPanel>
17
		</g:HTMLPanel>
17
	</g:HTMLPanel>
18
	</g:HTMLPanel>
18
</ui:UiBinder>
19
</ui:UiBinder>