Subversion Repositories eFlore/Applications.del

Rev

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