Subversion Repositories eFlore/Applications.del

Rev

Rev 2067 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2067 Rev 2068
Line 109... Line 109...
109
					stb.append("<li>");
109
					stb.append("<li>");
110
					stb.append(StringUtils.getCorrespondanceChaineEvenementObs(evt.getType()));
110
					stb.append(StringUtils.getCorrespondanceChaineEvenementObs(evt.getType()));
111
					if(!evt.getInfosComplementaires().isEmpty()) {
111
					if(!evt.getInfosComplementaires().isEmpty()) {
112
						String infos = StringUtils.ellipsize(evt.getInfosComplementaires(), 50, 10);
112
						String infos = StringUtils.ellipsize(evt.getInfosComplementaires(), 50, 10);
113
						String classeEvt = StringUtils.getClasseEvenementObs(evt.getType());
113
						String classeEvt = StringUtils.getClasseEvenementObs(evt.getType());
114
						stb.append("<span class=\"evtObsinfosComplementaires "+classeEvt+"\">"+infos+"</span>");
114
						stb.append("&nbsp;<span class=\"evtObsinfosComplementaires "+classeEvt+"\">"+infos+"</span>");
115
					}
115
					}
116
					stb.append("</li>");
116
					stb.append("</li>");
117
			}
117
			}
118
			stb.append("</ul>");
118
			stb.append("</ul>");
119
			vue.afficherEvenementsObservation(stb.toString());
119
			vue.afficherEvenementsObservation(stb.toString());