Subversion Repositories eFlore/Applications.del

Rev

Rev 1367 | Rev 1986 | 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
 
1101 gduche 11
	<g:HTMLPanel styleName="limiteMin {style.zoneRecherche}">
655 gduche 12
		<g:TextBox styleName="{style.recherchePrincipale} arrondi" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
13
		<g:Button styleName="{style.boutonRecherche} arrondi" ui:field="boutonRecherche" text="{constants.rechercher}">
335 benjamin 14
		</g:Button>
15
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
655 gduche 16
		<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" 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}">
583 gduche 21
				<g:Label text="{constants.contientMots}" styleName="petit"/>
533 jpm 22
				<g:TextBox ui:field="contientMots" />
23
			</g:HTMLPanel>
581 gduche 24
 
25
			<g:HTMLPanel styleName="{style.champRecherche}">
583 gduche 26
				<g:Label text="{constants.famille}"  styleName="petit"/>
581 gduche 27
				<g:TextBox ui:field="famille" />
28
			</g:HTMLPanel>
1367 aurelien 29
 
30
			<g:HTMLPanel styleName="{style.champRecherche}">
31
				<g:Label text="{constants.referentiel}"  styleName="petit"/>
32
				<g:ListBox ui:field="referentiel" />
33
			</g:HTMLPanel>
533 jpm 34
 
35
			<g:HTMLPanel styleName="{style.champRecherche}">
583 gduche 36
				<g:Label text="{constants.taxon}"  styleName="petit"/>
386 aurelien 37
				<g:HTMLPanel ui:field="taxon" />
335 benjamin 38
			</g:HTMLPanel>
39
 
40
			<g:HTMLPanel styleName="{style.champRecherche}">
583 gduche 41
				<g:Label text="{constants.genre}"  styleName="petit"/>
335 benjamin 42
				<g:TextBox ui:field="genre" />
43
			</g:HTMLPanel>
418 gduche 44
 
335 benjamin 45
			<g:HTMLPanel styleName="{style.champRecherche}">
583 gduche 46
				<g:Label text="{constants.commune}"  styleName="petit"/>
457 aurelien 47
				<g:HTMLPanel ui:field="commune" />
418 gduche 48
			</g:HTMLPanel>
49
 
50
			<g:HTMLPanel styleName="{style.champRecherche}">
583 gduche 51
				<g:Label text="{constants.departement}"  styleName="petit"/>
581 gduche 52
				<g:TextBox ui:field="departement" />
335 benjamin 53
			</g:HTMLPanel>
581 gduche 54
 
335 benjamin 55
			<g:HTMLPanel styleName="{style.champRecherche}">
583 gduche 56
				<g:Label text="{constants.auteur}"  styleName="petit"/>
335 benjamin 57
				<g:TextBox ui:field="auteur" />
581 gduche 58
			</g:HTMLPanel>
59
 
335 benjamin 60
			<g:HTMLPanel styleName="{style.champRecherche}">
964 aurelien 61
				<g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
335 benjamin 62
				<g:TextBox ui:field="date" />
63
			</g:HTMLPanel>
545 jpm 64
 
1426 aurelien 65
			<g:HTMLPanel ui:field="conteneurMotCle" styleName="{style.champRecherche}">
583 gduche 66
				<g:Label text="{constants.tag}"  styleName="petit"/>
581 gduche 67
				<g:TextBox ui:field="motCle" />
68
			</g:HTMLPanel>
1426 aurelien 69
 
70
			<g:HTMLPanel ui:field="conteneurMotCleCel" styleName="{style.champRecherche}">
71
				<g:Label text="{constants.tagCel}"  styleName="petit"/>
72
				<g:TextBox ui:field="motCleCel" />
73
			</g:HTMLPanel>
74
 
75
			<g:HTMLPanel ui:field="conteneurMotCleDel"  styleName="{style.champRecherche}">
76
				<g:Label text="{constants.tagDel}"  styleName="petit"/>
77
				<g:TextBox ui:field="motCleDel" />
78
			</g:HTMLPanel>
581 gduche 79
 
670 gduche 80
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
335 benjamin 81
			<g:HTMLPanel styleName="nettoyage" />
82
		</g:HTMLPanel>
1120 gduche 83
		<g:HTMLPanel styleName="droite">
84
			<g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>
85
		</g:HTMLPanel>
335 benjamin 86
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
1120 gduche 87
 
335 benjamin 88
		<g:HTMLPanel ui:field="zonePagination" />
322 gduche 89
	</g:HTMLPanel>
545 jpm 90
</ui:UiBinder>