Subversion Repositories eFlore/Applications.del

Rev

Rev 1541 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1239 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui'
3
	ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
4
	ui:generateLocales="default">
5
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
 
7
	<ui:style src="MotCleProposition.css" />
1541 aurelien 8
	<g:FocusPanel styleName="{style.lienMotCle} gauche motclesPicto" ui:field="lienMotCle" title="{constants.aideLiaisonMotCle}">
1239 gduche 9
		<g:HTMLPanel>
1541 aurelien 10
			<g:CheckBox ui:field="ajouterMotCle" text="motcle" styleName=" {style.motCle} texteMotClePicto"></g:CheckBox>
1239 gduche 11
			<g:Image styleName="{style.logoTag}" ui:field="iconeTag"/>
12
		</g:HTMLPanel>
13
	</g:FocusPanel>
14
</ui:UiBinder>