Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1169 Rev 1183
Line 6... Line 6...
6
	<ui:style src="ResultatRechercheImage.css" />
6
	<ui:style src="ResultatRechercheImage.css" />
Line 7... Line 7...
7
		
7
		
Line 8... Line 8...
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
9
 
9
 
10
	<g:HTMLPanel styleName="{style.contenuResultat}">
10
	<g:HTMLPanel styleName="{style.contenuResultat}">
11
		<g:HTMLPanel styleName="{style.barreNavigation}">
11
		<g:HTMLPanel styleName="{style.barreNavigation} limiteMax limiteMin">
12
			<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
12
			<g:VerticalPanel ui:field="panneauPaginationHaut" styleName="gauche {style.paginationHaut}" />
13
			<g:HTMLPanel styleName="gauche {style.protocoles}">
13
			<g:HTMLPanel styleName="gauche {style.protocoles}">
14
					<g:ListBox ui:field="listeProtocoles" />
14
					<g:ListBox ui:field="listeProtocoles" />
Line 37... Line 37...
37
			<g:Image url="./img/wait.gif"></g:Image>
37
			<g:Image url="./img/wait.gif"></g:Image>
38
		</g:VerticalPanel>
38
		</g:VerticalPanel>
39
		<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
39
		<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
40
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
40
		<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
41
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
41
		<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
42
		<g:VerticalPanel ui:field="panneauPagination" />
42
		<g:VerticalPanel ui:field="panneauPagination" styleName="limiteMax limiteMin"/>
43
	</g:HTMLPanel>
43
	</g:HTMLPanel>
44
</ui:UiBinder>
44
</ui:UiBinder>