Project

General

Profile

« Previous | Next » 

Revision 701d157e

Added by Andreas Kohlbecker over 13 years ago

updating to version 3.0.1

View differences:

src/main/webapp/index.jsp
72 72
                                                   String noBottomBorder = props.getStatus().equals(CdmInstanceProperties.Status.error) ? " style=\"border-bottom:none;\"" : "";
73 73
                                                   
74 74
	                                        	   out.append("<tr class=\"entry " + oddOrEven + "\" " +noBottomBorder+ ">");
75
	                                        	   out.append("<td class=\"base-url\"><a href=\"" + fullURL + "/portal/taxonTree\">" + basePath + "</a></td>");
75
	                                        	   out.append("<td class=\"base-url\"><a href=\"" + fullURL + "/portal/classification\">" + basePath + "</a></td>");
76 76
                                                   out.append("<td class=\"db-url\">" + props.getUrl() + "</td>");
77 77
                                                   out.append("<td class=\"status " + props.getStatus() + "\">" + props.getStatus() + "</td>");
78 78
                                                   

Also available in: Unified diff