18,47 → 18,47 |
<g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.contientMots}" /> |
<g:Label text="{constants.contientMots}" styleName="petit"/> |
<g:TextBox ui:field="contientMots" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.famille}" /> |
<g:Label text="{constants.famille}" styleName="petit"/> |
<g:TextBox ui:field="famille" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.taxon}" /> |
<g:Label text="{constants.taxon}" styleName="petit"/> |
<g:HTMLPanel ui:field="taxon" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.genre}" /> |
<g:Label text="{constants.genre}" styleName="petit"/> |
<g:TextBox ui:field="genre" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.commune}" /> |
<g:Label text="{constants.commune}" styleName="petit"/> |
<g:HTMLPanel ui:field="commune" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.departement}" /> |
<g:Label text="{constants.departement}" styleName="petit"/> |
<g:TextBox ui:field="departement" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.auteur}" /> |
<g:Label text="{constants.auteur}" styleName="petit"/> |
<g:TextBox ui:field="auteur" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.date}" /> |
<g:Label text="{constants.date}" styleName="petit"/> |
<g:TextBox ui:field="date" /> |
</g:HTMLPanel> |
|
<g:HTMLPanel styleName="{style.champRecherche}"> |
<g:Label text="{constants.tag}" /> |
<g:Label text="{constants.tag}" styleName="petit"/> |
<g:TextBox ui:field="motCle" /> |
</g:HTMLPanel> |
|