Subversion Repositories eFlore/Applications.del

Rev

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