Subversion Repositories eFlore/Applications.del

Rev

Rev 1703 | 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
 
1703 jpm 11
	<g:HTMLPanel styleName="{style.ligneObservation} limiteMin">
12
		<g:HTMLPanel styleName="gauche ombre-faible arrondi {style.observation}">
13
			<g:HTMLPanel styleName="colonne {style.colonneImages}">
14
				<g:Label ui:field="nomEspece" styleName="{style.nomEspece}"></g:Label>
15
				<g:HTMLPanel ui:field="imagesPanel" />
16
			</g:HTMLPanel>
17
			<g:HTMLPanel styleName="colonne">
18
				<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}" />
19
			</g:HTMLPanel>
20
			<g:HTML>
21
				<br class="nettoyage" />
22
			</g:HTML>
23
		</g:HTMLPanel>
24
		<g:HTMLPanel styleName="gauche {style.listePropositions}">
1196 gduche 25
			<g:HTMLPanel styleName="{style.panneauDeterminations}">
26
				<g:Label styleName="titre2 {style.titrePropositions}">Proposition des membres du réseau</g:Label>
27
				<g:HTMLPanel ui:field="determinationsPanel" />
28
				<g:HTMLPanel styleName="nettoyage">
29
					<g:Button ui:field="boutonAjoutProposition" styleName="bouton-petit {style.ajouterProposition}"
30
						text="{constants.proposerSaDetermination}" />
31
					<g:Button ui:field="boutonAjoutCommentaire" styleName="bouton-petit"
32
						text="{constants.ajouterCommentaire}" />
33
					<g:Button ui:field="boutonPlusDeDetails" styleName="bouton-petit {style.ajouterProposition}"
34
						text="Voir tous les commentaires" />
35
					</g:HTMLPanel>
36
			</g:HTMLPanel>
37
		</g:HTMLPanel>
1703 jpm 38
		<hr class="nettoyage" />
1196 gduche 39
	</g:HTMLPanel>
40
</ui:UiBinder>