Line 2... |
Line 2... |
2 |
ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
2 |
ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
3 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
|
3 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
|
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
Line 5... |
Line 5... |
5 |
|
5 |
|
6 |
<ui:style src="RechercheObservations.css" />
|
6 |
<ui:style src="RechercheObservations.css" />
|
7 |
<g:HTMLPanel styleName="contenu">
|
7 |
<g:HTMLPanel>
|
8 |
<g:Label text="Vue Recherche Observations" styleName="titre"/>
|
8 |
<g:Label text="Vue Recherche Observations" styleName="titre"/>
|
Line 9... |
Line 9... |
9 |
<g:Label text="la vue pour rechercher parmi les observations" styleName="petit"/>
|
9 |
<g:Label text="la vue pour rechercher parmi les observations" styleName="petit"/>
|
10 |
|
10 |
|
Line 58... |
Line 58... |
58 |
</g:HTMLPanel>
|
58 |
</g:HTMLPanel>
|
59 |
<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee">Rechercher</g:Button>
|
59 |
<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee">Rechercher</g:Button>
|
60 |
<g:HTMLPanel styleName="nettoyage" />
|
60 |
<g:HTMLPanel styleName="nettoyage" />
|
61 |
</g:HTMLPanel>
|
61 |
</g:HTMLPanel>
|
62 |
<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}"></g:Label>
|
62 |
<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}"></g:Label>
|
63 |
<g:HTMLPanel ui:field="zoneObservations" />
|
63 |
<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}"/>
|
64 |
<g:HTMLPanel ui:field="zonePagination" />
|
64 |
<g:HTMLPanel ui:field="zonePagination" />
|
65 |
</g:HTMLPanel>
|
65 |
</g:HTMLPanel>
|
66 |
</ui:UiBinder>
|
66 |
</ui:UiBinder>
|