Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 490 → Rev 491

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/ResultatRechercheImageVue.ui.xml
13,13 → 13,17
<g:HorizontalPanel>
<g:HorizontalPanel ui:field="triParNbVotes">
<g:Label text="{constants.triParNbVotes}" />
<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
<g:Button title="{constants.triParNbVotesAscendant}"
ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button title="{constants.triParNbVotesDescendant}"
ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
</g:HorizontalPanel>
<g:HorizontalPanel ui:field="triParDate">
<g:Label text="{constants.triParDate}" />
<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
<g:Button title="{constants.triParDateAscendant}"
ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button title="{constants.triParDateDescendant}"
ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
</g:HorizontalPanel>
</g:HorizontalPanel>
</g:HTMLPanel>
/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/ResultatRechercheImagePresenteur.java
76,6 → 76,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheImages = CacheClient.getInstance().getInformationsRechercheImage();
informationsRechercheImages.setTriParNbVotes(ModeTri.TRI_ASCENDANT);
informationsRechercheImages.setTriParDate(ModeTri.PAS_DE_TRI);
chargerEtAfficherImagesPageEnCours();
}
});
86,6 → 87,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheImages = CacheClient.getInstance().getInformationsRechercheImage();
informationsRechercheImages.setTriParNbVotes(ModeTri.TRI_DESCENDANT);
informationsRechercheImages.setTriParDate(ModeTri.PAS_DE_TRI);
chargerEtAfficherImagesPageEnCours();
}
});
96,6 → 98,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheImages = CacheClient.getInstance().getInformationsRechercheImage();
informationsRechercheImages.setTriParDate(ModeTri.TRI_ASCENDANT);
informationsRechercheImages.setTriParNbVotes(ModeTri.PAS_DE_TRI);
chargerEtAfficherImagesPageEnCours();
}
});
106,6 → 109,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheImages = CacheClient.getInstance().getInformationsRechercheImage();
informationsRechercheImages.setTriParDate(ModeTri.TRI_DESCENDANT);
informationsRechercheImages.setTriParNbVotes(ModeTri.PAS_DE_TRI);
chargerEtAfficherImagesPageEnCours();
}
});
/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/resultats/ResultatsRechercheObservationsVue.ui.xml
12,13 → 12,17
<g:HorizontalPanel>
<g:HorizontalPanel ui:field="triParNbVotes">
<g:Label text="{constants.triParNbVotes}" />
<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
<g:Button title="{constants.triParNbVotesAscendant}"
ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button title="{constants.triParNbVotesDescendant}"
ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
</g:HorizontalPanel>
<g:HorizontalPanel ui:field="triParDate">
<g:Label text="{constants.triParDate}" />
<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
<g:Button title="{constants.triParDateAscendant}"
ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button title="{constants.triParDateDescendant}"
ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
</g:HorizontalPanel>
</g:HorizontalPanel>
</g:HTMLPanel>
/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/resultats/ResultatsRechercheObservationsPresenteur.java
67,6 → 67,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheObservations = CacheClient.getInstance().getInformationsRechercheObservation();
informationsRechercheObservations.setTriParNbVotes(ModeTri.TRI_ASCENDANT);
informationsRechercheObservations.setTriParDate(ModeTri.PAS_DE_TRI);
chercherEtAfficherObservationsPageEnCours();
}
});
77,6 → 78,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheObservations = CacheClient.getInstance().getInformationsRechercheObservation();
informationsRechercheObservations.setTriParNbVotes(ModeTri.TRI_DESCENDANT);
informationsRechercheObservations.setTriParDate(ModeTri.PAS_DE_TRI);
chercherEtAfficherObservationsPageEnCours();
}
});
87,6 → 89,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheObservations = CacheClient.getInstance().getInformationsRechercheObservation();
informationsRechercheObservations.setTriParDate(ModeTri.TRI_ASCENDANT);
informationsRechercheObservations.setTriParNbVotes(ModeTri.PAS_DE_TRI);
chercherEtAfficherObservationsPageEnCours();
}
});
97,6 → 100,7
public void onClick(ClickEvent arg0) {
InformationsRecherche informationsRechercheObservations = CacheClient.getInstance().getInformationsRechercheObservation();
informationsRechercheObservations.setTriParDate(ModeTri.TRI_DESCENDANT);
informationsRechercheObservations.setTriParNbVotes(ModeTri.PAS_DE_TRI);
chercherEtAfficherObservationsPageEnCours();
}
});