Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 gduche 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'
6
		type='org.tela_botanica.del.client.resources.Ressources' />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
 
9
	<ui:style src="observation.css" />
10
 
11
	<g:HTMLPanel styleName="{style.ligneObservation} limiteMin limiteMax">
12
		<g:HTMLPanel styleName="droite {style.listePropositions}">
13
			<g:HTMLPanel styleName="{style.panneauDeterminations}">
14
				<g:Label styleName="titre2 {style.titrePropositions}">Proposition des membres du réseau</g:Label>
15
				<g:HTMLPanel ui:field="determinationsPanel" />
16
				<g:HTMLPanel styleName="nettoyage">
17
					<g:Button ui:field="boutonAjoutProposition" styleName="bouton-petit {style.ajouterProposition}"
18
						text="{constants.proposerSaDetermination}" />
19
					<g:Button ui:field="boutonAjoutCommentaire" styleName="bouton-petit"
20
						text="{constants.ajouterCommentaire}" />
21
					<g:Button ui:field="boutonPlusDeDetails" styleName="bouton-petit {style.ajouterProposition}"
22
						text="Voir tous les commentaires" />
23
					</g:HTMLPanel>
24
			</g:HTMLPanel>
25
 
26
		</g:HTMLPanel>
27
		<g:HTMLPanel styleName="ligne ombre-faible arrondi {style.observation}">
28
			<g:HTMLPanel styleName="colonne {style.colonneImages}">
29
				<g:Label ui:field="nomEspece" styleName="{style.nomEspece}"></g:Label>
30
				<g:HTMLPanel ui:field="imagesPanel" />
31
			</g:HTMLPanel>
32
			<g:HTMLPanel styleName="colonne">
33
				<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}" />
34
			</g:HTMLPanel>
35
			<g:HTML>
36
				<br class="nettoyage" />
37
			</g:HTML>
38
		</g:HTMLPanel>
39
	</g:HTMLPanel>
40
 
41
</ui:UiBinder>