Subversion Repositories eFlore/Applications.del

Rev

Rev 533 | Rev 581 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
335 benjamin 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
545 jpm 2
	xmlns:g='urn:import:com.google.gwt.user.client.ui'
3
	ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
335 benjamin 4
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
5
	ui:generateLocales="default">
477 benjamin 6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
335 benjamin 7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
322 gduche 8
 
335 benjamin 9
	<ui:style src="MoteurRecherche.css" />
10
 
322 gduche 11
	<g:HTMLPanel>
335 benjamin 12
		<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
13
		<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche" text="{constants.rechercher}">
14
		</g:Button>
15
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
408 gduche 16
		<g:HTMLPanel styleName="{style.rechercheAvancee}" ui:field="rechercheAvancee">
418 gduche 17
			<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}" text="Fermer"></g:Button>
18
			<g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button>
335 benjamin 19
 
20
			<g:HTMLPanel styleName="{style.champRecherche}">
533 jpm 21
				<g:Label text="{constants.contientMots}" />
22
				<g:TextBox ui:field="contientMots" />
23
			</g:HTMLPanel>
24
 
25
			<g:HTMLPanel styleName="{style.champRecherche}">
335 benjamin 26
				<g:Label text="{constants.taxon}" />
386 aurelien 27
				<g:HTMLPanel ui:field="taxon" />
335 benjamin 28
			</g:HTMLPanel>
29
 
30
			<g:HTMLPanel styleName="{style.champRecherche}">
31
				<g:Label text="{constants.famille}" />
32
				<g:TextBox ui:field="famille" />
33
			</g:HTMLPanel>
418 gduche 34
 
335 benjamin 35
			<g:HTMLPanel styleName="{style.champRecherche}">
36
				<g:Label text="{constants.genre}" />
37
				<g:TextBox ui:field="genre" />
38
			</g:HTMLPanel>
418 gduche 39
 
335 benjamin 40
			<g:HTMLPanel styleName="{style.champRecherche}">
418 gduche 41
				<g:Label text="{constants.departement}" />
42
				<g:TextBox ui:field="departement" />
43
			</g:HTMLPanel>
44
 
45
			<g:HTMLPanel styleName="{style.champRecherche}">
46
				<g:Label text="{constants.commune}" />
457 aurelien 47
				<g:HTMLPanel ui:field="commune" />
418 gduche 48
			</g:HTMLPanel>
49
 
50
			<g:HTMLPanel styleName="{style.champRecherche}">
335 benjamin 51
				<g:Label text="{constants.tag}" />
52
				<g:TextBox ui:field="tag" />
53
			</g:HTMLPanel>
54
 
55
			<g:HTMLPanel styleName="{style.champRecherche}">
56
				<g:Label text="{constants.mot_clef}" />
57
				<g:TextBox ui:field="motCle" />
58
			</g:HTMLPanel>
59
 
60
			<g:HTMLPanel styleName="{style.champRecherche}">
61
				<g:Label text="{constants.auteur}" />
62
				<g:TextBox ui:field="auteur" />
63
			</g:HTMLPanel>
64
 
65
			<g:HTMLPanel styleName="{style.champRecherche}">
66
				<g:Label text="{constants.date}" />
67
				<g:TextBox ui:field="date" />
68
			</g:HTMLPanel>
545 jpm 69
 
70
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
335 benjamin 71
			<g:HTMLPanel styleName="nettoyage" />
72
		</g:HTMLPanel>
73
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
74
		<g:HTMLPanel ui:field="zonePagination" />
322 gduche 75
	</g:HTMLPanel>
545 jpm 76
</ui:UiBinder>