Subversion Repositories eFlore/Applications.del

Rev

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

Rev 533 Rev 545
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
-
 
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' 
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
5
	ui:generateLocales="default">
5
	<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' />
6
	<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 63... Line 64...
63
 
64
 
64
			<g:HTMLPanel styleName="{style.champRecherche}">
65
			<g:HTMLPanel styleName="{style.champRecherche}">
65
				<g:Label text="{constants.date}" />
66
				<g:Label text="{constants.date}" />
66
				<g:TextBox ui:field="date" />
67
				<g:TextBox ui:field="date" />
-
 
68
			</g:HTMLPanel>
67
			</g:HTMLPanel>
69
			
68
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}">
-
 
69
			</g:Button>
70
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
70
			<g:HTMLPanel styleName="nettoyage" />
71
			<g:HTMLPanel styleName="nettoyage" />
71
		</g:HTMLPanel>
72
		</g:HTMLPanel>
72
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
73
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
73
		<g:HTMLPanel ui:field="zonePagination" />
74
		<g:HTMLPanel ui:field="zonePagination" />
74
	</g:HTMLPanel>
75
	</g:HTMLPanel>
75
</ui:UiBinder>
76
</ui:UiBinder>