Subversion Repositories eFlore/Applications.del

Rev

Rev 386 | Rev 418 | 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">
5
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
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">
16
			<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}">Fermer</g:Button>
335 benjamin 17
			<g:HTMLPanel styleName="{style.champRecherche}">
18
				<g:Label text="{constants.departement}" />
19
				<g:TextBox ui:field="departement" />
322 gduche 20
			</g:HTMLPanel>
335 benjamin 21
 
22
			<g:HTMLPanel styleName="{style.champRecherche}">
23
				<g:Label text="{constants.commune}" />
24
				<g:TextBox ui:field="commune" />
25
			</g:HTMLPanel>
26
 
27
			<g:HTMLPanel styleName="{style.champRecherche}">
28
				<g:Label text="{constants.taxon}" />
386 aurelien 29
				<g:HTMLPanel ui:field="taxon" />
335 benjamin 30
			</g:HTMLPanel>
31
 
32
			<g:HTMLPanel styleName="{style.champRecherche}">
33
				<g:Label text="{constants.famille}" />
34
				<g:TextBox ui:field="famille" />
35
			</g:HTMLPanel>
36
 
37
			<g:HTMLPanel styleName="{style.champRecherche}">
38
				<g:Label text="{constants.genre}" />
39
				<g:TextBox ui:field="genre" />
40
			</g:HTMLPanel>
41
 
42
			<g:HTMLPanel styleName="{style.champRecherche}">
43
				<g:Label text="{constants.tag}" />
44
				<g:TextBox ui:field="tag" />
45
			</g:HTMLPanel>
46
 
47
			<g:HTMLPanel styleName="{style.champRecherche}">
48
				<g:Label text="{constants.mot_clef}" />
49
				<g:TextBox ui:field="motCle" />
50
			</g:HTMLPanel>
51
 
52
			<g:HTMLPanel styleName="{style.champRecherche}">
53
				<g:Label text="{constants.auteur}" />
54
				<g:TextBox ui:field="auteur" />
55
			</g:HTMLPanel>
56
 
57
			<g:HTMLPanel styleName="{style.champRecherche}">
58
				<g:Label text="{constants.date}" />
59
				<g:TextBox ui:field="date" />
60
			</g:HTMLPanel>
61
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}">
62
			</g:Button>
63
			<g:HTMLPanel styleName="nettoyage" />
64
		</g:HTMLPanel>
65
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
66
		<g:HTMLPanel ui:field="zonePagination" />
322 gduche 67
	</g:HTMLPanel>
68
</ui:UiBinder>