/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.properties |
---|
71,11 → 71,12 |
# Trie |
tri = Tri : |
triParDate = Date |
triParDateTooltip = Trier par date de publication |
triParDateAscendant = Tri actuel par date de publication de la plus ancienne à la plus récente |
triParDateDescendant = Tri actuel par date de publication de la plus récente à la plus ancienne |
triParDatePubli = Date de publication |
triParDatePubliTooltip = Trier par date de publication |
triParDatePubliAscendant = Tri actuel par date de publication de la plus ancienne à la plus récente |
triParDatePubliDescendant = Tri actuel par date de publication de la plus récente à la plus ancienne |
triParDateObs = Date d'observation |
triParDateObsTooltip = Trier par date d'observation |
triParDateObsAscendant = Tri actuel par date d'observation de la plus ancienne à la plus récente |
triParDateObsDescendant = Tri actuel par date d'observation de la plus récente à la plus ancienne |
95,6 → 96,11 |
triParNbTagsAscendant = Tri actuel par nombre de tags croissant |
triParNbTagsDescendant = Tri actuel par nombre de tags décroissant |
triParNbCommentaires = Nombre de commentaires |
triParNbCommentairesTooltip = Trier par nombre de commentaires |
triParNbCommentairesAscendant = Tri actuel par nombre de commentaires croissant |
triParNbCommentairesDescendant = Tri actuel par nombre de commentaires décroissant |
# Vue résultat images |
introRechercheImages = Cette galerie vous permet de rechercher les illustrations des membres du réseau issues du Carnet en ligne... et de voter pour la qualité des images selon un protocole défini. |
indicationActionClicImage = Cliquez sur l'image pour l'agrandir ou sur le bandeau contenant le nom pour accéder à la fiche de l'observation |
118,6 → 124,11 |
voirDetailVotes = Voir le détail des utilisateurs qui ont voté |
voirDetailCommentaires = Voir les commentaires liés à cette proposition |
ongletTous = Tout |
ongletADeterminer = A déterminer |
ongletAConfirmer = A confirmer |
ongletVerifiees = Vérifiées |
# Vue determination |
proposerSaDetermination = Proposer une détermination |
infoProposerDetermination = Pour proposer une détermination, remplissez les champs ci-dessous et cliquez sur le bouton Proposer ! |
164,7 → 175,7 |
motsClefs = Mots-clés |
validePar = Validé par |
dateValidation = Date de dernière validation |
transmisLe = Transmis le |
publieLe = Publié le |
# Vue votes protocoles |
votes = Moyenne des votes |
/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java |
---|
1276,13 → 1276,13 |
String titreSeConnecter(); |
/** |
* Translated "Transmis le". |
* Translated "Publié le". |
* |
* @return translated "Transmis le" |
* @return translated "Publié le" |
*/ |
@DefaultStringValue("Transmis le") |
@Key("transmisLe") |
String transmisLe(); |
@DefaultStringValue("Publié le") |
@Key("publieLe") |
String publieLe(); |
/** |
* Translated "Tri : ". |
1294,13 → 1294,22 |
String tri(); |
/** |
* Translated "Date de publication". |
* |
* @return translated "Date de publication" |
*/ |
@DefaultStringValue("Date de publication") |
@Key("triParDatePubli") |
String triParDatePubli(); |
/** |
* Translated "Date". |
* |
* @return translated "Date" |
*/ |
@DefaultStringValue("Date") |
@Key("triParDate") |
String triParDate(); |
@DefaultStringValue("Date d'observation") |
@Key("triParDateObs") |
String triParDateObs(); |
/** |
* Translated "Trier par date de publication". |
1308,8 → 1317,8 |
* @return translated "Trier par date de publication" |
*/ |
@DefaultStringValue("Trier par date de publication") |
@Key("triParDateTooltip") |
String triParDateTooltip(); |
@Key("triParDatePubliTooltip") |
String triParDatePubliTooltip(); |
/** |
* Translated "Tri actuel par date de publication de la plus ancienne à la plus récente". |
1317,8 → 1326,8 |
* @return translated "Tri actuel par date de publication de la plus ancienne à la plus récente" |
*/ |
@DefaultStringValue("Tri actuel par date de publication de la plus ancienne à la plus récente") |
@Key("triParDateAscendant") |
String triParDateAscendant(); |
@Key("triParDatePubliAscendant") |
String triParDatePubliAscendant(); |
/** |
* Translated "Tri actuel par date de publication de la plus récente à la plus ancienne". |
1326,8 → 1335,8 |
* @return translated "Tri actuel par date de publication de la plus récente à la plus ancienne" |
*/ |
@DefaultStringValue("Tri actuel par date de publication de la plus récente à la plus ancienne") |
@Key("triParDateDescendant") |
String triParDateDescendant(); |
@Key("triParDatePubliDescendant") |
String triParDatePubliDescendant(); |
/** |
* Translated "Trier par date d'observation". |
1465,6 → 1474,43 |
String triParNbPointsDescendant(); |
/** |
* Translated "Nombre de commentaires". |
* |
* @return translated "Nombre de commentaires" |
*/ |
@DefaultStringValue("Nombre de commentaires") |
@Key("triParNbCommentaires") |
String triParNbCommentaires(); |
/** |
* Translated "Trier par nombre de commentaires". |
* |
* @return translated "Trier par nombre de commentaires" |
*/ |
@DefaultStringValue("Trier par nombre de commentaires") |
@Key("triParNbCommentairesTooltip") |
String triParNbCommentairesTooltip(); |
/** |
* Translated "Tri actuel par nombre de commentaires croissant". |
* |
* @return translated "Tri actuel par nombre de commentaires croissant" |
*/ |
@DefaultStringValue("Tri actuel par nombre de commentaires croissant") |
@Key("triParNbCommentairesAscendant") |
String triParNbCommentairesAscendant(); |
/** |
* Translated "Tri actuel par nombre de commentaires décroissant". |
* |
* @return translated "Tri actuel par nombre de commentaires décroissant" |
*/ |
@DefaultStringValue("Tri actuel par nombre de commentaires décroissant") |
@Key("triParNbCommentairesDescendant") |
String triParNbCommentairesDescendant(); |
/** |
* Translated "Vote". |
* |
* @return translated "Vote" |
1510,6 → 1556,42 |
String voirDetailCommentaires(); |
/** |
* Translated "Tout". |
* |
* @return translated "Tout" |
*/ |
@DefaultStringValue("Tout") |
@Key("ongletTous") |
String ongletTous(); |
/** |
* Translated "A déterminer". |
* |
* @return translated "A déterminer" |
*/ |
@DefaultStringValue("A déterminer") |
@Key("ongletADeterminer") |
String ongletADeterminer(); |
/** |
* Translated "A confirmer". |
* |
* @return translated "A confirmer" |
*/ |
@DefaultStringValue("A confirmer") |
@Key("ongletAConfirmer") |
String ongletAConfirmer(); |
/** |
* Translated "Vérifiées". |
* |
* @return translated "Vérifiées" |
*/ |
@DefaultStringValue("Vérifiées") |
@Key("ongletVerifiees") |
String ongletVerifiees(); |
/** |
* Translated "Voir le détail des utilisateurs qui ont voté". |
* |
* @return translated "Voir le détail des utilisateurs qui ont voté" |
/trunk/src/org/tela_botanica/del/client/utils/ModerationUtils.java |
---|
18,7 → 18,7 |
if(!utilisateur.etreAdmin()) { |
Date dateCourante = new Date(); |
Date dateObs = DateTimeFormat.getFormat("yyyy-MM-dd HH:mm:ss").parse(observation.getDateTransmission()); |
boolean estEnRetard = CalendarUtil.getDaysBetween(dateObs, dateCourante) > 60; |
boolean estEnRetard = CalendarUtil.getDaysBetween(dateObs, dateCourante) > 30; |
boolean observationAuteurAnonyme = !observation.getIdAuteur().equals(0); |
if(utilisateur.etreValidateur() && observationAuteurAnonyme && estEnRetard) { |
/trunk/src/org/tela_botanica/del/client/utils/UtilitairesServiceResultat.java |
---|
91,6 → 91,9 |
observation.setCommentaire(getValeurOuVide(observationJson, "commentaire")); |
observation.setNumNomenclatural(getValeurOuVide(observationJson, "determination.nn")); |
observation.setReferentiel(getValeurOuVide(observationJson, "determination.referentiel")); |
String nbCom = getValeurOuVide(observationJson, "nb_commentaires"); |
nbCom = nbCom.equals("") ? "0" : nbCom; |
observation.setNbCommentaires(nbCom); |
observation.setMotsClefs(parserMotsCles(UtilitairesServiceResultat.getValeurOuVide(observationJson, "mots_cles_texte"))); |
JSONValue propositions = observationJson.get("commentaires"); |
626,12 → 629,11 |
// TODO ajouter vérifications plus précises |
double total = retourJson.isObject().get("entete").isObject().get("total").isNumber().doubleValue(); |
nbTotalObservationsPourLaRecherche = (int) total; |
JSONObject tableauObs = retourJson.isObject().get("resultats").isObject(); |
JSONArray tableauObs = retourJson.isObject().get("resultats").isArray(); |
if (tableauObs != null) { |
java.util.Iterator<String> it = tableauObs.keySet().iterator(); |
while (it.hasNext()) { |
JSONObject observationJson = tableauObs.get(it.next()).isObject(); |
for(int i = 0; i < tableauObs.size(); i++) { |
JSONObject observationJson = tableauObs.get(i).isObject(); |
Observation observation = analyserObservation(observationJson); |
observations.add(observation); |
} |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/moteur/MoteurIdentiplanteVue.ui.xml |
---|
14,11 → 14,11 |
<g:HTMLPanel ui:field="zoneRecherche" /> |
</g:HTMLPanel> |
<g:HTMLPanel styleName="zone-onglets"> |
<g:Label styleName="onglet onglet-actif" text="Tout" ui:field="ongletTout"></g:Label> |
<g:Label styleName="onglet" text="A déterminer" ui:field="ongletADeterminer"></g:Label> |
<g:Label styleName="onglet" text="En discussion" ui:field="ongletEnDiscussion"></g:Label> |
<g:Label styleName="onglet onglet-actif" text="{constants.ongletTous}" ui:field="ongletTout"></g:Label> |
<g:Label styleName="onglet" text="{constants.ongletADeterminer}" ui:field="ongletADeterminer"></g:Label> |
<g:Label styleName="onglet" text="{constants.ongletAConfirmer}" ui:field="ongletAConfirmer"></g:Label> |
<!-- terme Validées/Vérifiées sujet à changement, "Vérifiées" en texte, "Validées" partout ailleurs dans le code --> |
<g:Label styleName="onglet" text="Vérifiées" ui:field="ongletValidees"></g:Label> |
<g:Label styleName="onglet" text="{constants.ongletVerifiees}" ui:field="ongletValidees"></g:Label> |
</g:HTMLPanel> |
<g:HTMLPanel> |
<g:HTMLPanel ui:field="zoneResultats" /> |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/moteur/MoteurIdentiplantePresenteur.java |
---|
28,7 → 28,7 |
public HasWidgets getZoneResultats(); |
public HasClickHandlers getOngletEnDiscussion(); |
public HasClickHandlers getOngletAConfirmer(); |
public HasClickHandlers getOngletADeterminer(); |
40,7 → 40,7 |
public void setOngletToutActif(); |
public void setOngletEnDiscussionActif(); |
public void setOngletAConfirmerActif(); |
public void setOngletValideesActif(); |
102,14 → 102,14 |
} |
}); |
vue.getOngletEnDiscussion().addClickHandler(new ClickHandler() { |
vue.getOngletAConfirmer().addClickHandler(new ClickHandler() { |
@Override |
public void onClick(ClickEvent event) { |
CacheClient.getInstance().setFiltreStatut("endiscussion"); |
CacheClient.getInstance().setFiltreStatut("aconfirmer"); |
CacheClient.getInstance().setPageCouranteRechercheObservations(1); |
chercherObservations(); |
vue.setOngletEnDiscussionActif(); |
vue.setOngletAConfirmerActif(); |
} |
}); |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/moteur/MoteurIdentiplanteVue.java |
---|
24,7 → 24,7 |
Panel zoneRecherche, zoneResultats; |
@UiField |
Label ongletTout, ongletADeterminer, ongletEnDiscussion, ongletValidees; |
Label ongletTout, ongletADeterminer, ongletAConfirmer, ongletValidees; |
public HasWidgets getZoneRecherche() { |
return zoneRecherche; |
41,8 → 41,8 |
} |
@Override |
public HasClickHandlers getOngletEnDiscussion() { |
return ongletEnDiscussion; |
public HasClickHandlers getOngletAConfirmer() { |
return ongletAConfirmer; |
} |
@Override |
73,9 → 73,9 |
} |
@Override |
public void setOngletEnDiscussionActif() { |
public void setOngletAConfirmerActif() { |
nettoyerOngletsActifs(); |
ongletEnDiscussion.addStyleName("onglet-actif"); |
ongletAConfirmer.addStyleName("onglet-actif"); |
} |
@Override |
87,7 → 87,7 |
public void nettoyerOngletsActifs() { |
ongletTout.removeStyleName("onglet-actif"); |
ongletADeterminer.removeStyleName("onglet-actif"); |
ongletEnDiscussion.removeStyleName("onglet-actif"); |
ongletAConfirmer.removeStyleName("onglet-actif"); |
ongletValidees.removeStyleName("onglet-actif"); |
} |
97,8 → 97,8 |
setOngletToutActif(); |
} else if (statut.equals("adeterminer")) { |
setOngletADeterminerActif(); |
} else if (statut.equals("endiscussion")) { |
setOngletEnDiscussionActif(); |
} else if (statut.equals("aconfirmer")) { |
setOngletAConfirmerActif(); |
} else if (statut.equals("validees")) { |
setOngletValideesActif(); |
} |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/observations/observation.css |
---|
95,4 → 95,7 |
} |
.ajouterProposition { |
margin-top:10px; |
} |
.plusDeDetails { |
width: 130px; |
} |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/observations/ObservationVue.ui.xml |
---|
30,7 → 30,7 |
text="{constants.proposerSaDetermination}" /> |
<g:Button ui:field="boutonAjoutCommentaire" styleName="bouton-petit" |
text="{constants.ajouterCommentaire}" /> |
<g:Button ui:field="boutonPlusDeDetails" styleName="bouton-petit {style.ajouterProposition}" |
<g:Button ui:field="boutonPlusDeDetails" styleName="bouton-petit {style.ajouterProposition} {style.plusDeDetails}" |
text="Voir tous les commentaires" /> |
</g:HTMLPanel> |
</g:HTMLPanel> |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/observations/ObservationPresenteur.java |
---|
33,6 → 33,7 |
import com.google.gwt.event.dom.client.ClickEvent; |
import com.google.gwt.event.dom.client.ClickHandler; |
import com.google.gwt.event.dom.client.HasClickHandlers; |
import com.google.gwt.user.client.Window; |
import com.google.gwt.user.client.ui.HasWidgets; |
import com.google.gwt.user.client.ui.IsWidget; |
51,6 → 52,8 |
public void setNomEspece(String nomEspece); |
public void setNbCommentaires(String nbCommentaires); |
public HasClickHandlers getBoutonAjoutCommentaire(); |
public HasClickHandlers getBoutonPlusDeDetails(); |
} |
78,6 → 81,7 |
observationDeterminationPresenteur = new ObservationDeterminationPresenteur(new ObservationDeterminationVue(), observation.getPropositionDeterminations()); |
observationDeterminationPresenteur.go(vue.getDeterminationsPanel()); |
vue.setNomEspece(observation.getNomRetenu()); |
vue.setNbCommentaires(observation.getNbCommentaires()); |
gererEvenements(); |
} |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/observations/ObservationVue.java |
---|
73,4 → 73,9 |
this.nomEspece.setText(nomEspece); |
} |
@Override |
public void setNbCommentaires(String nbCommentaires) { |
boutonPlusDeDetails.setText(boutonPlusDeDetails.getText()+" ("+nbCommentaires+")"); |
} |
} |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/ResultatsIdentiplanteVue.ui.xml |
---|
13,9 → 13,15 |
<g:HTMLPanel ui:field="zoneTri" styleName="droite {style.zoneTri} petit"> |
<g:Label text="{constants.tri}" styleName="gauche"/> |
<g:HTMLPanel ui:field="triParDate" styleName="gauche"> |
<g:Label text="{constants.triParDate}" title="{constants.triParDateObsTooltip}" styleName="gauche {style.date}" ui:field="labelDate"/> |
<g:Button title="{constants.triParDateObsAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" /> |
<g:Button title="{constants.triParDateObsDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" /> |
<g:Label text="{constants.triParDateObs}" title="{constants.triParDateObsTooltip}" styleName="gauche {style.date}" ui:field="labelDateObservation"/> |
<g:Button title="{constants.triParDateObsAscendant}" ui:field="triParDateObservationAscendant" styleName="{style.boutonTriAsc} gauche" /> |
<g:Button title="{constants.triParDateObsDescendant}" ui:field="triParDateObservationDescendant" styleName="{style.boutonTriDesc} gauche" /> |
<g:Label text="{constants.triParDatePubli}" title="{constants.triParDatePubliTooltip}" styleName="gauche {style.date}" ui:field="labelDatePublication"/> |
<g:Button title="{constants.triParDatePubliAscendant}" ui:field="triParDatePublicationAscendant" styleName="{style.boutonTriAsc} gauche" /> |
<g:Button title="{constants.triParDatePubliDescendant}" ui:field="triParDatePublicationDescendant" styleName="{style.boutonTriDesc} gauche" /> |
<g:Label text="{constants.triParNbCommentaires}" title="{constants.triParDatePubliTooltip}" styleName="gauche {style.date}" ui:field="labelNbCommentaires"/> |
<g:Button title="{constants.triParDatePubliAscendant}" ui:field="triParNbCommentairesAscendant" styleName="{style.boutonTriAsc} gauche" /> |
<g:Button title="{constants.triParDatePubliDescendant}" ui:field="triParNbCommentairesDescendant" styleName="{style.boutonTriDesc} gauche" /> |
</g:HTMLPanel> |
</g:HTMLPanel> |
</g:HTMLPanel> |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/ResultatsIdentiplantePresenteur.java |
---|
22,6 → 22,7 |
import com.google.gwt.user.client.Window; |
import com.google.gwt.user.client.ui.HasWidgets; |
import com.google.gwt.user.client.ui.IsWidget; |
import com.google.gwt.user.client.ui.Label; |
public class ResultatsIdentiplantePresenteur extends Presenteur { |
41,22 → 42,40 |
public void nettoyer(); |
public HasClickHandlers getTriParDateAscendant(); |
public HasClickHandlers getTriParDateObservationAscendant(); |
public HasClickHandlers getTriParDateDescendant(); |
public HasClickHandlers getTriParDateObservationDescendant(); |
public HasClickHandlers getTriParDatePublicationAscendant(); |
public HasClickHandlers getTriParDatePublicationDescendant(); |
public HasClickHandlers getTriParNbCommentairesAscendant(); |
public HasClickHandlers getTriParNbCommentairesDescendant(); |
public void afficherElementsAucunResultatTrouve(); |
public void afficherElementsResultatsTrouves(); |
public HasClickHandlers getLabelDate(); |
public HasClickHandlers getLabelDateObservation(); |
public void setModeTri(ModeTri mode); |
public HasClickHandlers getLabelDatePublication(); |
public HasClickHandlers getLabelNbCommentaires(); |
void setModeTriPublication(ModeTri mode); |
void setModeTriObservation(ModeTri mode); |
void setModeTriNbCommentaires(ModeTri mode); |
} |
private Vue vue; |
private ObservationService serviceObs; |
private ModeTri triCourantDate = ModeTri.TRI_DESCENDANT; |
private ModeTri triCourantDatePublication = ModeTri.TRI_DESCENDANT; |
private ModeTri triCourantDateObservation = ModeTri.PAS_DE_TRI; |
private ModeTri triCourantNbCommentaires = ModeTri.PAS_DE_TRI; |
private CacheClient cache = CacheClient.getInstance(); |
private String statut; |
70,10 → 89,23 |
public ResultatsIdentiplantePresenteur(ObservationService serviceObs, Vue vue) { |
String statut = CacheClient.getInstance().getFiltreStatut(); |
this.vue = vue; |
ModeTri initTriCourantDate = CacheClient.getInstance().getInformationsRechercheObservation().getTriParDate(); |
initTriCourantDate = (initTriCourantDate == null) ? triCourantDate : initTriCourantDate; |
triCourantDate = initTriCourantDate; |
vue.setModeTri(triCourantDate); |
InformationsRecherche infos = CacheClient.getInstance().getInformationsRechercheObservation(); |
if (infos.getTriParDatePublication() != ModeTri.PAS_DE_TRI) { |
triCourantDatePublication = infos.getTriParDatePublication(); |
vue.setModeTriPublication(triCourantDatePublication); |
} |
if (infos.getTriParDateObservation() != ModeTri.PAS_DE_TRI) { |
triCourantDateObservation = infos.getTriParDateObservation(); |
vue.setModeTriObservation(triCourantDatePublication); |
} |
if (infos.getTriParNbCommentaires() != ModeTri.PAS_DE_TRI) { |
triCourantNbCommentaires = infos.getTriParNbCommentaires(); |
vue.setModeTriNbCommentaires(triCourantNbCommentaires); |
} |
this.serviceObs = serviceObs; |
this.statut = statut; |
} |
162,39 → 194,118 |
* */ |
protected void gererEvenements() { |
ClickHandler surClicDate = new ClickHandler() { |
ClickHandler surClicDateObservation = new ClickHandler() { |
/** |
* Gestion du clic sur l'option de tri par date d'observation Masque |
* les éléments de tri qui sont en cours et affiche les autres |
* */ |
public void onClick(ClickEvent event) { |
toggleModeTri(); |
toggleModeTriObservation(); |
InformationsRecherche informationsRechercheObservations = cache.getInformationsRechercheObservation(); |
informationsRechercheObservations.setTriParDate(triCourantDate); |
informationsRechercheObservations.setTriParDatePublication(ModeTri.PAS_DE_TRI); |
informationsRechercheObservations.setTriParNbCommentaires(ModeTri.PAS_DE_TRI); |
informationsRechercheObservations.setTriParDateObservation(triCourantDateObservation); |
chercherEtAfficherObservationsPageEnCours(); |
} |
}; |
vue.getLabelDate().addClickHandler(surClicDate); |
vue.getTriParDateAscendant().addClickHandler(surClicDate); |
vue.getTriParDateDescendant().addClickHandler(surClicDate); |
ClickHandler surClicDatePublication = new ClickHandler() { |
/** |
* Gestion du clic sur l'option de tri par date d'observation Masque |
* les éléments de tri qui sont en cours et affiche les autres |
* */ |
public void onClick(ClickEvent event) { |
toggleModeTriPublication(); |
InformationsRecherche informationsRechercheObservations = cache.getInformationsRechercheObservation(); |
informationsRechercheObservations.setTriParDateObservation(ModeTri.PAS_DE_TRI); |
informationsRechercheObservations.setTriParNbCommentaires(ModeTri.PAS_DE_TRI); |
informationsRechercheObservations.setTriParDatePublication(triCourantDatePublication); |
chercherEtAfficherObservationsPageEnCours(); |
} |
}; |
ClickHandler surClicNbCommentaires = new ClickHandler() { |
/** |
* Même comportement qu'au dessus mais pour le tri par nb de commentaires |
*/ |
public void onClick(ClickEvent event) { |
toggleModeTriNbCommentaires(); |
InformationsRecherche informationsRechercheObservations = cache.getInformationsRechercheObservation(); |
informationsRechercheObservations.setTriParDateObservation(ModeTri.PAS_DE_TRI); |
informationsRechercheObservations.setTriParDatePublication(ModeTri.PAS_DE_TRI); |
informationsRechercheObservations.setTriParNbCommentaires(triCourantNbCommentaires); |
chercherEtAfficherObservationsPageEnCours(); |
} |
}; |
vue.getLabelDateObservation().addClickHandler(surClicDateObservation); |
vue.getTriParDateObservationAscendant().addClickHandler(surClicDateObservation); |
vue.getTriParDateObservationDescendant().addClickHandler(surClicDateObservation); |
vue.getLabelDatePublication().addClickHandler(surClicDatePublication); |
vue.getTriParDatePublicationAscendant().addClickHandler(surClicDatePublication); |
vue.getTriParDatePublicationDescendant().addClickHandler(surClicDatePublication); |
vue.getLabelNbCommentaires().addClickHandler(surClicNbCommentaires); |
vue.getTriParNbCommentairesAscendant().addClickHandler(surClicNbCommentaires); |
vue.getTriParNbCommentairesDescendant().addClickHandler(surClicNbCommentaires); |
} |
/** |
* Inverser le mode de tri en fonction du précédent |
* */ |
public void toggleModeTri() { |
if (triCourantDate == ModeTri.TRI_ASCENDANT) { |
triCourantDate = ModeTri.TRI_DESCENDANT; |
public void toggleModeTriPublication() { |
if (triCourantDatePublication == ModeTri.TRI_ASCENDANT) { |
triCourantDatePublication = ModeTri.TRI_DESCENDANT; |
} else { |
triCourantDate = ModeTri.TRI_ASCENDANT; |
triCourantDatePublication = ModeTri.TRI_ASCENDANT; |
} |
vue.setModeTri(triCourantDate); |
triCourantDateObservation = ModeTri.PAS_DE_TRI; |
triCourantNbCommentaires = ModeTri.PAS_DE_TRI; |
vue.setModeTriPublication(triCourantDatePublication); |
} |
/** |
* Inverser le mode de tri en fonction du précédent |
* */ |
public void toggleModeTriObservation() { |
if (triCourantDateObservation == ModeTri.TRI_ASCENDANT) { |
triCourantDateObservation = ModeTri.TRI_DESCENDANT; |
} else { |
triCourantDateObservation = ModeTri.TRI_ASCENDANT; |
} |
triCourantDatePublication = ModeTri.PAS_DE_TRI; |
triCourantNbCommentaires = ModeTri.PAS_DE_TRI; |
vue.setModeTriObservation(triCourantDateObservation); |
} |
/** |
* Inverser le mode de tri en fonction du précédent |
* */ |
public void toggleModeTriNbCommentaires() { |
if (triCourantNbCommentaires == ModeTri.TRI_ASCENDANT) { |
triCourantNbCommentaires = ModeTri.TRI_DESCENDANT; |
} else { |
triCourantNbCommentaires = ModeTri.TRI_ASCENDANT; |
} |
System.out.println(triCourantNbCommentaires); |
triCourantDateObservation = ModeTri.PAS_DE_TRI; |
triCourantDatePublication = ModeTri.PAS_DE_TRI; |
vue.setModeTriNbCommentaires(triCourantNbCommentaires); |
} |
/** |
* Initialiser les variable de début et fin et lancer le chargement des |
* observations |
* */ |
/trunk/src/org/tela_botanica/del/client/vues/identiplante/resultats/ResultatsIdentiplanteVue.java |
---|
3,6 → 3,7 |
import org.tela_botanica.del.client.modeles.ModeTri; |
import com.google.gwt.core.client.GWT; |
import com.google.gwt.event.dom.client.HasClickHandlers; |
import com.google.gwt.uibinder.client.UiBinder; |
import com.google.gwt.uibinder.client.UiField; |
import com.google.gwt.user.client.ui.Button; |
27,10 → 28,12 |
Panel zoneObservations, zonePaginationHaut, zonePaginationBas, zoneTri; |
@UiField |
Button triParDateAscendant, triParDateDescendant; |
Button triParDateObservationAscendant, triParDateObservationDescendant, |
triParDatePublicationAscendant, triParDatePublicationDescendant, |
triParNbCommentairesAscendant, triParNbCommentairesDescendant; |
@UiField |
Label aucunResultat, labelDate; |
Label aucunResultat, labelDateObservation, labelDatePublication, labelNbCommentaires; |
// Constructeur de la vue |
87,32 → 90,102 |
zoneTri.setVisible(true); |
} |
public Button getTriParDateAscendant() { |
return triParDateAscendant; |
public Button getTriParDateObservationAscendant() { |
return triParDateObservationAscendant; |
} |
public Button getTriParDateDescendant() { |
return triParDateDescendant; |
public Button getTriParDateObservationDescendant() { |
return triParDateObservationDescendant; |
} |
public Button getTriParDatePublicationAscendant() { |
return triParDatePublicationAscendant; |
} |
public Button getTriParDatePublicationDescendant() { |
return triParDatePublicationDescendant; |
} |
@Override |
public Label getLabelDate() { |
return labelDate; |
public Label getLabelDateObservation() { |
return labelDateObservation; |
} |
@Override |
public Label getLabelDatePublication() { |
return labelDatePublication; |
} |
@Override |
public Label getLabelNbCommentaires() { |
return labelNbCommentaires; |
} |
@Override |
public HasClickHandlers getTriParNbCommentairesAscendant() { |
return triParNbCommentairesAscendant; |
} |
@Override |
public HasClickHandlers getTriParNbCommentairesDescendant() { |
return triParNbCommentairesDescendant; |
} |
private void cacherTris() { |
triParDateObservationAscendant.setVisible(false); |
triParDateObservationDescendant.setVisible(false); |
triParDatePublicationDescendant.setVisible(false); |
triParDatePublicationAscendant.setVisible(false); |
triParNbCommentairesAscendant.setVisible(false); |
triParNbCommentairesDescendant.setVisible(false); |
} |
/** |
* En fonction du sens du tri (ascendant ou descendant), on change l'affichage des |
* boutons de tri pour masquer que celui qui doit être cliquable. |
* @param ModeTri le mode Ascendant ou Descendant |
* */ |
public void setModeTri(ModeTri mode) { |
@Override |
public void setModeTriPublication(ModeTri mode) { |
cacherTris(); |
if (mode == ModeTri.TRI_ASCENDANT) { |
triParDateAscendant.setVisible(true); |
triParDateDescendant.setVisible(false); |
triParDatePublicationAscendant.setVisible(true); |
triParDatePublicationDescendant.setVisible(false); |
} else { |
triParDateDescendant.setVisible(true); |
triParDateAscendant.setVisible(false); |
triParDatePublicationDescendant.setVisible(true); |
triParDatePublicationAscendant.setVisible(false); |
} |
} |
/** |
* En fonction du sens du tri (ascendant ou descendant), on change l'affichage des |
* boutons de tri pour masquer que celui qui doit être cliquable. |
* @param ModeTri le mode Ascendant ou Descendant |
* */ |
@Override |
public void setModeTriObservation(ModeTri mode) { |
cacherTris(); |
if (mode == ModeTri.TRI_ASCENDANT) { |
triParDateObservationAscendant.setVisible(true); |
triParDateObservationDescendant.setVisible(false); |
} else { |
triParDateObservationDescendant.setVisible(true); |
triParDateObservationAscendant.setVisible(false); |
} |
} |
@Override |
public void setModeTriNbCommentaires(ModeTri mode) { |
cacherTris(); |
if (mode == ModeTri.TRI_ASCENDANT) { |
triParNbCommentairesAscendant.setVisible(true); |
triParNbCommentairesDescendant.setVisible(false); |
} else { |
triParNbCommentairesDescendant.setVisible(true); |
triParNbCommentairesAscendant.setVisible(false); |
} |
} |
} |
/trunk/src/org/tela_botanica/del/client/vues/pictoflora/resultats/ResultatPictofloraVue.ui.xml |
---|
15,9 → 15,9 |
<g:HTMLPanel ui:field="zoneTri" styleName="gauche {style.zoneTri} petit"> |
<g:Label text="{constants.tri}" styleName="gauche {style.labeltri}"/> |
<g:HTMLPanel ui:field="triParDate" styleName="gauche"> |
<g:Label text="{constants.triParDate}" title="{constants.triParDateTooltip}" styleName="gauche {style.date}" ui:field="labelDate"/> |
<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" /> |
<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" /> |
<g:Label text="{constants.triParDatePubli}" title="{constants.triParDatePubliTooltip}" styleName="gauche {style.date}" ui:field="labelDate"/> |
<g:Button title="{constants.triParDatePubliAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" /> |
<g:Button title="{constants.triParDatePubliDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" /> |
</g:HTMLPanel> |
<g:HTMLPanel ui:field="triParMoyenneArithmetique" styleName="gauche"> |
<g:Label text="{constants.triParMoyenneArithmetique}" title="{constants.triParMoyenneArithmetiqueTooltip}" styleName="gauche {style.moyenneArithmetique}" ui:field="labelMoyenneArithmetique"/> |
/trunk/src/org/tela_botanica/del/client/vues/pictoflora/resultats/ResultatPictofloraPresenteur.java |
---|
152,8 → 152,8 |
private void initialiserAPartirInfosCache() { |
InformationsRecherche infos = CacheClient.getInstance().getInformationsRechercheImage(); |
if (infos.getTriParDate() != ModeTri.PAS_DE_TRI) { |
triCourantDate = infos.getTriParDate(); |
if (infos.getTriParDatePublication() != ModeTri.PAS_DE_TRI) { |
triCourantDate = infos.getTriParDatePublication(); |
mettreAJourAffichageTriDate(); |
} |
235,7 → 235,7 |
mettreAjourAffichageTriTag(); |
InformationsRecherche informationsRechercheImages = CacheClient.getInstance().getInformationsRechercheImage(); |
informationsRechercheImages.setTriParNbTags(triCourantTag); |
informationsRechercheImages.setTriParDate(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParDatePublication(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParMoyenneArithmetique(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParNbPoints(ModeTri.PAS_DE_TRI); |
chargerEtAfficherImagesPageEnCours(); |
264,7 → 264,7 |
int IdProtocole = CacheClient.getInstance().getProtocoleCourant().getId(); |
informationsRechercheImages.setTriParMoyenneArithmetique(triCourantMoyenneArithmetique); |
informationsRechercheImages.setIdProtocoleSelectionne(IdProtocole + ""); |
informationsRechercheImages.setTriParDate(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParDatePublication(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParNbTags(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParNbPoints(ModeTri.PAS_DE_TRI); |
chargerEtAfficherImagesPageEnCours(); |
293,7 → 293,7 |
int IdProtocole = CacheClient.getInstance().getProtocoleCourant().getId(); |
informationsRechercheImages.setTriParNbPoints(triCourantPoints); |
informationsRechercheImages.setIdProtocoleSelectionne(IdProtocole + ""); |
informationsRechercheImages.setTriParDate(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParDatePublication(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParNbTags(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParMoyenneArithmetique(ModeTri.PAS_DE_TRI); |
chargerEtAfficherImagesPageEnCours(); |
319,7 → 319,7 |
triCourantDate = (triCourantDate == ModeTri.TRI_ASCENDANT) ? ModeTri.TRI_DESCENDANT : ModeTri.TRI_ASCENDANT; |
mettreAJourAffichageTriDate(); |
InformationsRecherche informationsRechercheImages = CacheClient.getInstance().getInformationsRechercheImage(); |
informationsRechercheImages.setTriParDate(triCourantDate); |
informationsRechercheImages.setTriParDatePublication(triCourantDate); |
informationsRechercheImages.setTriParMoyenneArithmetique(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParNbTags(ModeTri.PAS_DE_TRI); |
informationsRechercheImages.setTriParNbPoints(ModeTri.PAS_DE_TRI); |
/trunk/src/org/tela_botanica/del/client/vues/comparaisoneflore/ComparaisonEfloreVue.ui.xml |
---|
68,7 → 68,7 |
<g:Label text="{constants.auteur}" styleName="petit" /> |
<g:Label ui:field="nomAuteurEflore" /> |
<g:Label text="{constants.transmisLe}" styleName="petit" /> |
<g:Label text="{constants.publieLe}" styleName="petit" /> |
<g:Label ui:field="dateObservationEflore" /> |
</g:HTMLPanel> |
</g:VerticalPanel> |
/trunk/src/org/tela_botanica/del/client/cache/CacheClient.java |
---|
164,19 → 164,21 |
} else if (tri.equals("tags")) { |
rechercheParArguments.setTriParNbTags(modeTri); |
} else { |
rechercheParArguments.setTriParDate(modeTri); |
rechercheParArguments.setTriParDatePublication(modeTri); |
} |
} else { |
// Tri par défaut pour PictoFlora |
rechercheParArguments.setTriParDate(ModeTri.TRI_DESCENDANT); |
rechercheParArguments.setTriParDatePublication(ModeTri.TRI_DESCENDANT); |
} |
} else { |
// Pour IdentiPlante |
if (tri != null && tri.equals("date_observation")) { |
rechercheParArguments.setTriParDate(modeTri); |
rechercheParArguments.setTriParDateObservation(modeTri); |
} else if(tri != null && tri.equals("nb_commentaires")) { |
rechercheParArguments.setTriParNbCommentaires(modeTri); |
} else { |
// Tri par défaut pour IdentiPlante |
rechercheParArguments.setTriParDate(ModeTri.TRI_DESCENDANT); |
rechercheParArguments.setTriParDatePublication(ModeTri.TRI_DESCENDANT); |
} |
} |
/trunk/src/org/tela_botanica/del/client/composants/metadonnees/metadonnees.css |
---|
73,5 → 73,5 |
display: inline |
} |
.zoneDate { |
display: none |
display: inline; |
} |
/trunk/src/org/tela_botanica/del/client/composants/metadonnees/MetadonneesVue.ui.xml |
---|
76,7 → 76,7 |
<!-- Date de transmission --> |
<g:HTMLPanel ui:field="zoneDate" styleName="{style.zoneDate}"> |
<g:InlineLabel styleName="petit gris" text="{constants.dateTransmission}" /> |
<g:InlineLabel styleName="petit gris" text="{constants.publiee}" /> |
<g:InlineLabel ui:field="dateTransmission" styleName="{style.donnee}"/> |
</g:HTMLPanel> |
/trunk/src/org/tela_botanica/del/client/composants/metadonnees/MetadonneesVue.java |
---|
46,7 → 46,6 |
public MetadonneesVue() { |
initWidget(binder.createAndBindUi(this)); |
// Le lien ne doit être affiché que sur pictoflora |
String urlCourante = Window.Location.getHref(); |
Config config = new Config(); |
166,7 → 165,7 |
HasText[] champs = {nomRetenu, nomCommun, famille, localite, auteur, motsClefs, commentaire, milieu, lieuDit, dateReleve, dateTransmission}; |
for (int i = 0; i < champs.length; i ++) { |
HasText champ = champs[i]; |
if ("".equals(champ.getText())) { |
if (champ.getText() == null || champ.getText().isEmpty()) { |
Widget widget = (Widget) champ; |
widget.getParent().setVisible(false); |
} |
/trunk/src/org/tela_botanica/del/client/modeles/InformationsRecherche.java |
---|
40,8 → 40,12 |
private ModeTri triParMoyenneArithmetique = ModeTri.PAS_DE_TRI; |
private ModeTri triParDate = ModeTri.PAS_DE_TRI; |
private ModeTri triParDatePublication = ModeTri.PAS_DE_TRI; |
private ModeTri triParDateObservation = ModeTri.PAS_DE_TRI; |
private ModeTri triParNbCommentaires = ModeTri.PAS_DE_TRI; |
private ModeTri triParNbTag = ModeTri.PAS_DE_TRI; |
private ModeTri triParNbPoints = ModeTri.PAS_DE_TRI; |
177,14 → 181,22 |
return idProtocoleSelectionne; |
} |
public ModeTri getTriParDate() { |
return triParDate; |
public ModeTri getTriParDatePublication() { |
return triParDatePublication; |
} |
public void setTriParDate(ModeTri triParDate) { |
this.triParDate = triParDate; |
public void setTriParDatePublication(ModeTri triParDatePublication) { |
this.triParDatePublication = triParDatePublication; |
} |
public ModeTri getTriParDateObservation() { |
return triParDateObservation; |
} |
public void setTriParDateObservation(ModeTri triParDateObservation) { |
this.triParDateObservation = triParDateObservation; |
} |
public void setTriParNbTags(ModeTri triParTag) { |
this.triParNbTag = triParTag; |
} |
201,6 → 213,14 |
return this.triParNbTag; |
} |
public void setTriParNbCommentaires(ModeTri triParNbCommentaires) { |
this.triParNbCommentaires = triParNbCommentaires; |
} |
public ModeTri getTriParNbCommentaires() { |
return triParNbCommentaires; |
} |
public String versChaineRequete() { |
String chaine = ""; |
chaine += estNonNull(rechercheLibre) ? "&masque=" + URL.encodeQueryString(rechercheLibre) : ""; |
220,8 → 240,6 |
Config config = new Config(); |
String urlAppliImg = config.getUrl("pictoflora"); |
if (urlCourante.contains(urlAppliImg)) { |
chaine += triParDate != ModeTri.PAS_DE_TRI ? "&tri=date_transmission" : ""; |
chaine += triParDate != ModeTri.PAS_DE_TRI ? "&ordre=" + triParDate : ""; |
chaine += triParMoyenneArithmetique != ModeTri.PAS_DE_TRI ? "&tri=moyenne-arithmetique" : ""; |
chaine += triParMoyenneArithmetique != ModeTri.PAS_DE_TRI ? "&ordre=" + triParMoyenneArithmetique : ""; |
chaine += triParNbTag != ModeTri.PAS_DE_TRI ? "&tri=tags" : ""; |
230,9 → 248,15 |
chaine += triParNbPoints != ModeTri.PAS_DE_TRI ? "&ordre=" + triParNbPoints : ""; |
chaine += estNonNull(idProtocoleSelectionne) ? "&protocole=" + idProtocoleSelectionne : ""; |
} else { |
chaine += triParDate != ModeTri.PAS_DE_TRI ? "&tri=date_observation" : ""; |
chaine += triParDate != ModeTri.PAS_DE_TRI ? "&ordre=" + triParDate : ""; |
chaine += triParNbCommentaires != ModeTri.PAS_DE_TRI ? "&tri=nb_commentaires" : ""; |
chaine += triParNbCommentaires != ModeTri.PAS_DE_TRI ? "&ordre=" + triParNbCommentaires : ""; |
} |
chaine += triParDateObservation != ModeTri.PAS_DE_TRI ? "&tri=date_observation" : ""; |
chaine += triParDateObservation != ModeTri.PAS_DE_TRI ? "&ordre=" + triParDateObservation : ""; |
chaine += triParDatePublication != ModeTri.PAS_DE_TRI ? "&tri=date_transmission" : ""; |
chaine += triParDatePublication != ModeTri.PAS_DE_TRI ? "&ordre=" + triParDatePublication : ""; |
return chaine; |
} |
/trunk/src/org/tela_botanica/del/client/modeles/Observation.java |
---|
18,6 → 18,7 |
// proposition de determinations, soit des commentaires |
private List<InterventionForum> propositions = new ArrayList<InterventionForum>(); |
private List<Image> images = new ArrayList<Image>(); |
private String nbCommentaires; |
public String getAuteur() { |
return auteur; |
291,4 → 292,11 |
return nomRetenuFmt; |
} |
public String getNbCommentaires() { |
return nbCommentaires; |
} |
public void setNbCommentaires(String nbCommentaires) { |
this.nbCommentaires = nbCommentaires; |
} |
} |