Subversion Repositories eFlore/Applications.del

Rev

Rev 1083 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
436 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">
1026 gduche 5
	<ui:with field='res'
6
		type='org.tela_botanica.del.client.resources.Ressources' />
436 benjamin 7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
166 gduche 8
 
436 benjamin 9
	<ui:style src="observation.css" />
1026 gduche 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" />
1183 gduche 16
				<g:HTMLPanel styleName="nettoyage">
17
					<g:Button ui:field="boutonAjoutProposition" styleName="bouton-petit {style.ajouterProposition}"
1026 gduche 18
						text="{constants.proposerSaDetermination}" />
1183 gduche 19
					<g:Button ui:field="boutonAjoutCommentaire" styleName="bouton-petit"
1075 gduche 20
						text="{constants.ajouterCommentaire}" />
1183 gduche 21
					<g:Button ui:field="boutonPlusDeDetails" styleName="bouton-petit {style.ajouterProposition}"
1083 gduche 22
						text="Voir tous les commentaires" />
1183 gduche 23
					</g:HTMLPanel>
1026 gduche 24
			</g:HTMLPanel>
656 gduche 25
 
26
		</g:HTMLPanel>
1026 gduche 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>
333 gduche 38
		</g:HTMLPanel>
652 aurelien 39
	</g:HTMLPanel>
1026 gduche 40
 
166 gduche 41
</ui:UiBinder>