2022-06-19 21:01:30 +02:00
|
|
|
package fenetres;
|
2022-06-05 18:42:06 +02:00
|
|
|
|
2022-06-14 21:24:10 +02:00
|
|
|
import java.text.DecimalFormat;
|
|
|
|
import java.text.NumberFormat;
|
2022-06-05 18:42:06 +02:00
|
|
|
import java.util.ArrayList;
|
|
|
|
import java.util.Enumeration;
|
|
|
|
import java.util.List;
|
2022-06-09 17:49:22 +02:00
|
|
|
import java.util.regex.Matcher;
|
|
|
|
import java.util.regex.Pattern;
|
2022-06-05 18:42:06 +02:00
|
|
|
import java.util.stream.Collectors;
|
|
|
|
|
|
|
|
import javax.swing.JEditorPane;
|
|
|
|
|
2022-06-09 09:13:46 +02:00
|
|
|
import MEPTL.commandes;
|
2022-06-05 18:42:06 +02:00
|
|
|
import cXML.node;
|
2022-06-11 12:10:28 +02:00
|
|
|
import calcul.calculIntervalleBaremeABCDE;
|
|
|
|
import calcul.calculNotesProgression;
|
2022-06-16 16:45:48 +02:00
|
|
|
import evaluer.evaluation;
|
2022-11-13 14:44:18 +01:00
|
|
|
import list.descriptionNode;
|
2022-06-16 16:45:48 +02:00
|
|
|
import list.listeAttributsAnalyseWriter;
|
2022-06-05 18:42:06 +02:00
|
|
|
|
|
|
|
public class afficheText extends JEditorPane {
|
|
|
|
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
2022-06-14 21:24:10 +02:00
|
|
|
/**
|
|
|
|
* Raffraichie l'affichage de la fenête create lorsque selection d'un node.
|
|
|
|
* @param nod
|
|
|
|
*/
|
2022-06-05 18:42:06 +02:00
|
|
|
public void refreshAffichage(node nod) {
|
|
|
|
|
|
|
|
if(nod!=null) {
|
|
|
|
setContentType("text/html");
|
|
|
|
node nodeParent = nod.getParent();
|
|
|
|
|
2022-06-09 17:49:22 +02:00
|
|
|
String imageAllContent = "<img src="+afficheText.class.getResource("/resources/allcontentmini.png").toString()+">";
|
|
|
|
String imageTitre = "<img src="+afficheText.class.getResource("/resources/titremini.png").toString()+">";
|
|
|
|
String imageSaut = "<img src="+afficheText.class.getResource("/resources/sautmini.png").toString()+">";
|
|
|
|
String imageaddmenu = "<img src="+afficheText.class.getResource("/resources/addmenumini.png").toString()+">";
|
|
|
|
String imagerechercheIndex = "<img src="+afficheText.class.getResource("/resources/rechercheindexmini.png").toString()+">";
|
|
|
|
String imagerechercheContenuExact = "<img src="+afficheText.class.getResource("/resources/recherchecontenumini.png").toString()+">";
|
|
|
|
String imagereanalyseStyle = "<img src="+afficheText.class.getResource("/resources/evaluerstylemini.png").toString()+">";
|
|
|
|
String imagereEvaleNode = "<img src="+afficheText.class.getResource("/resources/evalnodemini.png").toString()+">";
|
|
|
|
String imagereRechercheAncragePage= "<img src="+afficheText.class.getResource("/resources/rechercheancragepagemini.png").toString()+">";
|
2022-06-09 20:35:59 +02:00
|
|
|
String imagereRecherchePlusProcheVoisin= "<img src="+afficheText.class.getResource("/resources/recherchecontenuplusprochevoisinmini.png").toString()+">";
|
2022-06-10 12:24:43 +02:00
|
|
|
String imagerePremierAuteur= "<img src="+afficheText.class.getResource("/resources/auteurcreateurmini.png").toString()+">";
|
|
|
|
String imagereDernierEditeur= "<img src="+afficheText.class.getResource("/resources/auteurediteurmini.png").toString()+">";
|
2022-06-13 17:43:41 +02:00
|
|
|
String imageAtraversAnalyseStyle= "<img src="+afficheText.class.getResource("/resources/atraversanalysestylemini.png").toString()+">";
|
2022-06-15 20:47:04 +02:00
|
|
|
String imageEntetePasActive= "<img src="+afficheText.class.getResource("/resources/entetenonmini.png").toString()+">";
|
|
|
|
String imagePiedPagePasActive= "<img src="+afficheText.class.getResource("/resources/piedpagenonmini.png").toString()+">";
|
2022-06-16 16:45:48 +02:00
|
|
|
String imageEvalNameSequence= "<img src="+afficheText.class.getResource("/resources/evalnamesequencemini.png").toString()+">";
|
2022-06-16 17:41:16 +02:00
|
|
|
String imageEvalNamePage= "<img src="+afficheText.class.getResource("/resources/evalnamepagemini.png").toString()+">";
|
2022-06-19 21:01:30 +02:00
|
|
|
String imagePoids= "<img src="+afficheText.class.getResource("/resources/poidsmini.png").toString()+">";
|
2022-06-20 09:45:00 +02:00
|
|
|
String imageEvalNumeroPage= "<img src="+afficheText.class.getResource("/resources/evalnumeropagemini.png").toString()+">";
|
|
|
|
String imageEvalNumeroAbsoluePage= "<img src="+afficheText.class.getResource("/resources/evalnumeroabsoluepagemini.png").toString()+">";
|
2022-06-23 10:14:21 +02:00
|
|
|
String imageEvalTextUserDefined= "<img src="+afficheText.class.getResource("/resources/evaltextuserdefinedmini.png").toString()+">";
|
2022-06-27 11:51:38 +02:00
|
|
|
String imageEnteteActive= "<img src="+afficheText.class.getResource("/resources/enteteouimini.png").toString()+">";
|
|
|
|
String imagePiedPageActive= "<img src="+afficheText.class.getResource("/resources/piedpageouimini.png").toString()+">";
|
2022-06-09 17:49:22 +02:00
|
|
|
|
2022-06-05 18:42:06 +02:00
|
|
|
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
|
|
|
|
sb.append(baliseStyle.balise());
|
|
|
|
|
2022-11-13 14:44:18 +01:00
|
|
|
descriptionNode textDescription = new descriptionNode();
|
|
|
|
|
2022-06-13 17:43:41 +02:00
|
|
|
if(nodeParent!=null) sb.append("<p class=\"p1\">Parent = " + nodeParent.getNomElt() + "</p><br>");
|
2022-11-13 14:44:18 +01:00
|
|
|
sb.append("<hr><br><h1>Nom du node : " + nod.getNomElt() + "</h1>" + textDescription.descriptionNode(nod.getNomElt())+"<br><hr>");
|
2022-06-12 09:39:22 +02:00
|
|
|
|
2022-06-13 17:43:41 +02:00
|
|
|
//*********************************************
|
|
|
|
//** sous titre pour identifier les éléments **
|
|
|
|
//*********************************************
|
2022-06-06 09:50:45 +02:00
|
|
|
if(nod.getNomElt().equals("style:style")) {
|
|
|
|
sb.append("<h2>Nom du style : " + nod.getAttributs().get("style:name")+ "</h2><br>");
|
|
|
|
}
|
2022-06-12 09:39:22 +02:00
|
|
|
if(nod.getNomElt().equals("draw:frame")) {
|
2022-06-16 16:45:48 +02:00
|
|
|
sb.append("<h2>Nom du frame : " + evaluation.withoutCodeAndPointPourRechercheContenuExact(nod.getAttributs().get("draw:name"))+ "</h2><br>");
|
2022-06-12 09:39:22 +02:00
|
|
|
}
|
|
|
|
if(nod.getNomElt().equals("style:master-page")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
if(nod.getAttributs().get("style:display-name")!=null) {
|
|
|
|
sb.append("<h2>Nom du style de page : " + nod.getAttributs().get("style:display-name")+ "</h2><br>");
|
|
|
|
}else {
|
|
|
|
sb.append("<h2>Nom du style de page : " + nod.getAttributs().get("style:name")+ "</h2><br>");
|
|
|
|
}
|
2022-06-12 09:39:22 +02:00
|
|
|
}
|
|
|
|
if(nod.getNomElt().equals("page")) {
|
2022-06-16 16:45:48 +02:00
|
|
|
sb.append("<h2>Numero absolue de la page : " + evaluation.withoutCodeAndPointPourRechercheContenuExact(nod.getAttributs().get("numeroabsolue"))
|
|
|
|
+ " - Numerotation de la page : " + evaluation.withoutCodeAndPointPourRechercheContenuExact(nod.getAttributs().get("numero"))+ "</h2><br>");
|
2022-06-12 09:39:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-06-13 17:43:41 +02:00
|
|
|
//********************************************************
|
|
|
|
//** Le logo d'analyseWriter lorsque le node est évalué **
|
|
|
|
//********************************************************
|
2022-06-05 21:06:41 +02:00
|
|
|
if(nod.getAttributs().get("evaluer")!=null) if(nod.getAttributs().get("evaluer").equalsIgnoreCase("true")) {
|
2022-06-06 09:50:45 +02:00
|
|
|
sb.append("<p><img src="+afficheText.class.getResource("/resources/evalwriter.png").toString()+"> Ce node est évalué.</p>");
|
2022-06-05 21:06:41 +02:00
|
|
|
}
|
|
|
|
|
2022-06-05 18:42:06 +02:00
|
|
|
|
|
|
|
|
|
|
|
if(nod.getAttributs().size()>0) {
|
|
|
|
if(nod.getAttributs().size()==1) sb.append("<br><h4><u>L'ATTRIBUT DU NODE</u></h4>");
|
|
|
|
if(nod.getAttributs().size()>1) sb.append("<br><h4><u>LES ATTRIBUTS DU NODE</u></h4>");
|
|
|
|
}
|
|
|
|
if(nod.getAttributs().size()<=0) {
|
|
|
|
if(nod.getAttributs().size()==1) sb.append("<br><h4><u>PAS D'ATTRIBUT DANS CE NODE</u></h4>");
|
|
|
|
}
|
|
|
|
|
|
|
|
Enumeration<String> key = nod.getAttributs().keys();
|
|
|
|
List<String> Lesattributsdunode = new ArrayList<String>();
|
|
|
|
while(key.hasMoreElements()) {
|
|
|
|
String K = key.nextElement();
|
|
|
|
Lesattributsdunode.add(K);
|
|
|
|
}
|
|
|
|
//permet le tri par ordre alphabétique des clés du dictionnaire
|
|
|
|
Lesattributsdunode = Lesattributsdunode.stream().sorted().collect(Collectors.toList());
|
|
|
|
|
|
|
|
if(nod.getAttributs().get("evaluer")!=null) if(nod.getAttributs().get("evaluer").equalsIgnoreCase("true")) {
|
|
|
|
sb.append("<br>");
|
|
|
|
sb.append("<ul>");
|
2022-06-05 21:06:41 +02:00
|
|
|
sb.append("<li class=\"p4\"><b><u>Les attributs d'analyseWriter</u></b></li>");
|
2022-06-05 18:42:06 +02:00
|
|
|
for(int i=0; i < Lesattributsdunode.size();i++) {
|
|
|
|
if(listeAttributsAnalyseWriter.isAttributAnalyseWriter(Lesattributsdunode.get(i))) {
|
2022-06-09 17:49:22 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("allContent")) {
|
2022-06-09 20:55:42 +02:00
|
|
|
Pattern p = Pattern.compile("[1-9]$|[0-9]{2,}$");
|
2022-06-09 17:49:22 +02:00
|
|
|
Matcher m = p.matcher(nod.getAttributs().get(Lesattributsdunode.get(i)));
|
|
|
|
if(m.find()) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageAllContent + " <b>" + Lesattributsdunode.get(i) + "=\"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("titre")||Lesattributsdunode.get(i).equals("titre1")||Lesattributsdunode.get(i).equals("titre2")||Lesattributsdunode.get(i).equals("titre3")) {
|
2022-06-11 16:53:59 +02:00
|
|
|
if(nod.getAttributs().get(Lesattributsdunode.get(i)).length()>0) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imageTitre + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-11 12:10:28 +02:00
|
|
|
}
|
2022-06-09 17:49:22 +02:00
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("saut") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imageSaut + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-09 17:49:22 +02:00
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("addmenu") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imageaddmenu + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-09 17:49:22 +02:00
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("recherche_index") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imagerechercheIndex + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-09 17:49:22 +02:00
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("recherche_contenu_exact") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imagerechercheContenuExact + " <b>" + Lesattributsdunode.get(i) + "=\"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("analyseStyle") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imagereanalyseStyle + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-09 17:49:22 +02:00
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("evalNameNode") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imagereEvaleNode + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-09 17:49:22 +02:00
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("recherche_anchor-page-number") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imagereRechercheAncragePage + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-09 17:49:22 +02:00
|
|
|
}
|
2022-06-09 20:35:59 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("recherche_contenu_plus_proche_voisin") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imagereRecherchePlusProcheVoisin + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-09 20:35:59 +02:00
|
|
|
}
|
2022-06-10 12:24:43 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("evalNameInitialCreator") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imagerePremierAuteur + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-10 12:24:43 +02:00
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("evalNameCreator") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p4\">"+imagereDernierEditeur + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("EvaluerATraversAnalyseStyle") && nod.getAttributs().get(Lesattributsdunode.get(i)).equals("true")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageAtraversAnalyseStyle + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-10 12:24:43 +02:00
|
|
|
}
|
2022-06-15 20:47:04 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("evalEntetePasActive") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageEntetePasActive + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("evalPiedPagePasActive") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imagePiedPagePasActive + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
2022-06-16 16:45:48 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("evalNameSequence") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageEvalNameSequence + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
2022-06-16 17:41:16 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("evalNamePage") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageEvalNamePage + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
2022-06-20 09:45:00 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("evalNumeroPage") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageEvalNumeroPage + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("evalNumeroAbsoluePage") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageEvalNumeroAbsoluePage + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
2022-06-19 21:01:30 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("poids") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imagePoids + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
2022-06-23 10:14:21 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("evalTextUserDefined") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageEvalTextUserDefined + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
2022-06-27 11:51:38 +02:00
|
|
|
if(Lesattributsdunode.get(i).equals("evalEnteteActive") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imageEnteteActive + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
|
|
|
if(Lesattributsdunode.get(i).equals("evalPiedPageActive") && !nod.getAttributs().get(Lesattributsdunode.get(i)).equals("0")) {
|
|
|
|
sb.append("<li class=\"p4\">"+imagePiedPageActive + " <b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
|
|
|
}
|
2022-06-09 20:35:59 +02:00
|
|
|
|
2022-06-09 17:49:22 +02:00
|
|
|
|
|
|
|
// sb.append("<li class=\"p4\"><b>" + Lesattributsdunode.get(i) + "=\"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
sb.append("</ul>");
|
|
|
|
sb.append("<br>");
|
|
|
|
sb.append("<ul>");
|
|
|
|
sb.append("<li class=\"p2\"><b><u>Les attributs de Writer</u></b></li>");
|
|
|
|
for(int i=0; i < Lesattributsdunode.size();i++) {
|
|
|
|
if(!listeAttributsAnalyseWriter.isAttributAnalyseWriter(Lesattributsdunode.get(i))) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p2\"><b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
sb.append("</ul>");
|
|
|
|
}
|
|
|
|
|
|
|
|
if(nod.getAttributs().get("evaluer")!=null) if(!nod.getAttributs().get("evaluer").equalsIgnoreCase("true")) {
|
|
|
|
sb.append("<br>");
|
|
|
|
sb.append("<ul>");
|
|
|
|
sb.append("<li class=\"p3\"><b><u>Les attributs d'analyseWriter</u></b></li>");
|
|
|
|
for(int i=0; i < Lesattributsdunode.size();i++) {
|
|
|
|
if(listeAttributsAnalyseWriter.isAttributAnalyseWriter(Lesattributsdunode.get(i))) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p3\"><b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
sb.append("</ul>");
|
|
|
|
sb.append("<br>");
|
|
|
|
sb.append("<ul>");
|
|
|
|
sb.append("<li class=\"p3\"><b><u>Les attributs de Writer</u></b></li>");
|
|
|
|
for(int i=0; i < Lesattributsdunode.size();i++) {
|
|
|
|
if(!listeAttributsAnalyseWriter.isAttributAnalyseWriter(Lesattributsdunode.get(i))) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p3\"><b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
sb.append("</ul>");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(nod.getAttributs().size()>0) {
|
|
|
|
if(nod.getAttributs().get("evaluer")==null) {
|
|
|
|
sb.append("<br>");
|
|
|
|
sb.append("<ul>");
|
|
|
|
sb.append("<li class=\"p3\"><b><u>Les attributs d'analyseWriter</u></b></li>");
|
|
|
|
for(int i=0; i < Lesattributsdunode.size();i++) {
|
|
|
|
if(listeAttributsAnalyseWriter.isAttributAnalyseWriter(Lesattributsdunode.get(i))) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p3\"><b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
sb.append("</ul>");
|
|
|
|
sb.append("<br>");
|
|
|
|
sb.append("<ul>");
|
|
|
|
sb.append("<li class=\"p3\"><b><u>Les attributs de Writer</u></b></li>");
|
|
|
|
for(int i=0; i < Lesattributsdunode.size();i++) {
|
|
|
|
if(!listeAttributsAnalyseWriter.isAttributAnalyseWriter(Lesattributsdunode.get(i))) {
|
2022-06-13 17:43:41 +02:00
|
|
|
sb.append("<li class=\"p3\"><b>" + Lesattributsdunode.get(i) + " = \"" + nod.getAttributs().get(Lesattributsdunode.get(i))+"\"</b></li>");
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
sb.append("</ul>");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-06-13 17:43:41 +02:00
|
|
|
if(!nod.getNomElt().equals("fichier")&&!nod.getNomElt().equals("setting")&&!nod.getNomElt().equals("structurepage")) {
|
|
|
|
if(!nod.retourneLesContenusEnfants("").isEmpty()) {
|
|
|
|
sb.append("<br><br><h4><u>Contenu</u></h4><br>" + nod.retourneLesContenusEnfants("") );
|
|
|
|
}
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
2022-06-13 17:43:41 +02:00
|
|
|
|
2022-06-05 18:42:06 +02:00
|
|
|
|
|
|
|
setText("<html>"+sb.toString()+"</html>");
|
|
|
|
}
|
|
|
|
if(nod==null) {
|
|
|
|
setText("");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2022-06-06 18:59:42 +02:00
|
|
|
|
2022-06-14 21:24:10 +02:00
|
|
|
/**
|
|
|
|
* Affiche le nombre de point d'un node.
|
|
|
|
* @param nod
|
|
|
|
* @param pointTotalNode
|
|
|
|
*/
|
2022-06-09 09:13:46 +02:00
|
|
|
public void AfficheTotalPoint(node nod, int pointTotalNode) {
|
2022-06-06 18:59:42 +02:00
|
|
|
|
|
|
|
setContentType("text/html");
|
|
|
|
node nodeParent = nod.getParent();
|
|
|
|
|
|
|
|
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
|
|
|
|
sb.append(baliseStyle.balise());
|
|
|
|
|
|
|
|
if(nodeParent!=null) {
|
|
|
|
sb.append("<p class=\"p1\">Parent = " + nodeParent.getNomElt() + "</p><br>");
|
|
|
|
}
|
|
|
|
sb.append("<hr><br><h1>Total des points dans le node : " + nod.getNomElt() + "</h1><br><hr>");
|
|
|
|
|
|
|
|
sb.append("<p class=\"p5\">Uniquement les nodes évalués</p>");
|
2022-06-09 09:13:46 +02:00
|
|
|
sb.append("<p class=\"p5\">TOTAL POINT = " + String.valueOf(pointTotalNode) + "</p>");
|
2022-06-06 18:59:42 +02:00
|
|
|
|
|
|
|
setText("<html>"+sb.toString()+"</html>");
|
|
|
|
}
|
|
|
|
|
2022-06-14 21:24:10 +02:00
|
|
|
/**
|
|
|
|
* Affiche le nombre de point et la réppartition dans les node principaux.
|
|
|
|
* @param liste
|
|
|
|
*/
|
|
|
|
public void afficheListeDesPointsDansToutExercice(ArrayList<String> liste) {
|
|
|
|
StringBuilder text = new StringBuilder();
|
|
|
|
NumberFormat f = new DecimalFormat("##.00");
|
|
|
|
text.append(baliseStyle.balise());
|
|
|
|
text.append("<hr><h1><u>INFORMATIONS</u><h1><hr><br>");
|
|
|
|
Double NbrPointDansExercice = 0.0;
|
|
|
|
|
|
|
|
for(int i = 0 ; i < liste.size(); i++) {
|
|
|
|
String[] A = liste.get(i).split(" ");
|
|
|
|
|
|
|
|
double NbrPointApresPonderation = 0.0;
|
|
|
|
int NbrPointBrut = 0;
|
|
|
|
NbrPointBrut = Integer.valueOf(A[1]);
|
|
|
|
NbrPointApresPonderation = NbrPointBrut*Double.valueOf(A[2]);
|
|
|
|
|
|
|
|
NbrPointDansExercice = NbrPointDansExercice + NbrPointApresPonderation;
|
|
|
|
|
|
|
|
if(NbrPointBrut>0) {
|
|
|
|
text.append("<p><b><u>Dans le node "+ A[0] + "</u></b>.<br>"
|
|
|
|
+ "Le nombre de point brut est de <b>" + A[1] + "</b><br>"
|
|
|
|
+ "Le poids est de " + A[2]+ " soit un total de <span class=\"rouge\"><b>" + f.format(NbrPointApresPonderation) + "</b></span></p><br><hr>");
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
text.append("<br>");
|
|
|
|
text.append("<h3>Le nombre de point total dans l'exercice est de : " + f.format(NbrPointDansExercice) + "</h3>");
|
|
|
|
setContentType("text/html");
|
|
|
|
setText("<html>"+text.toString()+"</html>");
|
|
|
|
|
|
|
|
}
|
2022-06-09 09:13:46 +02:00
|
|
|
|
2022-06-14 21:24:10 +02:00
|
|
|
/**
|
|
|
|
* Affiche le chargement du fichier d'analyse
|
|
|
|
*/
|
2022-06-09 09:13:46 +02:00
|
|
|
public void afficheChargementFichierAnalyse(){
|
|
|
|
|
2022-11-13 11:57:18 +01:00
|
|
|
System.out.println( "Affichage information du fichier d'analyse" );
|
2022-06-09 09:13:46 +02:00
|
|
|
|
2022-11-15 09:00:37 +01:00
|
|
|
String v = commandes.analyse_version;
|
|
|
|
if(v.isEmpty()) v = commandes.version;
|
|
|
|
|
|
|
|
|
2022-06-09 09:13:46 +02:00
|
|
|
StringBuilder text = new StringBuilder();
|
|
|
|
text.append(baliseStyle.balise());
|
2022-11-15 09:00:37 +01:00
|
|
|
text.append("<hr><h1><u>INFORMATIONS</u></h1><p>Fichier d'analyse créé avec la version : " + v+ "</p><hr><br>");
|
2022-06-09 09:13:46 +02:00
|
|
|
text.append("<h3>Le titre de l'exercice est : <u>" + commandes.analyse_titre+"</u></h3>");
|
|
|
|
text.append("<p>Le sujet (metaSujet) est : <b>" + commandes.analyse_metaSujet+"</b></p>");
|
|
|
|
text.append("<p>L'auteur de l'exercice est : <b>" + commandes.analyse_auteur+"</b></p>");
|
|
|
|
if(commandes.analyse_baremeABC==true) {
|
|
|
|
text.append("<br><p>La notation est sous la forme d'une <b><u>note alphabétique ABCDE</u></b>.</p>");
|
|
|
|
text.append("<p>La progression est de <b>" + String.valueOf(commandes.analyse_progression)+ "</b></p>");
|
2022-06-11 12:10:28 +02:00
|
|
|
calcul.calculIntervalleBaremeABCDE C = new calculIntervalleBaremeABCDE(commandes.analyse_progression);
|
|
|
|
text.append("<p>" + C.getMessageLigne() + "</p>");
|
2022-06-09 09:13:46 +02:00
|
|
|
}else {
|
|
|
|
text.append("<p>La notation est sous la forme d'une <b><u>note numérique</u></b>.</p>");
|
|
|
|
text.append("<p>Le barème est sur <b>" + String.valueOf(commandes.analyse_notefrom)+ "</b></p>");
|
|
|
|
text.append("<p>La progression est de <b>" + String.valueOf(commandes.analyse_progression) + "</b></p>");
|
2022-06-11 12:10:28 +02:00
|
|
|
calculNotesProgression C = new calculNotesProgression(commandes.analyse_progression, commandes.analyse_notefrom);
|
|
|
|
text.append("<p>" + C.getMessageLigne() + "</p>");
|
2022-06-09 09:13:46 +02:00
|
|
|
}
|
|
|
|
text.append("<br>");
|
|
|
|
text.append("<p>Le nom du fichier : <b>" + commandes.analysis_filename + "</b></p>");
|
|
|
|
text.append("<p>Le hash de l'évaluation est : <b>" + commandes.hash + "<b></p>");
|
|
|
|
text.append("<br>");
|
|
|
|
text.append("<p>Historiques des modifications present : <b>" + commandes.analyse_historiquePresent + "</b></p>");
|
|
|
|
text.append("<br>");
|
|
|
|
text.append("<p>Verification de la presence metaSujet : <b>" + commandes.analyse_presenceMetaSujet + "</b></p>");
|
|
|
|
text.append("<br>");
|
|
|
|
text.append("<p>Contrôle la date de céation : <b>" + commandes.analyse_controleDateCreation+ "</b></p>");
|
|
|
|
text.append("<br>");
|
|
|
|
text.append("<p>Contrôle l'auteur initial du fichier : <b>" + commandes.analyse_controle_Initial_Creator + "</b></p>");
|
|
|
|
text.append("<br>");
|
|
|
|
text.append("<p>Dossier de l'analyse contenant les fichiers des étudiants :</p>");
|
2022-06-11 12:10:28 +02:00
|
|
|
text.append("<p class=\"city\"><b>"+commandes.path+"</b></p>");
|
2022-06-09 17:49:22 +02:00
|
|
|
text.append("<br>");
|
|
|
|
text.append("<br><p>Fichier d'analyse :</p>");
|
2022-06-11 12:10:28 +02:00
|
|
|
text.append("<p class=\"city\"><b>"+commandes.PathFilenameAnalysis+"</b></p>");
|
2022-06-09 20:35:59 +02:00
|
|
|
|
2022-06-09 09:13:46 +02:00
|
|
|
|
2022-06-09 20:35:59 +02:00
|
|
|
setContentType("text/html");
|
2022-06-09 09:13:46 +02:00
|
|
|
setText(text.toString());
|
|
|
|
}
|
|
|
|
|
2022-06-05 18:42:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|