Subversion Repositories eFlore/Applications.del

Rev

Rev 1038 | 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" />
1075 gduche 16
				<g:Button ui:field="boutonAjoutProposition" styleName="bouton-petit {style.ajouterProposition}"
1026 gduche 17
						text="{constants.proposerSaDetermination}" />
1075 gduche 18
				<g:Button ui:field="boutonAjoutCommentaire" styleName="bouton-petit"
19
						text="{constants.ajouterCommentaire}" />
20
				<g:Button ui:field="boutonPlusDeDetails" styleName="bouton-petit {style.ajouterProposition}"
21
						text="Plus de détails" />
1026 gduche 22
			</g:HTMLPanel>
656 gduche 23
 
24
		</g:HTMLPanel>
1026 gduche 25
		<g:HTMLPanel styleName="ligne ombre-faible arrondi {style.observation}">
26
			<g:HTMLPanel styleName="colonne {style.colonneImages}">
27
				<g:Label ui:field="nomEspece" styleName="{style.nomEspece}"></g:Label>
28
				<g:HTMLPanel ui:field="imagesPanel" />
29
			</g:HTMLPanel>
30
			<g:HTMLPanel styleName="colonne">
31
				<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}" />
32
			</g:HTMLPanel>
33
			<g:HTML>
34
				<br class="nettoyage" />
35
			</g:HTML>
333 gduche 36
		</g:HTMLPanel>
652 aurelien 37
	</g:HTMLPanel>
1026 gduche 38
 
166 gduche 39
</ui:UiBinder>